com.ibm.xsp.component
Interface FacesPropertyProvider

All Known Implementing Classes:
UIIncludeComposite

public interface FacesPropertyProvider

This interface tags a class that can contain compositeData through a PropertyMap. Currently the only implementor is UIIncludeComposite, since some of its duties were split out to the FacesParentReliantComponent interface in 8.5.2. [This is not intended to be subclassed by 3rd parties yet because we have not verified that other implementors of the interface would be treated correctly.] Not intended to be subclassed.


Method Summary
 PropertyMap getPropertyMap()
          Return the "compositeData" PropertyMap associated with this component.
 

Method Detail

getPropertyMap

PropertyMap getPropertyMap()
Return the "compositeData" PropertyMap associated with this component.

Returns: