com.liferay.portlet
Class PortletBagImpl

java.lang.Object
  extended by com.liferay.portlet.PortletBagImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.PortletBag, java.lang.Cloneable

public class PortletBagImpl
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.PortletBag

View Source

Author:
Brian Wing Shun Chan, Jorge Ferrer

Constructor Summary
PortletBagImpl(java.lang.String portletName, javax.servlet.ServletContext servletContext, javax.portlet.Portlet portletInstance, com.liferay.portal.kernel.portlet.ConfigurationAction configurationActionInstance, com.liferay.portal.kernel.search.Indexer indexerInstance, com.liferay.portal.kernel.search.OpenSearch openSearchInstance, com.liferay.portal.kernel.portlet.FriendlyURLMapper friendlyURLMapperInstance, com.liferay.portal.kernel.servlet.URLEncoder urlEncoderInstance, com.liferay.portal.kernel.lar.PortletDataHandler portletDataHandlerInstance, com.liferay.portal.kernel.portlet.PortletLayoutListener portletLayoutListenerInstance, com.liferay.portal.kernel.poller.PollerProcessor pollerProcessorInstance, com.liferay.portal.kernel.pop.MessageListener popMessageListenerInstance, com.liferay.portlet.social.model.SocialActivityInterpreter socialActivityInterpreterInstance, com.liferay.portlet.social.model.SocialRequestInterpreter socialRequestInterpreterInstance, com.liferay.portal.kernel.webdav.WebDAVStorage webDAVStorageInstance, com.liferay.portal.kernel.xmlrpc.Method xmlRpcMethodInstance, com.liferay.portlet.ControlPanelEntry controlPanelEntryInstance, java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> assetRendererFactoryInstances, java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> customAttributesDisplayInstances, java.util.List<com.liferay.portal.kernel.workflow.WorkflowHandler> workflowHandlerInstances, javax.portlet.PreferencesValidator preferencesValidatorInstance, java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles)
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> getAssetRendererFactoryInstances()
           
 com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()
           
 com.liferay.portlet.ControlPanelEntry getControlPanelEntryInstance()
           
 java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 com.liferay.portal.kernel.portlet.FriendlyURLMapper getFriendlyURLMapperInstance()
           
 com.liferay.portal.kernel.search.Indexer getIndexerInstance()
           
 com.liferay.portal.kernel.search.OpenSearch getOpenSearchInstance()
           
 com.liferay.portal.kernel.poller.PollerProcessor getPollerProcessorInstance()
           
 com.liferay.portal.kernel.pop.MessageListener getPopMessageListenerInstance()
           
 com.liferay.portal.kernel.lar.PortletDataHandler getPortletDataHandlerInstance()
           
 javax.portlet.Portlet getPortletInstance()
           
 com.liferay.portal.kernel.portlet.PortletLayoutListener getPortletLayoutListenerInstance()
           
 java.lang.String getPortletName()
           
 javax.portlet.PreferencesValidator getPreferencesValidatorInstance()
           
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
           
 java.util.Map<java.lang.String,java.util.ResourceBundle> getResourceBundles()
           
 javax.servlet.ServletContext getServletContext()
           
 com.liferay.portlet.social.model.SocialActivityInterpreter getSocialActivityInterpreterInstance()
           
 com.liferay.portlet.social.model.SocialRequestInterpreter getSocialRequestInterpreterInstance()
           
 com.liferay.portal.kernel.servlet.URLEncoder getURLEncoderInstance()
           
 com.liferay.portal.kernel.webdav.WebDAVStorage getWebDAVStorageInstance()
           
 java.util.List<com.liferay.portal.kernel.workflow.WorkflowHandler> getWorkflowHandlerInstances()
           
 com.liferay.portal.kernel.xmlrpc.Method getXmlRpcMethodInstance()
           
 void setPortletInstance(javax.portlet.Portlet portletInstance)
           
 void setPortletName(java.lang.String portletName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletBagImpl

public PortletBagImpl(java.lang.String portletName,
                      javax.servlet.ServletContext servletContext,
                      javax.portlet.Portlet portletInstance,
                      com.liferay.portal.kernel.portlet.ConfigurationAction configurationActionInstance,
                      com.liferay.portal.kernel.search.Indexer indexerInstance,
                      com.liferay.portal.kernel.search.OpenSearch openSearchInstance,
                      com.liferay.portal.kernel.portlet.FriendlyURLMapper friendlyURLMapperInstance,
                      com.liferay.portal.kernel.servlet.URLEncoder urlEncoderInstance,
                      com.liferay.portal.kernel.lar.PortletDataHandler portletDataHandlerInstance,
                      com.liferay.portal.kernel.portlet.PortletLayoutListener portletLayoutListenerInstance,
                      com.liferay.portal.kernel.poller.PollerProcessor pollerProcessorInstance,
                      com.liferay.portal.kernel.pop.MessageListener popMessageListenerInstance,
                      com.liferay.portlet.social.model.SocialActivityInterpreter socialActivityInterpreterInstance,
                      com.liferay.portlet.social.model.SocialRequestInterpreter socialRequestInterpreterInstance,
                      com.liferay.portal.kernel.webdav.WebDAVStorage webDAVStorageInstance,
                      com.liferay.portal.kernel.xmlrpc.Method xmlRpcMethodInstance,
                      com.liferay.portlet.ControlPanelEntry controlPanelEntryInstance,
                      java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> assetRendererFactoryInstances,
                      java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> customAttributesDisplayInstances,
                      java.util.List<com.liferay.portal.kernel.workflow.WorkflowHandler> workflowHandlerInstances,
                      javax.portlet.PreferencesValidator preferencesValidatorInstance,
                      java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles)
Method Detail

clone

public java.lang.Object clone()
Specified by:
clone in interface com.liferay.portal.kernel.portlet.PortletBag
Overrides:
clone in class java.lang.Object

getAssetRendererFactoryInstances

public java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> getAssetRendererFactoryInstances()
Specified by:
getAssetRendererFactoryInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getConfigurationActionInstance

public com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()
Specified by:
getConfigurationActionInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getControlPanelEntryInstance

public com.liferay.portlet.ControlPanelEntry getControlPanelEntryInstance()
Specified by:
getControlPanelEntryInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getCustomAttributesDisplayInstances

public java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()
Specified by:
getCustomAttributesDisplayInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getFriendlyURLMapperInstance

public com.liferay.portal.kernel.portlet.FriendlyURLMapper getFriendlyURLMapperInstance()
Specified by:
getFriendlyURLMapperInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getIndexerInstance

public com.liferay.portal.kernel.search.Indexer getIndexerInstance()
Specified by:
getIndexerInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getOpenSearchInstance

public com.liferay.portal.kernel.search.OpenSearch getOpenSearchInstance()
Specified by:
getOpenSearchInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getPollerProcessorInstance

public com.liferay.portal.kernel.poller.PollerProcessor getPollerProcessorInstance()
Specified by:
getPollerProcessorInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getPopMessageListenerInstance

public com.liferay.portal.kernel.pop.MessageListener getPopMessageListenerInstance()
Specified by:
getPopMessageListenerInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletDataHandlerInstance

public com.liferay.portal.kernel.lar.PortletDataHandler getPortletDataHandlerInstance()
Specified by:
getPortletDataHandlerInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletInstance

public javax.portlet.Portlet getPortletInstance()
Specified by:
getPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletLayoutListenerInstance

public com.liferay.portal.kernel.portlet.PortletLayoutListener getPortletLayoutListenerInstance()
Specified by:
getPortletLayoutListenerInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletName

public java.lang.String getPortletName()
Specified by:
getPortletName in interface com.liferay.portal.kernel.portlet.PortletBag

getPreferencesValidatorInstance

public javax.portlet.PreferencesValidator getPreferencesValidatorInstance()
Specified by:
getPreferencesValidatorInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getResourceBundle

public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
Specified by:
getResourceBundle in interface com.liferay.portal.kernel.portlet.PortletBag

getResourceBundles

public java.util.Map<java.lang.String,java.util.ResourceBundle> getResourceBundles()
Specified by:
getResourceBundles in interface com.liferay.portal.kernel.portlet.PortletBag

getServletContext

public javax.servlet.ServletContext getServletContext()
Specified by:
getServletContext in interface com.liferay.portal.kernel.portlet.PortletBag

getSocialActivityInterpreterInstance

public com.liferay.portlet.social.model.SocialActivityInterpreter getSocialActivityInterpreterInstance()
Specified by:
getSocialActivityInterpreterInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getSocialRequestInterpreterInstance

public com.liferay.portlet.social.model.SocialRequestInterpreter getSocialRequestInterpreterInstance()
Specified by:
getSocialRequestInterpreterInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getURLEncoderInstance

public com.liferay.portal.kernel.servlet.URLEncoder getURLEncoderInstance()
Specified by:
getURLEncoderInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getWebDAVStorageInstance

public com.liferay.portal.kernel.webdav.WebDAVStorage getWebDAVStorageInstance()
Specified by:
getWebDAVStorageInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getWorkflowHandlerInstances

public java.util.List<com.liferay.portal.kernel.workflow.WorkflowHandler> getWorkflowHandlerInstances()
Specified by:
getWorkflowHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getXmlRpcMethodInstance

public com.liferay.portal.kernel.xmlrpc.Method getXmlRpcMethodInstance()
Specified by:
getXmlRpcMethodInstance in interface com.liferay.portal.kernel.portlet.PortletBag

setPortletInstance

public void setPortletInstance(javax.portlet.Portlet portletInstance)
Specified by:
setPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBag

setPortletName

public void setPortletName(java.lang.String portletName)
Specified by:
setPortletName in interface com.liferay.portal.kernel.portlet.PortletBag