com.liferay.portal.kernel.portlet
Interface PortletBag

All Superinterfaces:
java.lang.Cloneable

public interface PortletBag
extends java.lang.Cloneable

Author:
Brian Wing Shun Chan

Method Summary
 java.lang.Object clone()
           
 java.util.List<AssetRendererFactory> getAssetRendererFactoryInstances()
           
 java.util.List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
           
 ConfigurationAction getConfigurationActionInstance()
           
 ControlPanelEntry getControlPanelEntryInstance()
           
 java.util.List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 FriendlyURLMapper getFriendlyURLMapperInstance()
           
 java.util.List<Indexer> getIndexerInstances()
           
 OpenSearch getOpenSearchInstance()
           
 PermissionPropagator getPermissionPropagatorInstance()
           
 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()
           
 java.util.List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()
           
 SocialRequestInterpreter getSocialRequestInterpreterInstance()
           
 java.util.List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
           
 TemplateHandler getTemplateHandlerInstance()
           
 java.util.List<TrashHandler> getTrashHandlerInstances()
           
 URLEncoder getURLEncoderInstance()
           
 java.util.List<UserNotificationHandler> getUserNotificationHandlerInstances()
           
 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()

getAtomCollectionAdapterInstances

java.util.List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()

getConfigurationActionInstance

ConfigurationAction getConfigurationActionInstance()

getControlPanelEntryInstance

ControlPanelEntry getControlPanelEntryInstance()

getCustomAttributesDisplayInstances

java.util.List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()

getFriendlyURLMapperInstance

FriendlyURLMapper getFriendlyURLMapperInstance()

getIndexerInstances

java.util.List<Indexer> getIndexerInstances()

getOpenSearchInstance

OpenSearch getOpenSearchInstance()

getPermissionPropagatorInstance

PermissionPropagator getPermissionPropagatorInstance()

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

getSocialActivityInterpreterInstances

java.util.List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()

getSocialRequestInterpreterInstance

SocialRequestInterpreter getSocialRequestInterpreterInstance()

getStagedModelDataHandlerInstances

java.util.List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()

getTemplateHandlerInstance

TemplateHandler getTemplateHandlerInstance()

getTrashHandlerInstances

java.util.List<TrashHandler> getTrashHandlerInstances()

getURLEncoderInstance

URLEncoder getURLEncoderInstance()

getUserNotificationHandlerInstances

java.util.List<UserNotificationHandler> getUserNotificationHandlerInstances()

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)