public class EvalTag extends HtmlEscapingAwareTag
logger, REQUEST_CONTEXT_PAGE_ATTRIBUTE
Constructor and Description |
---|
EvalTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTagInternal()
Called by doStartTag to perform the actual work.
|
void |
setExpression(String expression)
Set the expression to evaluate.
|
void |
setJavaScriptEscape(String javaScriptEscape)
Set JavaScript escaping for this tag, as boolean value.
|
void |
setScope(String scope)
Set the scope to export the evaluation result to.
|
void |
setVar(String var)
Set the variable name to expose the evaluation result under.
|
isDefaultHtmlEscape, isHtmlEscape, setHtmlEscape
doCatch, doFinally, doStartTag, getRequestContext
public void setExpression(String expression)
public void setVar(String var)
public void setScope(String scope)
public void setJavaScriptEscape(String javaScriptEscape) throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
public int doStartTagInternal() throws javax.servlet.jsp.JspException
RequestContextAwareTag
doStartTagInternal
in class RequestContextAwareTag
javax.servlet.jsp.JspException
TagSupport.doStartTag()
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.JspException
Copyright © 2015. All rights reserved.