Uses of Interface
org.apache.pluto.om.portlet.PortletApplicationDefinition

Packages that use PortletApplicationDefinition
org.apache.pluto.core   
org.apache.pluto.core.impl   
org.apache.pluto.factory   
org.apache.pluto.factory.impl   
org.apache.pluto.om.entity   
org.apache.pluto.om.portlet   
org.apache.pluto.portlet   
 

Uses of PortletApplicationDefinition in org.apache.pluto.core
 

Methods in org.apache.pluto.core that return PortletApplicationDefinition
 PortletApplicationDefinition InternalPortletContext.getInternalPortletApplicationDefinition()
           
 

Uses of PortletApplicationDefinition in org.apache.pluto.core.impl
 

Methods in org.apache.pluto.core.impl that return PortletApplicationDefinition
 PortletApplicationDefinition PortletContextImpl.getInternalPortletApplicationDefinition()
           
 

Constructors in org.apache.pluto.core.impl with parameters of type PortletApplicationDefinition
PortletContextImpl(javax.servlet.ServletContext servletContext, PortletApplicationDefinition portletApplicationDefinition)
           
 

Uses of PortletApplicationDefinition in org.apache.pluto.factory
 

Methods in org.apache.pluto.factory with parameters of type PortletApplicationDefinition
 javax.portlet.PortletContext PortletContextFactory.getPortletContext(javax.servlet.ServletContext servletContext, PortletApplicationDefinition portletApplicationDefinition)
           
static javax.portlet.PortletContext PortletObjectAccess.getPortletContext(javax.servlet.ServletContext servletContext, PortletApplicationDefinition portletApplicationDefinition)
           
 

Uses of PortletApplicationDefinition in org.apache.pluto.factory.impl
 

Methods in org.apache.pluto.factory.impl with parameters of type PortletApplicationDefinition
 javax.portlet.PortletContext PortletContextFactoryImpl.getPortletContext(javax.servlet.ServletContext servletContext, PortletApplicationDefinition portletApplicationDefinition)
           
 

Uses of PortletApplicationDefinition in org.apache.pluto.om.entity
 

Methods in org.apache.pluto.om.entity that return PortletApplicationDefinition
 PortletApplicationDefinition PortletApplicationEntity.getPortletApplicationDefinition()
          Returns the portlet application definition.
 

Uses of PortletApplicationDefinition in org.apache.pluto.om.portlet
 

Methods in org.apache.pluto.om.portlet that return PortletApplicationDefinition
 PortletApplicationDefinition PortletDefinition.getPortletApplicationDefinition()
          Returns the PortletApplication object in which this portlet resides The return value cannot be NULL.
 PortletApplicationDefinition PortletApplicationDefinitionList.get(ObjectID id)
          Returns the PortletApplicationDefinition object of the given object id The return value may be NULL.
 

Uses of PortletApplicationDefinition in org.apache.pluto.portlet
 

Methods in org.apache.pluto.portlet that return PortletApplicationDefinition
static PortletApplicationDefinition PortletUtils.getPortletApplicationDefinition(javax.portlet.PortletContext context)
           
 



Copyright © 2003-2007 . All Rights Reserved.