com.liferay.portlet
Class PortletBag

java.lang.Object
  extended by com.liferay.portlet.PortletBag

public class PortletBag
extends java.lang.Object

View Source

Author:
Brian Wing Shun Chan

Constructor Summary
PortletBag(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.job.Scheduler schedulerInstance, 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.pop.MessageListener popMessageListenerInstance, com.liferay.portlet.social.model.SocialActivityInterpreter socialActivityInterpreterInstance, com.liferay.portlet.social.model.SocialRequestInterpreter socialRequestInterpreterInstance, javax.portlet.PreferencesValidator prefsValidatorInstance, java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles)
           
 
Method Summary
 com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()
           
 com.liferay.portal.kernel.portlet.FriendlyURLMapper getFriendlyURLMapperInstance()
           
 com.liferay.portal.kernel.search.Indexer getIndexerInstance()
           
 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)
           
 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()
           
 void removePortletInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletBag

public PortletBag(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.job.Scheduler schedulerInstance,
                  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.pop.MessageListener popMessageListenerInstance,
                  com.liferay.portlet.social.model.SocialActivityInterpreter socialActivityInterpreterInstance,
                  com.liferay.portlet.social.model.SocialRequestInterpreter socialRequestInterpreterInstance,
                  javax.portlet.PreferencesValidator prefsValidatorInstance,
                  java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles)
Method Detail

getPortletName

public java.lang.String getPortletName()

getServletContext

public javax.servlet.ServletContext getServletContext()

getPortletInstance

public javax.portlet.Portlet getPortletInstance()

removePortletInstance

public void removePortletInstance()

getConfigurationActionInstance

public com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()

getIndexerInstance

public com.liferay.portal.kernel.search.Indexer getIndexerInstance()

getSchedulerInstance

public com.liferay.portal.kernel.job.Scheduler getSchedulerInstance()

getFriendlyURLMapperInstance

public com.liferay.portal.kernel.portlet.FriendlyURLMapper getFriendlyURLMapperInstance()

getURLEncoderInstance

public com.liferay.portal.kernel.servlet.URLEncoder getURLEncoderInstance()

getPortletDataHandlerInstance

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

getPortletLayoutListenerInstance

public com.liferay.portal.kernel.portlet.PortletLayoutListener getPortletLayoutListenerInstance()

getPopMessageListenerInstance

public com.liferay.portal.kernel.pop.MessageListener getPopMessageListenerInstance()

getSocialActivityInterpreterInstance

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

getSocialRequestInterpreterInstance

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

getPreferencesValidatorInstance

public javax.portlet.PreferencesValidator getPreferencesValidatorInstance()

getResourceBundle

public java.util.ResourceBundle getResourceBundle(java.util.Locale locale)