|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PortletDefinition in org.apache.pluto.core |
Methods in org.apache.pluto.core that return PortletDefinition | |
PortletDefinition |
InternalPortletConfig.getInternalPortletDefinition()
|
Uses of PortletDefinition in org.apache.pluto.core.impl |
Methods in org.apache.pluto.core.impl that return PortletDefinition | |
PortletDefinition |
PortletConfigImpl.getInternalPortletDefinition()
|
Constructors in org.apache.pluto.core.impl with parameters of type PortletDefinition | |
PortletConfigImpl(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition)
|
|
PortletPreferencesImpl(java.lang.Integer methodId,
PortletDefinition portletDefinition)
|
Uses of PortletDefinition in org.apache.pluto.factory |
Methods in org.apache.pluto.factory with parameters of type PortletDefinition | |
javax.portlet.PortletConfig |
PortletConfigFactory.getPortletConfig(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition)
|
PortletInvoker |
PortletInvokerFactory.getPortletInvoker(PortletDefinition portletDefinition)
The container calls this method to get a portlet invoker from the portal. |
static javax.portlet.PortletConfig |
PortletObjectAccess.getPortletConfig(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition)
|
static javax.portlet.PortletPreferences |
PortletObjectAccess.getPortletPreferences(java.lang.Integer methodId,
PortletDefinition portletDefinition)
|
javax.portlet.PortletPreferences |
PortletPreferencesFactory.getPortletPreferences(java.lang.Integer methodId,
PortletDefinition portletDefinition)
|
Uses of PortletDefinition in org.apache.pluto.factory.impl |
Methods in org.apache.pluto.factory.impl with parameters of type PortletDefinition | |
javax.portlet.PortletConfig |
PortletConfigFactoryImpl.getPortletConfig(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition)
|
javax.portlet.PortletPreferences |
PortletPreferencesFactoryImpl.getPortletPreferences(java.lang.Integer methodId,
PortletDefinition portletDefinition)
|
Uses of PortletDefinition in org.apache.pluto.invoker |
Methods in org.apache.pluto.invoker with parameters of type PortletDefinition | |
static PortletInvoker |
PortletInvokerAccess.getPortletInvoker(PortletDefinition portletDefinition)
|
Uses of PortletDefinition in org.apache.pluto.invoker.impl |
Methods in org.apache.pluto.invoker.impl with parameters of type PortletDefinition | |
PortletInvoker |
PortletInvokerFactoryImpl.getPortletInvoker(PortletDefinition portletDefinition)
|
Constructors in org.apache.pluto.invoker.impl with parameters of type PortletDefinition | |
PortletInvokerImpl(PortletDefinition portletDefinition,
javax.servlet.ServletConfig servletConfig)
|
Uses of PortletDefinition in org.apache.pluto.om.entity |
Methods in org.apache.pluto.om.entity that return PortletDefinition | |
PortletDefinition |
PortletEntity.getPortletDefinition()
Returns the portlet description The return value cannot be NULL. |
Methods in org.apache.pluto.om.entity with parameters of type PortletDefinition | |
void |
PortletEntityCtrl.setPortletDefinition(PortletDefinition portletDefinition)
Sets the portlet definition for this entity. |
Uses of PortletDefinition in org.apache.pluto.om.portlet |
Methods in org.apache.pluto.om.portlet that return PortletDefinition | |
PortletDefinition |
PortletDefinitionList.get(ObjectID id)
Returns the PortletDefinition object of the given object id The return value may be NULL. |
Uses of PortletDefinition in org.apache.pluto.portlet |
Methods in org.apache.pluto.portlet that return PortletDefinition | |
static PortletDefinition |
PortletUtils.getPortletDefinition(javax.portlet.PortletConfig config)
|
Uses of PortletDefinition in org.apache.pluto.services.information |
Methods in org.apache.pluto.services.information that return PortletDefinition | |
PortletDefinition |
StaticInformationProvider.getPortletDefinition(ObjectID portletGUID)
Returns the portlet model to the passed guid |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |