com.liferay.portlet
Class PortletBag
java.lang.Object
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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)