C D E F G I L N O P R S

C

ContextTag - class net.sf.ewc.taglib.ContextTag.
ContextTagsets a new context into the context stack.
ContextTag() - Constructor for class net.sf.ewc.taglib.ContextTag
Main constructor

D

doAfterBody() - Method in class net.sf.ewc.taglib.ForEachTag
 
doEndTag() - Method in class net.sf.ewc.taglib.ContextTag
 
doEndTag() - Method in class net.sf.ewc.taglib.EWCTag
 
doEndTag() - Method in class net.sf.ewc.taglib.IfTag
 
doInitBody() - Method in class net.sf.ewc.taglib.ForEachTag
 
doStartTag() - Method in class net.sf.ewc.taglib.ContextTag
 
doStartTag() - Method in class net.sf.ewc.taglib.EWCTag
 
doStartTag() - Method in class net.sf.ewc.taglib.ElseTag
 
doStartTag() - Method in class net.sf.ewc.taglib.ForEachTag
 
doStartTag() - Method in class net.sf.ewc.taglib.IfTag
 
doStartTag() - Method in class net.sf.ewc.taglib.IncludeTag
Returns the next processing action, that will be Tag.SKIP_BODY
doStartTag() - Method in class net.sf.ewc.taglib.LabelTag
Returns the next processing action, that will be Tag.SKIP_BODY

E

EWCTag - class net.sf.ewc.taglib.EWCTag.
This is the base class that EWC tags should extend.
EWCTag() - Constructor for class net.sf.ewc.taglib.EWCTag
Default constructor.
ElseTag - class net.sf.ewc.taglib.ElseTag.
ElseTagworks with the IfTagto process contents conditionally
ElseTag() - Constructor for class net.sf.ewc.taglib.ElseTag
Main constructor

F

ForEachTag - class net.sf.ewc.taglib.ForEachTag.
ForEachTagiterates over all the collection items in the source, setting each one as the new evaluation context and repeating its content.
ForEachTag() - Constructor for class net.sf.ewc.taglib.ForEachTag
Main constructor

G

getClassName() - Method in class net.sf.ewc.taglib.ContextTag
The context classname
getComponentPropertyFullExpression(String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the expression that access to a component's property
getComponentPropertyValue(String, String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the component's property value, or the default value if it wasn't set
getComposedExpression(String, String) - Method in class net.sf.ewc.taglib.EWCTag
Composes two expressions in such a way that eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
getContextPath() - Method in class net.sf.ewc.taglib.EWCTag
Returns the application context path, where the webapp has been hooked.
getCtx(PageContext) - Static method in class net.sf.ewc.taglib.EWCTag
Returns the current context object
getCtx() - Method in class net.sf.ewc.taglib.EWCTag
Returns the current context object
getCtx(int) - Method in class net.sf.ewc.taglib.EWCTag
Returns the current context object
getCtxPath(PageContext) - Static method in class net.sf.ewc.taglib.EWCTag
Returns the current context path
getCtxPath() - Method in class net.sf.ewc.taglib.EWCTag
Returns the current context path
getCtxPath(int) - Method in class net.sf.ewc.taglib.EWCTag
Returns the current context path
getCtxStack(PageContext) - Static method in class net.sf.ewc.taglib.EWCTag
Returns the context stack for the request
getCtxStack() - Method in class net.sf.ewc.taglib.EWCTag
Returns the context stack for the request
getEWCSession(PageContext) - Static method in class net.sf.ewc.taglib.EWCTag
Returns the EWCSessionfor the pageContext
getEvent(String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the event String that should be sent to the controller.
getExpressionValue(Object, String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the String value of a field expression evaluated on the given context
getExpressionValue(String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the value of a field expression evaluated on the current context.
getExpressionValueAsString(Object, String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the String value of a field expression evaluated on the given context
getExpressionValueAsString(String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the String value of a field expression evaluated on the current context
getFullExpression(String) - Method in class net.sf.ewc.taglib.EWCTag
Composes two expressions in such a way that eval(ctx,compose(exp1,exp2))==eval(eval(ctx,exp1),exp2)
getIndexedExpression(String, String) - Method in class net.sf.ewc.taglib.EWCTag
Returns an indexed expression so eval(ctx, indexed(exp1,exp2))==eval(ctx,exp1)[eval(ctx,exp2)]
getParent() - Method in class net.sf.ewc.taglib.EWCTag
Returns the parent tag
getStack(PageContext, String) - Static method in class net.sf.ewc.taglib.EWCTag
Returns the context stack for the request
getStack(String) - Method in class net.sf.ewc.taglib.EWCTag
Returns the context stack for the request

I

IfTag - class net.sf.ewc.taglib.IfTag.
IfTagprocesses or skips its contents, depending on a condition test.
IfTag() - Constructor for class net.sf.ewc.taglib.IfTag
Main constructor
IncludeTag - class net.sf.ewc.taglib.IncludeTag.
IncludeTagincludes another page within.
IncludeTag() - Constructor for class net.sf.ewc.taglib.IncludeTag
Main constructor

L

LabelTag - class net.sf.ewc.taglib.LabelTag.
LabelTagevaluates the source expression and prints out its result
LabelTag() - Constructor for class net.sf.ewc.taglib.LabelTag
Main constructor

N

net.sf.ewc.taglib - package net.sf.ewc.taglib
 

O

out - Variable in class net.sf.ewc.taglib.EWCTag
The JSP writter

P

pageContext - Variable in class net.sf.ewc.taglib.EWCTag
The page context
parent - Variable in class net.sf.ewc.taglib.EWCTag
The tag parent
peekCtx(PageContext) - Static method in class net.sf.ewc.taglib.EWCTag
Returns the context info stored on the top of the stack, without poping it
peekCtx() - Method in class net.sf.ewc.taglib.EWCTag
Returns the context info stored on the top of the stack, without poping it
popCtx() - Method in class net.sf.ewc.taglib.EWCTag
 
printAttribute(String, String) - Method in class net.sf.ewc.taglib.EWCTag
Prints attName="attValue" through the JSP writer
printBeginTag(String) - Method in class net.sf.ewc.taglib.EWCTag
Prints <tagName through the JSP writer
printEndBeginTag() - Method in class net.sf.ewc.taglib.EWCTag
Prints > through the JSP writer
printEndTag() - Method in class net.sf.ewc.taglib.EWCTag
Prints /> through the JSP writer
printEndTag(String) - Method in class net.sf.ewc.taglib.EWCTag
Prints </tagName> through the JSP writer
pushCtx(PageContext, String) - Static method in class net.sf.ewc.taglib.EWCTag
Pushes a new context on the stack
pushCtx(String) - Method in class net.sf.ewc.taglib.EWCTag
Pushes a new context on the stack
pushCtx(PageContext, Object, String) - Static method in class net.sf.ewc.taglib.EWCTag
Pushes a new field context on the stack
pushCtx(Object, String) - Method in class net.sf.ewc.taglib.EWCTag
Pushes a new field context on the stack

R

release() - Method in class net.sf.ewc.taglib.EWCTag
 

S

session - Variable in class net.sf.ewc.taglib.EWCTag
EWCSession
setClassName(String) - Method in class net.sf.ewc.taglib.ContextTag
Sets the context classname
setIndexName(String) - Method in class net.sf.ewc.taglib.ForEachTag
Sets the index name to use when substituting parameters (defaults to "i")
setPage(String) - Method in class net.sf.ewc.taglib.IncludeTag
Sets the page to be included.
setPageContext(PageContext) - Method in class net.sf.ewc.taglib.EWCTag
Sets the page context
setParent(Tag) - Method in class net.sf.ewc.taglib.EWCTag
Sets the parent tag
setSrc(String) - Method in class net.sf.ewc.taglib.ForEachTag
Sets the expression to the collection to iterate over
setSrc(String) - Method in class net.sf.ewc.taglib.IfTag
Sets the expression to the boolean value that decides whether or not process contents
setSrc(String) - Method in class net.sf.ewc.taglib.IncludeTag
Sets the expression that evaluates on a String with the page to be included
setSrc(String) - Method in class net.sf.ewc.taglib.LabelTag
Sets the expression to evaluate
substituteParentParameters(String) - Method in class net.sf.ewc.taglib.EWCTag
Transforms the user expression, substituting the context parameters
substituteParentParameters(String) - Method in class net.sf.ewc.taglib.ForEachTag
Transforms the user expression, substituting the context parameters

C D E F G I L N O P R S

Copyright © 2003-2004 SourceForge. All Rights Reserved.