org.apache.struts.taglib.nested

Interface NestedNameSupport

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

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.

Version:
$Revision: 1.4 $ $Date: 2003/02/28 05:14:01 $

Author:
Arron Bates

Since:
Struts 1.1

Method Summary

String
getName()
The getters and setters required to set a tags name property.
void
setName(String newNamed)
The setter for the name property

Methods inherited from interface org.apache.struts.taglib.nested.NestedPropertySupport

getProperty, setProperty

Method Details

getName

public 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(String newNamed)
The setter for the name property

Parameters:
newNamed - new String value to set the name property to


Copyright B) 2000-2005 - Apache Software Foundation