Apache Struts API Documentation: Interface NestedNameSupport

Apache Struts API


org.apache.struts.taglib.nested Interface NestedNameSupport

All Superinterfaces:
NestedPropertySupport, NestedTagSupport
All Known Subinterfaces:
NestedParentSupport
All Known Implementing Classes:
NestedPropertyTag, NestedRootTag, NestedSizeTag, NestedMessageTag, NestedWriteTag, NestedDefineTag, NestedMultiboxTag, NestedFileTag, NestedRadioTag, NestedLinkTag, NestedPasswordTag, NestedCheckboxTag, NestedOptionsCollectionTag, NestedFormTag, NestedTextareaTag, NestedSelectTag, NestedImgTag, NestedHiddenTag, NestedOptionsTag, NestedTextTag, NestedEqualTag, NestedLessThanTag, NestedGreaterEqualTag, NestedPresentTag, NestedEmptyTag, NestedLessEqualTag, NestedIterateTag, NestedNotMatchTag, NestedNotEqualTag, NestedNotPresentTag, NestedGreaterThanTag, NestedNotEmptyTag, NestedMatchTag

public interface NestedNameSupport
extends NestedPropertySupport

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.

Since:
Struts 1.1
Version:
$Rev: 54929 $ $Date: 2004-10-16 17:38:42 +0100 (Sat, 16 Oct 2004) $

Method Summary
 java.lang.String getName()
          The getters and setters required to set a tags name property.
 void setName(java.lang.String newNamed)
          The setter for the name property
 
Methods inherited from interface org.apache.struts.taglib.nested.NestedPropertySupport
getProperty, setProperty
 

Method Detail

getName

public java.lang.String getName()
The getters and setters required to set a tags name property.
Returns:
String value of the tags' name property

setName

public void setName(java.lang.String newNamed)
The setter for the name property
Parameters:
newNamed - new String value to set the name property to


Copyright © 2000-2005 - The Apache Software Foundation