org.apache.struts.taglib.nested
Interface NestedPropertySupport
- NestedTagSupport
- NestedNameSupport, NestedParentSupport
- NestedCheckboxTag, NestedDefineTag, NestedEmptyTag, NestedEqualTag, NestedErrorsTag, NestedFileTag, NestedFormTag, NestedGreaterEqualTag, NestedGreaterThanTag, NestedHiddenTag, NestedImageTag, NestedImgTag, NestedIterateTag, NestedLessEqualTag, NestedLessThanTag, NestedLinkTag, NestedMatchTag, NestedMessagesNotPresentTag, NestedMessagesPresentTag, NestedMessagesTag, NestedMessageTag, NestedMultiboxTag, NestedNotEmptyTag, NestedNotEqualTag, NestedNotMatchTag, NestedNotPresentTag, NestedOptionsCollectionTag, NestedOptionsTag, NestedPasswordTag, NestedPresentTag, NestedPropertyTag, NestedRadioTag, NestedRootTag, NestedSelectTag, NestedSizeTag, NestedSubmitTag, NestedTextareaTag, NestedTextTag, NestedWriteTag
public interface NestedPropertySupport
This interface is for managing classes of the nested extension, so they can
know to set the tag's property property.
$Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $ String | getProperty() - The getters and setters required to set a tags property property.
|
void | setProperty(String newProperty) - The setter for the poroperty property
|
getProperty
public String getProperty()
The getters and setters required to set a tags property property.
- String value of the tags' property property
setProperty
public void setProperty(String newProperty)
The setter for the poroperty property
newProperty
- new String value to set the property property to
Copyright B) 2000-2007 - The Apache Software Foundation