This project has retired. For details please refer to its
Attic page.
PortletApplicationBean (Jetspeed-2 Administration 2.1.3 API)
org.apache.jetspeed.portlets.pam
Class PortletApplicationBean
java.lang.Object
org.apache.jetspeed.portlets.pam.PortletApplicationBean
- All Implemented Interfaces:
- org.apache.jetspeed.om.common.portlet.PortletApplication, org.apache.pluto.om.Model, org.apache.pluto.om.portlet.PortletApplicationDefinition
public class PortletApplicationBean
- extends Object
- implements org.apache.jetspeed.om.common.portlet.PortletApplication
This portlet is a browser over all the portlet applications in the system.
- Version:
- $Id: PortletApplicationBean.java 348264 2005-11-22 22:06:45Z taylor $
- Author:
- Jeremy Ford, David Sean Taylor
|
Field Summary |
(package private) org.apache.jetspeed.om.common.portlet.PortletApplication |
pa
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
pa
org.apache.jetspeed.om.common.portlet.PortletApplication pa
PortletApplicationBean
public PortletApplicationBean(org.apache.jetspeed.om.common.portlet.PortletApplication pa)
getMetadata
public org.apache.jetspeed.om.common.GenericMetadata getMetadata()
- Specified by:
getMetadata in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getName
public String getName()
- Specified by:
getName in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getPortletDefinitions
public Collection getPortletDefinitions()
- Specified by:
getPortletDefinitions in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getPortletDefinitionByName
public org.apache.pluto.om.portlet.PortletDefinition getPortletDefinitionByName(String name)
- Specified by:
getPortletDefinitionByName in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getUserAttributeRefs
public Collection getUserAttributeRefs()
- Specified by:
getUserAttributeRefs in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getUserAttributes
public Collection getUserAttributes()
- Specified by:
getUserAttributes in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getApplicationIdentifier
public String getApplicationIdentifier()
- Specified by:
getApplicationIdentifier in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getDescription
public String getDescription()
- Specified by:
getDescription in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getApplicationType
public int getApplicationType()
- Specified by:
getApplicationType in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getId
public org.apache.pluto.om.common.ObjectID getId()
- Specified by:
getId in interface org.apache.pluto.om.portlet.PortletApplicationDefinition
getVersion
public String getVersion()
- Specified by:
getVersion in interface org.apache.pluto.om.portlet.PortletApplicationDefinition
getPortletDefinitionList
public org.apache.pluto.om.portlet.PortletDefinitionList getPortletDefinitionList()
- Specified by:
getPortletDefinitionList in interface org.apache.pluto.om.portlet.PortletApplicationDefinition
getWebApplicationDefinition
public org.apache.pluto.om.servlet.WebApplicationDefinition getWebApplicationDefinition()
- Specified by:
getWebApplicationDefinition in interface org.apache.pluto.om.portlet.PortletApplicationDefinition
getJetspeedServices
public Collection getJetspeedServices()
- Specified by:
getJetspeedServices in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getCustomPortletModes
public Collection getCustomPortletModes()
- Specified by:
getCustomPortletModes in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getCustomWindowStates
public Collection getCustomWindowStates()
- Specified by:
getCustomWindowStates in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getSupportedPortletModes
public Collection getSupportedPortletModes()
- Specified by:
getSupportedPortletModes in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getSupportedWindowStates
public Collection getSupportedWindowStates()
- Specified by:
getSupportedWindowStates in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getMappedPortletMode
public javax.portlet.PortletMode getMappedPortletMode(javax.portlet.PortletMode mode)
- Specified by:
getMappedPortletMode in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getMappedWindowState
public javax.portlet.WindowState getMappedWindowState(javax.portlet.WindowState state)
- Specified by:
getMappedWindowState in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getCustomPortletMode
public javax.portlet.PortletMode getCustomPortletMode(javax.portlet.PortletMode mode)
- Specified by:
getCustomPortletMode in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getCustomWindowState
public javax.portlet.WindowState getCustomWindowState(javax.portlet.WindowState state)
- Specified by:
getCustomWindowState in interface org.apache.jetspeed.om.common.portlet.PortletApplication
getJetspeedSecurityConstraint
public String getJetspeedSecurityConstraint()
- Specified by:
getJetspeedSecurityConstraint in interface org.apache.jetspeed.om.common.portlet.PortletApplication
isLayoutApplication
public boolean isLayoutApplication()
- Specified by:
isLayoutApplication in interface org.apache.jetspeed.om.common.portlet.PortletApplication
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.