public class XmlSetTag extends TagSupport
id, pageContextEVAL_BODY_AGAINEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE| Constructor and Description |
|---|
XmlSetTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag()
Process the tag.
|
static java.lang.Object |
evalObject(PageContextImpl pageContext,
Expr select)
Returns the value as an object.
|
void |
setScope(java.lang.String scope)
Sets the scope of the variable to be saved.
|
void |
setSelect(Expr select)
Sets the JSP-EL expression value.
|
void |
setVar(java.lang.String var)
Sets the variable to be saved.
|
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValuepublic void setSelect(Expr select)
public void setVar(java.lang.String var)
public void setScope(java.lang.String scope)
public int doStartTag()
throws JspException
doStartTag in interface TagdoStartTag in class TagSupportJspExceptionpublic static java.lang.Object evalObject(PageContextImpl pageContext, Expr select) throws XPathException, JspException
XPathExceptionJspException