Modifier and Type | Method and Description |
---|---|
PortletDefinition |
InternalPortletConfig.getInternalPortletDefinition() |
Modifier and Type | Method and Description |
---|---|
PortletDefinition |
PortletConfigImpl.getInternalPortletDefinition() |
Constructor and Description |
---|
PortletConfigImpl(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition) |
PortletPreferencesImpl(java.lang.Integer methodId,
PortletDefinition portletDefinition) |
Modifier and Type | Method and Description |
---|---|
javax.portlet.PortletConfig |
PortletConfigFactory.getPortletConfig(javax.servlet.ServletConfig servletConfig,
javax.portlet.PortletContext portletContext,
PortletDefinition portletDefinition) |
static javax.portlet.PortletConfig |
PortletObjectAccess.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.PortletPreferences |
PortletObjectAccess.getPortletPreferences(java.lang.Integer methodId,
PortletDefinition portletDefinition) |
javax.portlet.PortletPreferences |
PortletPreferencesFactory.getPortletPreferences(java.lang.Integer methodId,
PortletDefinition portletDefinition) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
static PortletInvoker |
PortletInvokerAccess.getPortletInvoker(PortletDefinition portletDefinition) |
Modifier and Type | Method and Description |
---|---|
PortletInvoker |
PortletInvokerFactoryImpl.getPortletInvoker(PortletDefinition portletDefinition) |
Constructor and Description |
---|
PortletInvokerImpl(PortletDefinition portletDefinition,
javax.servlet.ServletConfig servletConfig) |
Modifier and Type | Method and Description |
---|---|
PortletDefinition |
PortletEntity.getPortletDefinition()
Returns the portlet description
The return value cannot be NULL.
|
Modifier and Type | Method and Description |
---|---|
void |
PortletEntityCtrl.setPortletDefinition(PortletDefinition portletDefinition)
Sets the portlet definition for this entity.
|
Modifier and Type | Method and Description |
---|---|
PortletDefinition |
PortletDefinitionList.get(ObjectID id)
Returns the PortletDefinition object of the given object id
The return value may be NULL.
|
Modifier and Type | Method and Description |
---|---|
static PortletDefinition |
PortletUtils.getPortletDefinition(javax.portlet.PortletConfig config) |
Modifier and Type | Method and Description |
---|---|
PortletDefinition |
StaticInformationProvider.getPortletDefinition(ObjectID portletGUID)
Returns the portlet model to the passed guid
|
Copyright © 2003-2013 . All Rights Reserved.