com.liferay.portal.kernel.portlet
Interface PortletBag


public interface PortletBag

View Source

Author:
Brian Wing Shun Chan

Method Summary
 ConfigurationAction getConfigurationActionInstance()
           
 FriendlyURLMapper getFriendlyURLMapperInstance()
           
 Indexer getIndexerInstance()
           
 OpenSearch getOpenSearchInstance()
           
 PollerProcessor getPollerProcessorInstance()
           
 MessageListener getPopMessageListenerInstance()
           
 javax.portlet.Portlet getPortletInstance()
           
 PortletLayoutListener getPortletLayoutListenerInstance()
           
 java.lang.String getPortletName()
           
 javax.portlet.PreferencesValidator getPreferencesValidatorInstance()
           
 java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
           
 Scheduler getSchedulerInstance()
           
 javax.servlet.ServletContext getServletContext()
           
 URLEncoder getURLEncoderInstance()
           
 void removePortletInstance()
           
 

Method Detail

getPortletName

java.lang.String getPortletName()

getServletContext

javax.servlet.ServletContext getServletContext()

getPortletInstance

javax.portlet.Portlet getPortletInstance()

removePortletInstance

void removePortletInstance()

getConfigurationActionInstance

ConfigurationAction getConfigurationActionInstance()

getIndexerInstance

Indexer getIndexerInstance()

getOpenSearchInstance

OpenSearch getOpenSearchInstance()

getSchedulerInstance

Scheduler getSchedulerInstance()

getFriendlyURLMapperInstance

FriendlyURLMapper getFriendlyURLMapperInstance()

getURLEncoderInstance

URLEncoder getURLEncoderInstance()

getPortletLayoutListenerInstance

PortletLayoutListener getPortletLayoutListenerInstance()

getPollerProcessorInstance

PollerProcessor getPollerProcessorInstance()

getPopMessageListenerInstance

MessageListener getPopMessageListenerInstance()

getPreferencesValidatorInstance

javax.portlet.PreferencesValidator getPreferencesValidatorInstance()

getResourceBundle

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