org.apache.taglibs.standard.tag.rt.xml
Class ExprTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
org.apache.taglibs.standard.tag.common.xml.ExprSupport
org.apache.taglibs.standard.tag.rt.xml.ExprTag
- All Implemented Interfaces:
- Serializable, IterationTag, JspTag, Tag
public class ExprTag
- extends ExprSupport
A handler for <out> that supports rtexprvalue-based
attributes.
- Author:
- Shawn Bayern
- See Also:
- Serialized Form
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 |
ExprTag
public ExprTag()
setEscapeXml
public void setEscapeXml(boolean escapeXml)
Copyright © 2007 Mort Bay Consulting. All Rights Reserved.