com.liferay.portal.kernel.portlet
Interface PortletBag

All Superinterfaces:
java.lang.Cloneable

public interface PortletBag
extends java.lang.Cloneable

View Source

Author:
Brian Wing Shun Chan

Method Summary
 java.lang.Object clone()
           
 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)
           
 java.util.Map<java.lang.String,java.util.ResourceBundle> getResourceBundles()
           
 Scheduler getSchedulerInstance()
           
 javax.servlet.ServletContext getServletContext()
           
 URLEncoder getURLEncoderInstance()
           
 void setPortletInstance(javax.portlet.Portlet portletInstance)
           
 void setPortletName(java.lang.String portletName)
           
 

Method Detail

clone

java.lang.Object clone()

getConfigurationActionInstance

ConfigurationAction getConfigurationActionInstance()

getFriendlyURLMapperInstance

FriendlyURLMapper getFriendlyURLMapperInstance()

getIndexerInstance

Indexer getIndexerInstance()

getOpenSearchInstance

OpenSearch getOpenSearchInstance()

getPollerProcessorInstance

PollerProcessor getPollerProcessorInstance()

getPopMessageListenerInstance

MessageListener getPopMessageListenerInstance()

getPortletInstance

javax.portlet.Portlet getPortletInstance()

getPortletLayoutListenerInstance

PortletLayoutListener getPortletLayoutListenerInstance()

getPortletName

java.lang.String getPortletName()

getPreferencesValidatorInstance

javax.portlet.PreferencesValidator getPreferencesValidatorInstance()

getResourceBundle

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

getResourceBundles

java.util.Map<java.lang.String,java.util.ResourceBundle> getResourceBundles()

getSchedulerInstance

Scheduler getSchedulerInstance()

getServletContext

javax.servlet.ServletContext getServletContext()

getURLEncoderInstance

URLEncoder getURLEncoderInstance()

setPortletInstance

void setPortletInstance(javax.portlet.Portlet portletInstance)

setPortletName

void setPortletName(java.lang.String portletName)