Liferay 6.2.0

com.liferay.portal.kernel.portlet
Interface PortletBag

All Superinterfaces:
Cloneable
All Known Implementing Classes:
PortletBagImpl

public interface PortletBag
extends Cloneable


Method Summary
abstract  Object clone()
           
abstract  List<AssetRendererFactory> getAssetRendererFactoryInstances()
           
abstract  List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
           
abstract  ConfigurationAction getConfigurationActionInstance()
           
abstract  ControlPanelEntry getControlPanelEntryInstance()
           
abstract  List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
abstract  FriendlyURLMapper getFriendlyURLMapperInstance()
           
abstract  List<Indexer> getIndexerInstances()
           
abstract  OpenSearch getOpenSearchInstance()
           
abstract  PermissionPropagator getPermissionPropagatorInstance()
           
abstract  PollerProcessor getPollerProcessorInstance()
           
abstract  MessageListener getPopMessageListenerInstance()
           
abstract  PortletDataHandler getPortletDataHandlerInstance()
           
abstract  Portlet getPortletInstance()
           
abstract  PortletLayoutListener getPortletLayoutListenerInstance()
           
abstract  String getPortletName()
           
abstract  PreferencesValidator getPreferencesValidatorInstance()
           
abstract  ResourceBundle getResourceBundle(Locale locale)
           
abstract  Map<String,ResourceBundle> getResourceBundles()
           
abstract  javax.servlet.ServletContext getServletContext()
           
abstract  List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()
           
abstract  SocialRequestInterpreter getSocialRequestInterpreterInstance()
           
abstract  List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
           
abstract  TemplateHandler getTemplateHandlerInstance()
           
abstract  List<TrashHandler> getTrashHandlerInstances()
           
abstract  URLEncoder getURLEncoderInstance()
           
abstract  List<UserNotificationHandler> getUserNotificationHandlerInstances()
           
abstract  WebDAVStorage getWebDAVStorageInstance()
           
abstract  List<WorkflowHandler> getWorkflowHandlerInstances()
           
abstract  Method getXmlRpcMethodInstance()
           
abstract  void setPortletInstance(Portlet portletInstance)
           
abstract  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()

getSocialActivityInterpreterInstances

List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()

getSocialRequestInterpreterInstance

SocialRequestInterpreter getSocialRequestInterpreterInstance()

getStagedModelDataHandlerInstances

List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()

getTemplateHandlerInstance

TemplateHandler getTemplateHandlerInstance()

getTrashHandlerInstances

List<TrashHandler> getTrashHandlerInstances()

getURLEncoderInstance

URLEncoder getURLEncoderInstance()

getUserNotificationHandlerInstances

List<UserNotificationHandler> getUserNotificationHandlerInstances()

getWebDAVStorageInstance

WebDAVStorage getWebDAVStorageInstance()

getWorkflowHandlerInstances

List<WorkflowHandler> getWorkflowHandlerInstances()

getXmlRpcMethodInstance

Method getXmlRpcMethodInstance()

setPortletInstance

void setPortletInstance(Portlet portletInstance)

setPortletName

void setPortletName(String portletName)

Liferay 6.2.0