public class ConvertToComment extends BodyTagSupport
The Tag Library Descriptor defines this tag as TAGDEPENDENT, which means that the material in the body of the tag will not be processed by the JSP preprocessor
Modifier and Type | Field and Description |
---|---|
protected String |
className |
bodyContent
id, pageContext
EVAL_BODY_BUFFERED, EVAL_BODY_TAG
EVAL_BODY_AGAIN
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
Constructor and Description |
---|
ConvertToComment() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag()
Actions to be carried out when end tag is encountered.
|
String |
getClassName() |
void |
setClassName(String value) |
doAfterBody, doInitBody, doStartTag, getBodyContent, getPreviousOut, release, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getParent, setPageContext, setParent
public ConvertToComment()
public int doEndTag() throws JspException
The method returns Tag.EVAL_PAGE
to indicate
that processing of the JSP page will continue.
doEndTag
in interface Tag
doEndTag
in class BodyTagSupport
JspException
LineNumberReader
,
JspWriter
public String getClassName()
public void setClassName(String value)