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, setBodyContent
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue
public String getProperty()
getProperty
in interface NestedPropertySupport
public void setProperty(String property)
setProperty
in interface NestedPropertySupport
property
- new value for the property propertypublic String getName()
getName
in interface NestedNameSupport
public void setName(String name)
setName
in interface NestedNameSupport
name
- new value for the name propertypublic int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doAfterBody() throws javax.servlet.jsp.JspException
doAfterBody
in interface javax.servlet.jsp.tagext.IterationTag
doAfterBody
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class javax.servlet.jsp.tagext.BodyTagSupport
javax.servlet.jsp.JspException
public void release()
release
in interface javax.servlet.jsp.tagext.Tag
release
in class javax.servlet.jsp.tagext.BodyTagSupport
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.