|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
PortletApplication
Extends the org.apache.pluto.om.portlet.PortletApplicationDefinition
interface adding methods for those attributes that do not have them
so as to make manipulating the portlet OM easier.
Method Summary | |
String |
getApplicationIdentifier()
|
int |
getApplicationType()
Gets the Portlet Application type. |
String |
getDescription()
|
Collection |
getJetspeedServices()
Gets a collection of all Jetspeed Services allowed for this application. |
GenericMetadata |
getMetadata()
Returns the metadata from the extended jetspeed-portlet.xml |
String |
getName()
Gets the name of the Portlet Application. |
org.apache.pluto.om.portlet.PortletDefinition |
getPortletDefinitionByName(String name)
Finds a portlet by portlet name, searching this portlet application's collection. |
Collection |
getPortletDefinitions()
|
Collection |
getUserAttributeRefs()
Gets the collection of user attribute refs associated with this portlet application. |
Collection |
getUserAttributes()
Gets the collection of user attributes associated with this portlet application. |
Methods inherited from interface org.apache.pluto.om.portlet.PortletApplicationDefinition |
getId, getPortletDefinitionList, getVersion, getWebApplicationDefinition |
Method Detail |
public GenericMetadata getMetadata()
public String getName()
public Collection getPortletDefinitions()
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinitionByName(String name)
name
- The portlet name.
public Collection getUserAttributeRefs()
Gets the collection of user attribute refs associated with this portlet application.
public Collection getUserAttributes()
Gets the collection of user attributes associated with this portlet application.
public String getApplicationIdentifier()
public String getDescription()
public int getApplicationType()
MutablePortletApplication.WEBAPP
- A standard web application, stored in the web application
server's web application space.
MutablePortletApplication.LOCAL
- A local portlet application stored within Jetspeed's web application.
public Collection getJetspeedServices()
JetspeedServiceReference
.JetspeedServiceReference
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |