com.opensymphony.webwork.views.jsp
Class WebWorkTagSupport
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.opensymphony.webwork.views.jsp.WebWorkTagSupport
- All Implemented Interfaces:
- IterationTag, Serializable, Tag
- Direct Known Subclasses:
- BeanTag, ElseIfTag, ElseTag, I18nTag, IfTag, ParameterizedTagSupport, PropertyTag, SetTag
- public abstract class WebWorkTagSupport
- extends TagSupport
WebWork base class for defining new tag handlers.
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ALT_SYNTAX
public static final boolean ALT_SYNTAX
WebWorkTagSupport
public WebWorkTagSupport()
translateVariables
public static String translateVariables(String expression,
com.opensymphony.xwork.util.OgnlValueStack stack)
getStack
protected com.opensymphony.xwork.util.OgnlValueStack getStack()
findString
protected String findString(String expr)
findValue
protected Object findValue(String expr)
findValue
protected Object findValue(String expr,
Class toType)
toString
protected String toString(Throwable t)