Liferay 6.1.2-ce-ga3

com.liferay.portlet
Class PortletBagImpl

java.lang.Object
  extended by 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, List<Indexer> indexerInstances, 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<AtomCollectionAdapter<?>> atomCollectionAdapters, List<CustomAttributesDisplay> customAttributesDisplayInstances, PermissionPropagator permissionPropagatorInstance, List<WorkflowHandler> workflowHandlerInstances, PreferencesValidator preferencesValidatorInstance, Map<String,ResourceBundle> resourceBundles)
           
 
Method Summary
 Object clone()
           
 List<AssetRendererFactory> getAssetRendererFactoryInstances()
           
 List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
           
 ConfigurationAction getConfigurationActionInstance()
           
 ControlPanelEntry getControlPanelEntryInstance()
           
 List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 FriendlyURLMapper getFriendlyURLMapperInstance()
           
 List<Indexer> getIndexerInstances()
           
 OpenSearch getOpenSearchInstance()
           
 PermissionPropagator getPermissionPropagatorInstance()
           
 PollerProcessor getPollerProcessorInstance()
           
 MessageListener getPopMessageListenerInstance()
           
 PortletDataHandler getPortletDataHandlerInstance()
           
 Portlet getPortletInstance()
           
 PortletLayoutListener getPortletLayoutListenerInstance()
           
 String getPortletName()
           
 PreferencesValidator getPreferencesValidatorInstance()
           
 ResourceBundle getResourceBundle(Locale locale)
           
 Map<String,ResourceBundle> getResourceBundles()
           
 javax.servlet.ServletContext getServletContext()
           
 SocialActivityInterpreter getSocialActivityInterpreterInstance()
           
 SocialRequestInterpreter getSocialRequestInterpreterInstance()
           
 URLEncoder getURLEncoderInstance()
           
 WebDAVStorage getWebDAVStorageInstance()
           
 List<WorkflowHandler> getWorkflowHandlerInstances()
           
 Method getXmlRpcMethodInstance()
           
 void setPortletInstance(Portlet portletInstance)
           
 void setPortletName(String portletName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletBagImpl

public PortletBagImpl(String portletName,
                      javax.servlet.ServletContext servletContext,
                      Portlet portletInstance,
                      ConfigurationAction configurationActionInstance,
                      List<Indexer> indexerInstances,
                      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<AtomCollectionAdapter<?>> atomCollectionAdapters,
                      List<CustomAttributesDisplay> customAttributesDisplayInstances,
                      PermissionPropagator permissionPropagatorInstance,
                      List<WorkflowHandler> workflowHandlerInstances,
                      PreferencesValidator preferencesValidatorInstance,
                      Map<String,ResourceBundle> resourceBundles)
Method Detail

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

getAtomCollectionAdapterInstances

public List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
Specified by:
getAtomCollectionAdapterInstances 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

getIndexerInstances

public List<Indexer> getIndexerInstances()
Specified by:
getIndexerInstances in interface PortletBag

getOpenSearchInstance

public OpenSearch getOpenSearchInstance()
Specified by:
getOpenSearchInstance in interface PortletBag

getPermissionPropagatorInstance

public PermissionPropagator getPermissionPropagatorInstance()
Specified by:
getPermissionPropagatorInstance 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

Liferay 6.1.2-ce-ga3