webwork.view.taglib
Class WebWorkBodyTagSupport
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
webwork.view.taglib.WebWorkBodyTagSupport
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- AbstractVUITag, BasicPropertyTag, ComponentTag, IncludeTag, IteratorTag, ParamTag, TextTag, URLTag
- public abstract class WebWorkBodyTagSupport
- extends javax.servlet.jsp.tagext.BodyTagSupport
Base class for tags with bodies.
- Version:
- $Revision: 1.11 $
- Author:
- Rickard Öberg (rickard@dreambean.com)
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent |
stack
protected ServletValueStack stack
WebWorkBodyTagSupport
public WebWorkBodyTagSupport()
setPageContext
public void setPageContext(javax.servlet.jsp.PageContext aPageContext)
setParent
public void setParent(javax.servlet.jsp.tagext.Tag aTag)
getStack
protected ServletValueStack getStack()
findValue
protected java.lang.Object findValue(java.lang.String aName)
findString
protected java.lang.String findString(java.lang.String aName)
- Will return the string value of the object. If the object
has a ValidationEditor then its getAsText() will be called
which by default calls toString() unless you override it.
toString
protected java.lang.String toString(java.lang.Throwable t)
release
public void release()
Copyright © 2001-2003 WebWork All Rights Reserved.