|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PortletApplicationDefinition
This interface provides access to a portlet application and its attributes.
A portlet application is defined in the portlet.xml of a portlet application
archive file.
Additionally, this interface allows to retrieve containing elements such
as portlets.
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 as object id. |
PortletDefinitionList |
getPortletDefinitionList()
Returns all portlets contained in this portlet application. |
java.lang.String |
getVersion()
Returns the version of this portlet application. |
WebApplicationDefinition |
getWebApplicationDefinition()
Returns the corresponding web application to this portlet application. |
Method Detail |
---|
ObjectID getId()
java.lang.String getVersion()
PortletDefinitionList getPortletDefinitionList()
WebApplicationDefinition getWebApplicationDefinition()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |