{ } }
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

com.ibm.portal.content
Interface LayoutControlCreationContext

All Superinterfaces:
CreationContext
All Known Subinterfaces:
DerivedLayoutControlCreationContext
public interface LayoutControlCreationContext
extends CreationContext

A node creation context for LayoutControls.

Since:
6.1.0

Method Summary
 Identifiable getPortletDefinition()
          The portlet definition for which a layout control is to be created.
 Identifiable getPortletEntity()
          The portlet entity for which a layout control is to be created.
 

Method Detail

getPortletDefinition

Identifiable getPortletDefinition()
The portlet definition for which a layout control is to be created.

Returns:
the portlet definition for which a layout control is to be created, must not be null

getPortletEntity

Identifiable getPortletEntity()
The portlet entity for which a layout control is to be created.

Returns:
the portlet entity for which a layout control is to be created; may be null. If it is not null, the portlet definition reported on getPortletDefinition() must match the definition associated with the referenced portlet entity.
Tree 
 PREV CLASS   NEXT CLASS FRAMES    NO FRAMES   SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD