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 Summary
FieldsFields inherited from class BodyTagSupport
bodyContentFields inherited from class TagSupport
pageContextFields inherited from interface BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAGFields inherited from interface IterationTag
EVAL_BODY_AGAINFields inherited from interface Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContentMethods inherited from class TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Tag
getParent, setPageContext, setParent
-
Field Details
-
DEFAULT_ID
- See Also:
-
DEFAULT_COUNT
public static final int DEFAULT_COUNT- See Also:
-
-
Constructor Details
-
TailTag
public TailTag()
-
-
Method Details
-
doStartTag
- Specified by:
doStartTagin interfaceTag- Overrides:
doStartTagin classBodyTagSupport- Throws:
JspException
-
doAfterBody
- Specified by:
doAfterBodyin interfaceIterationTag- Overrides:
doAfterBodyin classBodyTagSupport- Throws:
JspException
-
doEndTag
public int doEndTag()- Specified by:
doEndTagin interfaceTag- Overrides:
doEndTagin classBodyTagSupport
-
release
public void release()- Specified by:
releasein interfaceTag- Overrides:
releasein classBodyTagSupport
-
getCount
public int getCount() -
setCount
public void setCount(int count) -
getFile
-
setFile
-
getId
- Overrides:
getIdin classTagSupport
-
setId
- Overrides:
setIdin classTagSupport
-