Liferay 6.0-ee-sp2

com.liferay.portal.kernel.portlet
Interface PortletBag

All Superinterfaces:
Cloneable

public interface PortletBag
extends Cloneable


Method Summary
 Object clone()
           
 List<AssetRendererFactory> getAssetRendererFactoryInstances()
           
 ConfigurationAction getConfigurationActionInstance()
           
 ControlPanelEntry getControlPanelEntryInstance()
           
 List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 FriendlyURLMapper getFriendlyURLMapperInstance()
           
 List<Indexer> getIndexerInstances()
           
 OpenSearch getOpenSearchInstance()
           
 PollerProcessor getPollerProcessorInstance()
           
 MessageListener getPopMessageListenerInstance()
           
 PortletDataHandler getPortletDataHandlerInstance()
           
 Portlet getPortletInstance()
           
 PortletLayoutListener getPortletLayoutListenerInstance()
           
 String getPortletName()
           
 PreferencesValidator getPreferencesValidatorInstance()
           
 ResourceBundle getResourceBundle(Locale locale)
           
 Map<String,ResourceBundle> getResourceBundles()
           
 javax.servlet.ServletContext getServletContext()
           
 SocialActivityInterpreter getSocialActivityInterpreterInstance()
           
 SocialRequestInterpreter getSocialRequestInterpreterInstance()
           
 URLEncoder getURLEncoderInstance()
           
 WebDAVStorage getWebDAVStorageInstance()
           
 List<WorkflowHandler> getWorkflowHandlerInstances()
           
 Method getXmlRpcMethodInstance()
           
 void setPortletInstance(Portlet portletInstance)
           
 void setPortletName(String portletName)
           
 

Method Detail

clone

Object clone()

getAssetRendererFactoryInstances

List<AssetRendererFactory> getAssetRendererFactoryInstances()

getConfigurationActionInstance

ConfigurationAction getConfigurationActionInstance()

getControlPanelEntryInstance

ControlPanelEntry getControlPanelEntryInstance()

getCustomAttributesDisplayInstances

List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()

getFriendlyURLMapperInstance

FriendlyURLMapper getFriendlyURLMapperInstance()

getIndexerInstances

List<Indexer> getIndexerInstances()

getOpenSearchInstance

OpenSearch getOpenSearchInstance()

getPollerProcessorInstance

PollerProcessor getPollerProcessorInstance()

getPopMessageListenerInstance

MessageListener getPopMessageListenerInstance()

getPortletDataHandlerInstance

PortletDataHandler getPortletDataHandlerInstance()

getPortletInstance

Portlet getPortletInstance()

getPortletLayoutListenerInstance

PortletLayoutListener getPortletLayoutListenerInstance()

getPortletName

String getPortletName()

getPreferencesValidatorInstance

PreferencesValidator getPreferencesValidatorInstance()

getResourceBundle

ResourceBundle getResourceBundle(Locale locale)

getResourceBundles

Map<String,ResourceBundle> getResourceBundles()

getServletContext

javax.servlet.ServletContext getServletContext()

getSocialActivityInterpreterInstance

SocialActivityInterpreter getSocialActivityInterpreterInstance()

getSocialRequestInterpreterInstance

SocialRequestInterpreter getSocialRequestInterpreterInstance()

getURLEncoderInstance

URLEncoder getURLEncoderInstance()

getWebDAVStorageInstance

WebDAVStorage getWebDAVStorageInstance()

getWorkflowHandlerInstances

List<WorkflowHandler> getWorkflowHandlerInstances()

getXmlRpcMethodInstance

Method getXmlRpcMethodInstance()

setPortletInstance

void setPortletInstance(Portlet portletInstance)

setPortletName

void setPortletName(String portletName)

Liferay 6.0-ee-sp2