com.liferay.portlet
Class PortletBagImpl

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

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

View Source

Author:
Brian Wing Shun Chan

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.job.Scheduler schedulerInstance, com.liferay.portal.kernel.portlet.FriendlyURLMapper friendlyURLMapperInstance, com.liferay.portal.kernel.servlet.URLEncoder urlEncoderInstance, com.liferay.portal.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.webdav.WebDAVStorage webDAVStorageInstance, com.liferay.portlet.ControlPanelEntry controlPanelEntryInstance, javax.portlet.PreferencesValidator preferencesValidatorInstance, java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles)
           
 
Method Summary
 com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()
           
 com.liferay.portlet.ControlPanelEntry getControlPanelEntryInstance()
           
 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.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)
           
 com.liferay.portal.kernel.job.Scheduler getSchedulerInstance()
           
 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.webdav.WebDAVStorage getWebDAVStorageInstance()
           
 void removePortletInstance()
           
 
Methods inherited from class java.lang.Object
clone, 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.job.Scheduler schedulerInstance,
                      com.liferay.portal.kernel.portlet.FriendlyURLMapper friendlyURLMapperInstance,
                      com.liferay.portal.kernel.servlet.URLEncoder urlEncoderInstance,
                      com.liferay.portal.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.webdav.WebDAVStorage webDAVStorageInstance,
                      com.liferay.portlet.ControlPanelEntry controlPanelEntryInstance,
                      javax.portlet.PreferencesValidator preferencesValidatorInstance,
                      java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles)
Method Detail

getPortletName

public java.lang.String getPortletName()
Specified by:
getPortletName 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

getPortletInstance

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

removePortletInstance

public void removePortletInstance()
Specified by:
removePortletInstance 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

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

getSchedulerInstance

public com.liferay.portal.kernel.job.Scheduler getSchedulerInstance()
Specified by:
getSchedulerInstance 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

getURLEncoderInstance

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

getPortletDataHandlerInstance

public com.liferay.portal.lar.PortletDataHandler getPortletDataHandlerInstance()

getPortletLayoutListenerInstance

public com.liferay.portal.kernel.portlet.PortletLayoutListener getPortletLayoutListenerInstance()
Specified by:
getPortletLayoutListenerInstance 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

getSocialActivityInterpreterInstance

public com.liferay.portlet.social.model.SocialActivityInterpreter getSocialActivityInterpreterInstance()

getSocialRequestInterpreterInstance

public com.liferay.portlet.social.model.SocialRequestInterpreter getSocialRequestInterpreterInstance()

getWebDAVStorageInstance

public com.liferay.portal.webdav.WebDAVStorage getWebDAVStorageInstance()

getControlPanelEntryInstance

public com.liferay.portlet.ControlPanelEntry getControlPanelEntryInstance()

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