public class CoreSetTag extends BodyTagSupport
bodyContentid, pageContextEVAL_BODY_BUFFERED, EVAL_BODY_TAGEVAL_BODY_AGAINEVAL_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(java.lang.String property)
Sets the property to be set.
|
void |
setScope(java.lang.String scope)
Sets the scope of the variable.
|
void |
setTarget(java.lang.Object target)
Sets the target to be set.
|
void |
setValue(java.lang.Object 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, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValueclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetParent, setPageContext, setParentpublic void setValue(java.lang.Object value)
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public void setTarget(java.lang.Object target)
public void setProperty(java.lang.String property)
public int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class BodyTagSupportJspExceptionpublic int doEndTag()
throws JspException
TagSupportdoEndTag in interface TagdoEndTag in class TagSupportJspExceptionpublic static void setValue(PageContext pageContext, java.lang.String var, java.lang.String scope, java.lang.Object value) throws JspException
JspException