|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
PortletApplicationDefinitionList.get(ObjectID id)
Returns the PortletApplicationDefinition object of the given object id The return value may be NULL. |
PortletApplicationDefinition |
PortletDefinition.getPortletApplicationDefinition()
Returns the PortletApplication object in which this portlet resides The return value cannot 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)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |