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
|
String |
getId()
Getter method for the id property
|
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(String id)
Setter method for the id property
|
void |
setProperty(String newProperty)
Setter method for the property property
|
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
public String getProperty()
public void setProperty(String newProperty)
newProperty
- new value for the property propertypublic String getId()
getId
in class javax.servlet.jsp.tagext.TagSupport
public void setId(String id)
setId
in class javax.servlet.jsp.tagext.TagSupport
id
- 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.Tag
doStartTag
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.