|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletApplicationEntity
The PortletApplicationEntity
interface represents an instance of the
application/context describing the portlets. The application instance may only
contain one instance of each portlet of the corresponding application description.
This interface defines the model as known from the MVC pattern. Its purpose is to provide read access to the data stored in the model.
Method Summary | |
---|---|
ObjectID |
getId()
Returns the identifier of this portlet application instance as object id. |
PortletApplicationDefinition |
getPortletApplicationDefinition()
Returns the portlet application definition. |
PortletEntityList |
getPortletEntityList()
Returns all portlet entities contained in the application entity. |
Method Detail |
---|
ObjectID getId()
PortletEntityList getPortletEntityList()
PortletEntity
objectsPortletApplicationDefinition getPortletApplicationDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |