public interface PortletApplicationDefinition extends Model
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.
Modifier and Type | Method and Description |
---|---|
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.
|
ObjectID getId()
java.lang.String getVersion()
PortletDefinitionList getPortletDefinitionList()
WebApplicationDefinition getWebApplicationDefinition()
Copyright © 2003-2013 . All Rights Reserved.