Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Interface PortletBag

All Superinterfaces:
Cloneable
All Known Implementing Classes:
PortletBagImpl

@ProviderType
public interface PortletBag
extends Cloneable


Method Summary
 Object clone()
           
 void destroy()
           
 List<AssetRendererFactory<?>> getAssetRendererFactoryInstances()
           
 List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
           
 List<ConfigurationAction> getConfigurationActionInstances()
           
 List<ControlPanelEntry> getControlPanelEntryInstances()
           
 List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 FriendlyURLMapperTracker getFriendlyURLMapperTracker()
           
 List<Indexer<?>> getIndexerInstances()
           
 List<OpenSearch> getOpenSearchInstances()
           
 List<PermissionPropagator> getPermissionPropagatorInstances()
           
 List<PollerProcessor> getPollerProcessorInstances()
           
 List<MessageListener> getPopMessageListenerInstances()
           
 List<PortletDataHandler> getPortletDataHandlerInstances()
           
 Portlet getPortletInstance()
           
 List<PortletLayoutListener> getPortletLayoutListenerInstances()
           
 String getPortletName()
           
 List<PreferencesValidator> getPreferencesValidatorInstances()
           
 ResourceBundle getResourceBundle(Locale locale)
           
 ResourceBundleTracker getResourceBundleTracker()
           
 List<SchedulerEventMessageListener> getSchedulerEventMessageListeners()
           
 javax.servlet.ServletContext getServletContext()
           
 List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()
           
 List<SocialRequestInterpreter> getSocialRequestInterpreterInstances()
           
 List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
           
 List<TemplateHandler> getTemplateHandlerInstances()
           
 List<TrashHandler> getTrashHandlerInstances()
           
 List<URLEncoder> getURLEncoderInstances()
           
 List<UserNotificationDefinition> getUserNotificationDefinitionInstances()
           
 List<UserNotificationHandler> getUserNotificationHandlerInstances()
           
 List<WebDAVStorage> getWebDAVStorageInstances()
           
 List<WorkflowHandler<?>> getWorkflowHandlerInstances()
           
 List<Method> getXmlRpcMethodInstances()
           
 void setPortletInstance(Portlet portletInstance)
           
 void setPortletName(String portletName)
           
 

Method Detail

clone

Object clone()

destroy

void destroy()

getAssetRendererFactoryInstances

List<AssetRendererFactory<?>> getAssetRendererFactoryInstances()

getAtomCollectionAdapterInstances

List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()

getConfigurationActionInstances

List<ConfigurationAction> getConfigurationActionInstances()

getControlPanelEntryInstances

List<ControlPanelEntry> getControlPanelEntryInstances()

getCustomAttributesDisplayInstances

List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()

getFriendlyURLMapperTracker

FriendlyURLMapperTracker getFriendlyURLMapperTracker()

getIndexerInstances

List<Indexer<?>> getIndexerInstances()

getOpenSearchInstances

List<OpenSearch> getOpenSearchInstances()

getPermissionPropagatorInstances

List<PermissionPropagator> getPermissionPropagatorInstances()

getPollerProcessorInstances

List<PollerProcessor> getPollerProcessorInstances()

getPopMessageListenerInstances

List<MessageListener> getPopMessageListenerInstances()

getPortletDataHandlerInstances

List<PortletDataHandler> getPortletDataHandlerInstances()

getPortletInstance

Portlet getPortletInstance()

getPortletLayoutListenerInstances

List<PortletLayoutListener> getPortletLayoutListenerInstances()

getPortletName

String getPortletName()

getPreferencesValidatorInstances

List<PreferencesValidator> getPreferencesValidatorInstances()

getResourceBundle

ResourceBundle getResourceBundle(Locale locale)

getResourceBundleTracker

ResourceBundleTracker getResourceBundleTracker()

getSchedulerEventMessageListeners

List<SchedulerEventMessageListener> getSchedulerEventMessageListeners()

getServletContext

javax.servlet.ServletContext getServletContext()

getSocialActivityInterpreterInstances

List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()

getSocialRequestInterpreterInstances

List<SocialRequestInterpreter> getSocialRequestInterpreterInstances()

getStagedModelDataHandlerInstances

List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()

getTemplateHandlerInstances

List<TemplateHandler> getTemplateHandlerInstances()

getTrashHandlerInstances

List<TrashHandler> getTrashHandlerInstances()

getURLEncoderInstances

List<URLEncoder> getURLEncoderInstances()

getUserNotificationDefinitionInstances

List<UserNotificationDefinition> getUserNotificationDefinitionInstances()

getUserNotificationHandlerInstances

List<UserNotificationHandler> getUserNotificationHandlerInstances()

getWebDAVStorageInstances

List<WebDAVStorage> getWebDAVStorageInstances()

getWorkflowHandlerInstances

List<WorkflowHandler<?>> getWorkflowHandlerInstances()

getXmlRpcMethodInstances

List<Method> getXmlRpcMethodInstances()

setPortletInstance

void setPortletInstance(Portlet portletInstance)

setPortletName

void setPortletName(String portletName)

Liferay 7.0-ce-b4