public class NestedWriteNestingTag
extends javax.servlet.jsp.tagext.BodyTagSupport
| Constructor and Description |
|---|
NestedWriteNestingTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doEndTag() |
int |
doStartTag()
Overriding method of the heart of the tag.
|
boolean |
getFilter()
Getter method for the filter property
|
java.lang.String |
getId()
Getter method for the id property
|
java.lang.String |
getProperty()
Getter method for the property property
|
void |
release()
JSP method to release all resources held by the tag.
|
void |
setFilter(boolean newFilter)
Setter method for the filter property
|
void |
setId(java.lang.String id)
Setter method for the id property
|
void |
setProperty(java.lang.String newProperty)
Setter method for the property property
|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValuepublic java.lang.String getProperty()
public void setProperty(java.lang.String newProperty)
newProperty - new value for the property propertypublic java.lang.String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setId(java.lang.String id)
setId in class javax.servlet.jsp.tagext.TagSupportid - new value for the id propertypublic boolean getFilter()
public void setFilter(boolean newFilter)
newFilter - new value for the filter propertypublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class javax.servlet.jsp.tagext.BodyTagSupportjavax.servlet.jsp.JspExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.BodyTagSupportCopyright © 2000–2024 Apache Software Foundation. All rights reserved.