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()
           
 java.util.List<AssetRendererFactory> getAssetRendererFactoryInstances()
           
 ConfigurationAction getConfigurationActionInstance()
           
 ControlPanelEntry getControlPanelEntryInstance()
           
 java.util.List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 FriendlyURLMapper getFriendlyURLMapperInstance()
           
 Indexer getIndexerInstance()
           
 OpenSearch getOpenSearchInstance()
           
 PollerProcessor getPollerProcessorInstance()
           
 MessageListener getPopMessageListenerInstance()
           
 PortletDataHandler getPortletDataHandlerInstance()
           
 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()
           
 javax.servlet.ServletContext getServletContext()
           
 SocialActivityInterpreter getSocialActivityInterpreterInstance()
           
 SocialRequestInterpreter getSocialRequestInterpreterInstance()
           
 URLEncoder getURLEncoderInstance()
           
 WebDAVStorage getWebDAVStorageInstance()
           
 java.util.List<WorkflowHandler> getWorkflowHandlerInstances()
           
 Method getXmlRpcMethodInstance()
           
 void setPortletInstance(javax.portlet.Portlet portletInstance)
           
 void setPortletName(java.lang.String portletName)
           
 

Method Detail

clone

java.lang.Object clone()

getAssetRendererFactoryInstances

java.util.List<AssetRendererFactory> getAssetRendererFactoryInstances()

getConfigurationActionInstance

ConfigurationAction getConfigurationActionInstance()

getControlPanelEntryInstance

ControlPanelEntry getControlPanelEntryInstance()

getCustomAttributesDisplayInstances

java.util.List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()

getFriendlyURLMapperInstance

FriendlyURLMapper getFriendlyURLMapperInstance()

getIndexerInstance

Indexer getIndexerInstance()

getOpenSearchInstance

OpenSearch getOpenSearchInstance()

getPollerProcessorInstance

PollerProcessor getPollerProcessorInstance()

getPopMessageListenerInstance

MessageListener getPopMessageListenerInstance()

getPortletDataHandlerInstance

PortletDataHandler getPortletDataHandlerInstance()

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()

getServletContext

javax.servlet.ServletContext getServletContext()

getSocialActivityInterpreterInstance

SocialActivityInterpreter getSocialActivityInterpreterInstance()

getSocialRequestInterpreterInstance

SocialRequestInterpreter getSocialRequestInterpreterInstance()

getURLEncoderInstance

URLEncoder getURLEncoderInstance()

getWebDAVStorageInstance

WebDAVStorage getWebDAVStorageInstance()

getWorkflowHandlerInstances

java.util.List<WorkflowHandler> getWorkflowHandlerInstances()

getXmlRpcMethodInstance

Method getXmlRpcMethodInstance()

setPortletInstance

void setPortletInstance(javax.portlet.Portlet portletInstance)

setPortletName

void setPortletName(java.lang.String portletName)