org.apache.struts.taglib.nested
public class NestedWriteNestingTag extends javax.servlet.jsp.tagext.BodyTagSupport
Modifier and Type | Field and Description |
---|---|
private boolean |
filter |
private java.lang.String |
id |
private java.lang.String |
originalProperty |
private java.lang.String |
property |
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, setBodyContent
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
private boolean filter
private java.lang.String property
private java.lang.String id
private java.lang.String originalProperty
public 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.TagSupport
public void setId(java.lang.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-2014 - The Apache Software Foundation