|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
org.apache.struts.taglib.nested Interface NestedPropertySupport
- All Superinterfaces:
- NestedTagSupport
- All Known Subinterfaces:
- NestedNameSupport, NestedParentSupport
- All Known Implementing Classes:
- NestedImageTag, NestedErrorsTag, NestedMessagesTag, NestedSubmitTag, NestedMessagesNotPresentTag, NestedMessagesPresentTag
- public interface NestedPropertySupport
- extends NestedTagSupport
This interface is for managing classes of the nested extension, so they can know to set the tag's property property.
- Since:
- Struts 1.1
- Version:
- $Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $
Method Summary | |
java.lang.String |
getProperty()
The getters and setters required to set a tags property property. |
void |
setProperty(java.lang.String newProperty)
The setter for the poroperty property |
Method Detail |
getProperty
public java.lang.String getProperty()
- The getters and setters required to set a tags property property.
- Returns:
- String value of the tags' property property
setProperty
public void setProperty(java.lang.String newProperty)
- The setter for the poroperty property
- Parameters:
newProperty
- new String value to set the property property to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2000-2005 - The Apache Software Foundation