org.apache.struts.taglib.nested
Class NestedWriteNestingTag
BodyTagSupport
org.apache.struts.taglib.nested.NestedWriteNestingTag
public class NestedWriteNestingTag
extends BodyTagSupport
NestedWriteNestingTag.
Created so developers could have a more elegant way of getting to the
underlying nested property their tag properties are referencing.
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
|
filter
private boolean filter
originalProperty
private String originalProperty
property
private String property
doEndTag
public int doEndTag()
throws JspException
doStartTag
public int doStartTag()
throws JspException
Overriding method of the heart of the tag. Gets the relative property
and tells the JSP engine to evaluate its body content.
- int JSP continuation directive.
getFilter
public boolean getFilter()
Getter method for the filter property
- String value of the filter property
getId
public String getId()
Getter method for the id property
- String value for the id property
getProperty
public String getProperty()
Getter method for the property property
- String value of the property property
release
public void release()
JSP method to release all resources held by the tag.
setFilter
public void setFilter(boolean newFilter)
Setter method for the filter property
newFilter
- new value for the filter property
setId
public void setId(String id)
Setter method for the id property
id
- new value for the id property
setProperty
public void setProperty(String newProperty)
Setter method for the property property
newProperty
- new value for the property property
Copyright B) 2000-2007 - The Apache Software Foundation