java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.xml.ExprSupport
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public abstract class ExprSupport
- extends javax.servlet.jsp.tagext.TagSupport
Tag handler for <expr> in JSTL's XML library.
|
Constructor Summary |
ExprSupport()
Constructs a new handler. |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
select
private java.lang.String select
escapeXml
protected boolean escapeXml
ExprSupport
public ExprSupport()
- Constructs a new handler. As with TagSupport, subclasses should
not provide other constructors and are expected to call the
superclass constructor.
init
private void init()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Default processing of the start tag, returning SKIP_BODY.
release
public void release()
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Release state.
setSelect
public void setSelect(java.lang.String select)