public interface PortletApplicationEntity extends Model
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.
Modifier and Type | Method and Description |
---|---|
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.
|
ObjectID getId()
PortletEntityList getPortletEntityList()
PortletEntity
objectsPortletApplicationDefinition getPortletApplicationDefinition()
Copyright © 2003-2013 . All Rights Reserved.