public class CoreSetTag extends BodyTagSupport
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
CoreSetTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Processed at the end of the tag.
|
int |
doStartTag()
Process the tag.
|
void |
setProperty(Expr property)
Sets the property to be set.
|
void |
setScope(java.lang.String scope)
Sets the scope of the variable.
|
void |
setTarget(Expr target)
Sets the target to be set.
|
void |
setValue(Expr value)
Sets the JSP-EL expression value.
|
static void |
setValue(PageContext pageContext,
java.lang.String var,
java.lang.String scope,
java.lang.Object value) |
void |
setVar(java.lang.String var)
Sets the variable to assign
|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setPageContext, setParent
public void setValue(Expr value)
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public void setTarget(Expr target)
public void setProperty(Expr property)
public int doStartTag() throws JspException
doStartTag
in interface Tag
doStartTag
in class BodyTagSupport
JspException
public int doEndTag() throws JspException
TagSupport
doEndTag
in interface Tag
doEndTag
in class TagSupport
JspException
public static void setValue(PageContext pageContext, java.lang.String var, java.lang.String scope, java.lang.Object value) throws JspException
JspException