org.apache.struts.taglib.nested
Interface NestedParentSupport
- NestedNameSupport, NestedPropertySupport, NestedTagSupport
public interface NestedParentSupport
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:
- Struts 1.1
NestedPropertyTag
, NestedIterateTag
String | getNestedProperty() - This is required by all parent tags so that the child tags can get a hold
of their nested property.
|
getNestedProperty
public String getNestedProperty()
This is required by all parent tags so that the child tags can get a hold
of their nested property.
- String of the qaulified nested property to this implementing tag
Copyright © 2000-2005 - The Apache Software Foundation