public class NestedPropertyTag extends javax.servlet.jsp.tagext.BodyTagSupport implements NestedNameSupport
| Constructor and Description |
|---|
NestedPropertyTag() |
| 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()
The getters and setters required to set a tags 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 newNamed)
The setter for the name property
|
void |
setProperty(String newProperty)
Setter method for the property property Also, only setting the
original property value to those values not set by the nested logic.
|
doInitBody, getBodyContent, getPreviousOut, setBodyContentfindAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValuepublic String getName()
NestedNameSupportgetName in interface NestedNameSupportpublic void setName(String newNamed)
NestedNameSupportsetName in interface NestedNameSupportnewNamed - new String value to set the name property topublic String getProperty()
getProperty in interface NestedPropertySupportpublic void setProperty(String newProperty)
setProperty in interface NestedPropertySupportnewProperty - new value for the property 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.