org.apache.struts.taglib.nested
Interface NestedNameSupport
- NestedPropertySupport, NestedTagSupport
- NestedParentSupport
- NestedCheckboxTag, NestedDefineTag, NestedEmptyTag, NestedEqualTag, NestedFileTag, NestedFormTag, NestedGreaterEqualTag, NestedGreaterThanTag, NestedHiddenTag, NestedImgTag, NestedIterateTag, NestedLessEqualTag, NestedLessThanTag, NestedLinkTag, NestedMatchTag, NestedMessageTag, NestedMultiboxTag, NestedNotEmptyTag, NestedNotEqualTag, NestedNotMatchTag, NestedNotPresentTag, NestedOptionsCollectionTag, NestedOptionsTag, NestedPasswordTag, NestedPresentTag, NestedPropertyTag, NestedRadioTag, NestedRootTag, NestedSelectTag, NestedSizeTag, NestedTextareaTag, NestedTextTag, NestedWriteTag
public interface NestedNameSupport
This is so that managing classes can tell if a nested tag needs to have its
name property set. From what I know, these tags use the property
property, and the name is an addition.
Version:
- Struts 1.1
String | getName() - The getters and setters required to set a tags name property.
|
void | setName(String newNamed) - The setter for the name property
|
getName
public String getName()
The getters and setters required to set a tags name property.
- String value of the tags' name property
setName
public void setName(String newNamed)
The setter for the name property
newNamed
- new String value to set the name property to
Copyright © 2000-2005 - The Apache Software Foundation