com.opensymphony.webwork.views.jsp
Class WebWorkTagSupport

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended bycom.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

Field Summary
static boolean ALT_SYNTAX
           
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
WebWorkTagSupport()
           
 
Method Summary
protected  String findString(String expr)
           
protected  Object findValue(String expr)
           
protected  Object findValue(String expr, Class toType)
           
protected  com.opensymphony.xwork.util.OgnlValueStack getStack()
           
protected  String toString(Throwable t)
           
static String translateVariables(String expression, com.opensymphony.xwork.util.OgnlValueStack stack)
           
 
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
 

Field Detail

ALT_SYNTAX

public static final boolean ALT_SYNTAX
Constructor Detail

WebWorkTagSupport

public WebWorkTagSupport()
Method Detail

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)

WebWork Project Page