org.apache.struts.taglib.nested

Interface NestedParentSupport

All Superinterfaces:
NestedNameSupport, NestedPropertySupport, NestedTagSupport

public interface NestedParentSupport
extends NestedNameSupport

This interface is so managing classes of the nested tag can identify a tag as a parent tag that other tags retrieve nested properties from.

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

Author:
Arron Bates

Since:
Struts 1.1

See Also:
NestedPropertyTag, NestedIterateTag

Method Summary

String
getNestedProperty()
This is required by all parent tags so that the child tags can get a hold of their nested property.

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

getName, setName

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

getProperty, setProperty

Method Details

getNestedProperty

public String getNestedProperty()
This is required by all parent tags so that the child tags can get a hold of their nested property.

Returns:
String of the qaulified nested property to this implementing tag


Copyright B) 2000-2005 - Apache Software Foundation