com.liferay.portlet
Class PortletBagImpl
java.lang.Object
com.liferay.portlet.PortletBagImpl
- All Implemented Interfaces:
- PortletBag, Cloneable
public class PortletBagImpl
- extends Object
- implements PortletBag
|
Constructor Summary |
PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
Portlet portletInstance,
ConfigurationAction configurationActionInstance,
Indexer indexerInstance,
OpenSearch openSearchInstance,
FriendlyURLMapper friendlyURLMapperInstance,
URLEncoder urlEncoderInstance,
PortletDataHandler portletDataHandlerInstance,
PortletLayoutListener portletLayoutListenerInstance,
PollerProcessor pollerProcessorInstance,
MessageListener popMessageListenerInstance,
SocialActivityInterpreter socialActivityInterpreterInstance,
SocialRequestInterpreter socialRequestInterpreterInstance,
WebDAVStorage webDAVStorageInstance,
Method xmlRpcMethodInstance,
ControlPanelEntry controlPanelEntryInstance,
List<AssetRendererFactory> assetRendererFactoryInstances,
List<CustomAttributesDisplay> customAttributesDisplayInstances,
List<WorkflowHandler> workflowHandlerInstances,
PreferencesValidator preferencesValidatorInstance,
Map<String,ResourceBundle> resourceBundles)
|
PortletBagImpl
public PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
Portlet portletInstance,
ConfigurationAction configurationActionInstance,
Indexer indexerInstance,
OpenSearch openSearchInstance,
FriendlyURLMapper friendlyURLMapperInstance,
URLEncoder urlEncoderInstance,
PortletDataHandler portletDataHandlerInstance,
PortletLayoutListener portletLayoutListenerInstance,
PollerProcessor pollerProcessorInstance,
MessageListener popMessageListenerInstance,
SocialActivityInterpreter socialActivityInterpreterInstance,
SocialRequestInterpreter socialRequestInterpreterInstance,
WebDAVStorage webDAVStorageInstance,
Method xmlRpcMethodInstance,
ControlPanelEntry controlPanelEntryInstance,
List<AssetRendererFactory> assetRendererFactoryInstances,
List<CustomAttributesDisplay> customAttributesDisplayInstances,
List<WorkflowHandler> workflowHandlerInstances,
PreferencesValidator preferencesValidatorInstance,
Map<String,ResourceBundle> resourceBundles)
clone
public Object clone()
- Specified by:
clone in interface PortletBag- Overrides:
clone in class Object
getAssetRendererFactoryInstances
public List<AssetRendererFactory> getAssetRendererFactoryInstances()
- Specified by:
getAssetRendererFactoryInstances in interface PortletBag
getConfigurationActionInstance
public ConfigurationAction getConfigurationActionInstance()
- Specified by:
getConfigurationActionInstance in interface PortletBag
getControlPanelEntryInstance
public ControlPanelEntry getControlPanelEntryInstance()
- Specified by:
getControlPanelEntryInstance in interface PortletBag
getCustomAttributesDisplayInstances
public List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
- Specified by:
getCustomAttributesDisplayInstances in interface PortletBag
getFriendlyURLMapperInstance
public FriendlyURLMapper getFriendlyURLMapperInstance()
- Specified by:
getFriendlyURLMapperInstance in interface PortletBag
getIndexerInstance
public Indexer getIndexerInstance()
- Specified by:
getIndexerInstance in interface PortletBag
getOpenSearchInstance
public OpenSearch getOpenSearchInstance()
- Specified by:
getOpenSearchInstance in interface PortletBag
getPollerProcessorInstance
public PollerProcessor getPollerProcessorInstance()
- Specified by:
getPollerProcessorInstance in interface PortletBag
getPopMessageListenerInstance
public MessageListener getPopMessageListenerInstance()
- Specified by:
getPopMessageListenerInstance in interface PortletBag
getPortletDataHandlerInstance
public PortletDataHandler getPortletDataHandlerInstance()
- Specified by:
getPortletDataHandlerInstance in interface PortletBag
getPortletInstance
public Portlet getPortletInstance()
- Specified by:
getPortletInstance in interface PortletBag
getPortletLayoutListenerInstance
public PortletLayoutListener getPortletLayoutListenerInstance()
- Specified by:
getPortletLayoutListenerInstance in interface PortletBag
getPortletName
public String getPortletName()
- Specified by:
getPortletName in interface PortletBag
getPreferencesValidatorInstance
public PreferencesValidator getPreferencesValidatorInstance()
- Specified by:
getPreferencesValidatorInstance in interface PortletBag
getResourceBundle
public ResourceBundle getResourceBundle(Locale locale)
- Specified by:
getResourceBundle in interface PortletBag
getResourceBundles
public Map<String,ResourceBundle> getResourceBundles()
- Specified by:
getResourceBundles in interface PortletBag
getServletContext
public javax.servlet.ServletContext getServletContext()
- Specified by:
getServletContext in interface PortletBag
getSocialActivityInterpreterInstance
public SocialActivityInterpreter getSocialActivityInterpreterInstance()
- Specified by:
getSocialActivityInterpreterInstance in interface PortletBag
getSocialRequestInterpreterInstance
public SocialRequestInterpreter getSocialRequestInterpreterInstance()
- Specified by:
getSocialRequestInterpreterInstance in interface PortletBag
getURLEncoderInstance
public URLEncoder getURLEncoderInstance()
- Specified by:
getURLEncoderInstance in interface PortletBag
getWebDAVStorageInstance
public WebDAVStorage getWebDAVStorageInstance()
- Specified by:
getWebDAVStorageInstance in interface PortletBag
getWorkflowHandlerInstances
public List<WorkflowHandler> getWorkflowHandlerInstances()
- Specified by:
getWorkflowHandlerInstances in interface PortletBag
getXmlRpcMethodInstance
public Method getXmlRpcMethodInstance()
- Specified by:
getXmlRpcMethodInstance in interface PortletBag
setPortletInstance
public void setPortletInstance(Portlet portletInstance)
- Specified by:
setPortletInstance in interface PortletBag
setPortletName
public void setPortletName(String portletName)
- Specified by:
setPortletName in interface PortletBag