public class NestedRootTag extends javax.servlet.jsp.tagext.BodyTagSupport implements NestedNameSupport
| Constructor and Description |
|---|
NestedRootTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doAfterBody()
Render the resulting content evaluation.
|
int |
doEndTag()
Evaluate the rest of the page
|
int |
doStartTag()
Overriding method of the heart of the tag.
|
String |
getName()
Getter method for the name property
|
String |
getProperty()
Getter method for the property property
|
void |
release()
JSP method to release all resources held by the tag.
|
void |
setName(String name)
Setter method for the name property
|
void |
setProperty(String property)
Setter method for the property property
|
doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic String getProperty()
getProperty in interface NestedPropertySupportpublic void setProperty(String property)
setProperty in interface NestedPropertySupportproperty - new value for the property propertypublic String getName()
getName in interface NestedNameSupportpublic void setName(String name)
setName in interface NestedNameSupportname - new value for the name 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 doAfterBody()
throws javax.servlet.jsp.JspException
doAfterBody in interface javax.servlet.jsp.tagext.IterationTagdoAfterBody 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-2017 Apache Software Foundation. All Rights Reserved.