Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.portlet
Interface PortletBag

All Superinterfaces:
Cloneable
All Known Implementing Classes:
PortletBagImpl

public interface PortletBag
extends Cloneable


Method Summary
 Object clone()
           
 List<AssetRendererFactory> getAssetRendererFactoryInstances()
           
 List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
           
 ConfigurationAction getConfigurationActionInstance()
           
 ControlPanelEntry getControlPanelEntryInstance()
           
 List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 FriendlyURLMapper getFriendlyURLMapperInstance()
           
 List<Indexer> getIndexerInstances()
           
 OpenSearch getOpenSearchInstance()
           
 PermissionPropagator getPermissionPropagatorInstance()
           
 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()

getAtomCollectionAdapterInstances

List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()

getConfigurationActionInstance

ConfigurationAction getConfigurationActionInstance()

getControlPanelEntryInstance

ControlPanelEntry getControlPanelEntryInstance()

getCustomAttributesDisplayInstances

List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()

getFriendlyURLMapperInstance

FriendlyURLMapper getFriendlyURLMapperInstance()

getIndexerInstances

List<Indexer> getIndexerInstances()

getOpenSearchInstance

OpenSearch getOpenSearchInstance()

getPermissionPropagatorInstance

PermissionPropagator getPermissionPropagatorInstance()

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.1.2-ce-ga3