org.dlese.dpc.util.tags
Class StoreBodyTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
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
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 java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreBodyTag
public StoreBodyTag()
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