org.apache.struts.taglib.nested

Interface NestedNameSupport

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
StringgetName()
The getters and setters required to set a tags name property.
voidsetName(String newNamed)
The setter for the name property

Method Detail

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-2008 - The Apache Software Foundation