DLESE Tools
v1.6.0

org.dlese.dpc.util.tags
Class StoreBodyTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.dlese.dpc.util.tags.StoreBodyTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, JspTag, Tag

public class StoreBodyTag
extends BodyTagSupport

Description of the Class

Author:
ryandear
See Also:
Serialized Form

Field Summary
 
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
 
Constructor Summary
StoreBodyTag()
           
 
Method Summary
 int doAfterBody()
          Description of the Method
 void setPrint(String print)
          Sets the print attribute of the StoreBodyTag object
 void setSave(String save)
          Sets the save attribute of the StoreBodyTag object
 
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doEndTag, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
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
 
Methods inherited from interface javax.servlet.jsp.tagext.Tag
getParent, setPageContext, setParent
 

Constructor Detail

StoreBodyTag

public StoreBodyTag()
Method Detail

setSave

public void setSave(String save)
Sets the save attribute of the StoreBodyTag object

Parameters:
save - The new save value

setPrint

public void setPrint(String print)
Sets the print attribute of the StoreBodyTag object

Parameters:
print - The new print value

doAfterBody

public int doAfterBody()
                throws JspException
Description of the Method

Specified by:
doAfterBody in interface IterationTag
Overrides:
doAfterBody in class BodyTagSupport
Returns:
Description of the Return Value
Throws:
JspException - Description of the Exception

DLESE Tools
v1.6.0