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 Summary
FieldsFields inherited from class javax.servlet.jsp.tagext.BodyTagSupport
bodyContentFields inherited from class javax.servlet.jsp.tagext.TagSupport
pageContextFields inherited from interface javax.servlet.jsp.tagext.BodyTag
EVAL_BODY_BUFFERED, EVAL_BODY_TAGFields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAINFields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport
doInitBody, getBodyContent, getPreviousOut, setBodyContentMethods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.servlet.jsp.tagext.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
-