Package nl.b3p.web.jsp
Class TailTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
nl.b3p.web.jsp.TailTag
- All Implemented Interfaces:
- Serializable,- BodyTag,- IterationTag,- JspTag,- Tag
- Author:
- mprins
- See Also:
- 
Field SummaryFieldsFields inherited from class javax.servlet.jsp.tagext.BodyTagSupportbodyContentFields inherited from class javax.servlet.jsp.tagext.TagSupportpageContextFields inherited from interface javax.servlet.jsp.tagext.BodyTagEVAL_BODY_BUFFERED, EVAL_BODY_TAGFields inherited from interface javax.servlet.jsp.tagext.IterationTagEVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.TagEVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class javax.servlet.jsp.tagext.BodyTagSupportdoInitBody, getBodyContent, getPreviousOut, setBodyContentMethods inherited from class javax.servlet.jsp.tagext.TagSupportfindAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.jsp.tagext.TaggetParent, setPageContext, setParent
- 
Field Details- 
DEFAULT_ID- See Also:
 
- 
DEFAULT_COUNTpublic static final int DEFAULT_COUNT- See Also:
 
 
- 
- 
Constructor Details- 
TailTagpublic TailTag()
 
- 
- 
Method Details- 
doStartTag- Specified by:
- doStartTagin interface- Tag
- Overrides:
- doStartTagin class- BodyTagSupport
- Throws:
- JspException
 
- 
doAfterBody- Specified by:
- doAfterBodyin interface- IterationTag
- Overrides:
- doAfterBodyin class- BodyTagSupport
- Throws:
- JspException
 
- 
doEndTagpublic int doEndTag()- Specified by:
- doEndTagin interface- Tag
- Overrides:
- doEndTagin class- BodyTagSupport
 
- 
releasepublic void release()- Specified by:
- releasein interface- Tag
- Overrides:
- releasein class- BodyTagSupport
 
- 
getCountpublic int getCount()
- 
setCountpublic void setCount(int count) 
- 
getFile
- 
setFile
- 
getId- Overrides:
- getIdin class- TagSupport
 
- 
setId- Overrides:
- setIdin class- TagSupport
 
 
-