Liferay 7.0-ga1 portal-impl

com.liferay.portlet
Class PortletBagImpl

java.lang.Object
  extended by com.liferay.portlet.PortletBagImpl
All Implemented Interfaces:
com.liferay.portal.kernel.portlet.PortletBag, Cloneable

public class PortletBagImpl
extends Object
implements com.liferay.portal.kernel.portlet.PortletBag


Constructor Summary
PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, String resourceBundleBaseName, List<com.liferay.portal.kernel.portlet.ConfigurationAction> configurationActionInstances, List<com.liferay.portal.kernel.search.Indexer<?>> indexerInstances, List<com.liferay.portal.kernel.search.OpenSearch> openSearchInstances, List<com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListener> schedulerEventMessageListeners, com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker friendlyURLMapperTracker, List<com.liferay.portal.kernel.servlet.URLEncoder> urlEncoderInstances, List<com.liferay.exportimport.kernel.lar.PortletDataHandler> portletDataHandlerInstances, List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> stagedModelDataHandlerInstances, List<com.liferay.portal.kernel.template.TemplateHandler> templateHandlerInstances, List<com.liferay.portal.kernel.portlet.PortletLayoutListener> portletLayoutListenerInstances, List<com.liferay.portal.kernel.poller.PollerProcessor> pollerProcessorInstances, List<com.liferay.portal.kernel.pop.MessageListener> popMessageListenerInstances, List<com.liferay.social.kernel.model.SocialActivityInterpreter> socialActivityInterpreterInstances, List<com.liferay.social.kernel.model.SocialRequestInterpreter> socialRequestInterpreterInstances, List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> userNotificationDefinitionInstances, List<com.liferay.portal.kernel.notifications.UserNotificationHandler> userNotificationHandlerInstances, List<com.liferay.portal.kernel.webdav.WebDAVStorage> webDAVStorageInstances, List<com.liferay.portal.kernel.xmlrpc.Method> xmlRpcMethodInstances, List<com.liferay.portal.kernel.portlet.ControlPanelEntry> controlPanelEntryInstances, List<com.liferay.asset.kernel.model.AssetRendererFactory<?>> assetRendererFactoryInstances, List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> atomCollectionAdapters, List<com.liferay.expando.kernel.model.CustomAttributesDisplay> customAttributesDisplayInstances, List<com.liferay.portal.kernel.security.permission.PermissionPropagator> permissionPropagatorInstances, List<com.liferay.portal.kernel.trash.TrashHandler> trashHandlerInstances, List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>> workflowHandlerInstances, List<PreferencesValidator> preferencesValidatorInstances)
           
 
Method Summary
 Object clone()
           
protected  void close(Object object)
           
 void destroy()
           
 List<com.liferay.asset.kernel.model.AssetRendererFactory<?>> getAssetRendererFactoryInstances()
           
 List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
           
 List<com.liferay.portal.kernel.portlet.ConfigurationAction> getConfigurationActionInstances()
           
 List<com.liferay.portal.kernel.portlet.ControlPanelEntry> getControlPanelEntryInstances()
           
 List<com.liferay.expando.kernel.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker getFriendlyURLMapperTracker()
           
 List<com.liferay.portal.kernel.search.Indexer<?>> getIndexerInstances()
           
 List<com.liferay.portal.kernel.search.OpenSearch> getOpenSearchInstances()
           
 List<com.liferay.portal.kernel.security.permission.PermissionPropagator> getPermissionPropagatorInstances()
           
 List<com.liferay.portal.kernel.poller.PollerProcessor> getPollerProcessorInstances()
           
 List<com.liferay.portal.kernel.pop.MessageListener> getPopMessageListenerInstances()
           
 List<com.liferay.exportimport.kernel.lar.PortletDataHandler> getPortletDataHandlerInstances()
           
 Portlet getPortletInstance()
           
 List<com.liferay.portal.kernel.portlet.PortletLayoutListener> getPortletLayoutListenerInstances()
           
 String getPortletName()
           
 List<PreferencesValidator> getPreferencesValidatorInstances()
           
 ResourceBundle getResourceBundle(Locale locale)
           
 String getResourceBundleBaseName()
           
 List<com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListener> getSchedulerEventMessageListeners()
           
 javax.servlet.ServletContext getServletContext()
           
 List<com.liferay.social.kernel.model.SocialActivityInterpreter> getSocialActivityInterpreterInstances()
           
 List<com.liferay.social.kernel.model.SocialRequestInterpreter> getSocialRequestInterpreterInstances()
           
 List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
           
 List<com.liferay.portal.kernel.template.TemplateHandler> getTemplateHandlerInstances()
           
 List<com.liferay.portal.kernel.trash.TrashHandler> getTrashHandlerInstances()
           
 List<com.liferay.portal.kernel.servlet.URLEncoder> getURLEncoderInstances()
           
 List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> getUserNotificationDefinitionInstances()
           
 List<com.liferay.portal.kernel.notifications.UserNotificationHandler> getUserNotificationHandlerInstances()
           
 List<com.liferay.portal.kernel.webdav.WebDAVStorage> getWebDAVStorageInstances()
           
 List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>> getWorkflowHandlerInstances()
           
 List<com.liferay.portal.kernel.xmlrpc.Method> getXmlRpcMethodInstances()
           
 void setPortletInstance(Portlet portletInstance)
           
 void setPortletName(String portletName)
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletBagImpl

public PortletBagImpl(String portletName,
                      javax.servlet.ServletContext servletContext,
                      Portlet portletInstance,
                      String resourceBundleBaseName,
                      List<com.liferay.portal.kernel.portlet.ConfigurationAction> configurationActionInstances,
                      List<com.liferay.portal.kernel.search.Indexer<?>> indexerInstances,
                      List<com.liferay.portal.kernel.search.OpenSearch> openSearchInstances,
                      List<com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListener> schedulerEventMessageListeners,
                      com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker friendlyURLMapperTracker,
                      List<com.liferay.portal.kernel.servlet.URLEncoder> urlEncoderInstances,
                      List<com.liferay.exportimport.kernel.lar.PortletDataHandler> portletDataHandlerInstances,
                      List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> stagedModelDataHandlerInstances,
                      List<com.liferay.portal.kernel.template.TemplateHandler> templateHandlerInstances,
                      List<com.liferay.portal.kernel.portlet.PortletLayoutListener> portletLayoutListenerInstances,
                      List<com.liferay.portal.kernel.poller.PollerProcessor> pollerProcessorInstances,
                      List<com.liferay.portal.kernel.pop.MessageListener> popMessageListenerInstances,
                      List<com.liferay.social.kernel.model.SocialActivityInterpreter> socialActivityInterpreterInstances,
                      List<com.liferay.social.kernel.model.SocialRequestInterpreter> socialRequestInterpreterInstances,
                      List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> userNotificationDefinitionInstances,
                      List<com.liferay.portal.kernel.notifications.UserNotificationHandler> userNotificationHandlerInstances,
                      List<com.liferay.portal.kernel.webdav.WebDAVStorage> webDAVStorageInstances,
                      List<com.liferay.portal.kernel.xmlrpc.Method> xmlRpcMethodInstances,
                      List<com.liferay.portal.kernel.portlet.ControlPanelEntry> controlPanelEntryInstances,
                      List<com.liferay.asset.kernel.model.AssetRendererFactory<?>> assetRendererFactoryInstances,
                      List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> atomCollectionAdapters,
                      List<com.liferay.expando.kernel.model.CustomAttributesDisplay> customAttributesDisplayInstances,
                      List<com.liferay.portal.kernel.security.permission.PermissionPropagator> permissionPropagatorInstances,
                      List<com.liferay.portal.kernel.trash.TrashHandler> trashHandlerInstances,
                      List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>> workflowHandlerInstances,
                      List<PreferencesValidator> preferencesValidatorInstances)
Method Detail

clone

public Object clone()
Specified by:
clone in interface com.liferay.portal.kernel.portlet.PortletBag
Overrides:
clone in class Object

destroy

public void destroy()
Specified by:
destroy in interface com.liferay.portal.kernel.portlet.PortletBag

getAssetRendererFactoryInstances

public List<com.liferay.asset.kernel.model.AssetRendererFactory<?>> getAssetRendererFactoryInstances()
Specified by:
getAssetRendererFactoryInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getAtomCollectionAdapterInstances

public List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
Specified by:
getAtomCollectionAdapterInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getConfigurationActionInstances

public List<com.liferay.portal.kernel.portlet.ConfigurationAction> getConfigurationActionInstances()
Specified by:
getConfigurationActionInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getControlPanelEntryInstances

public List<com.liferay.portal.kernel.portlet.ControlPanelEntry> getControlPanelEntryInstances()
Specified by:
getControlPanelEntryInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getCustomAttributesDisplayInstances

public List<com.liferay.expando.kernel.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()
Specified by:
getCustomAttributesDisplayInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getFriendlyURLMapperTracker

public com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker getFriendlyURLMapperTracker()
Specified by:
getFriendlyURLMapperTracker in interface com.liferay.portal.kernel.portlet.PortletBag

getIndexerInstances

public List<com.liferay.portal.kernel.search.Indexer<?>> getIndexerInstances()
Specified by:
getIndexerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getOpenSearchInstances

public List<com.liferay.portal.kernel.search.OpenSearch> getOpenSearchInstances()
Specified by:
getOpenSearchInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getPermissionPropagatorInstances

public List<com.liferay.portal.kernel.security.permission.PermissionPropagator> getPermissionPropagatorInstances()
Specified by:
getPermissionPropagatorInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getPollerProcessorInstances

public List<com.liferay.portal.kernel.poller.PollerProcessor> getPollerProcessorInstances()
Specified by:
getPollerProcessorInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getPopMessageListenerInstances

public List<com.liferay.portal.kernel.pop.MessageListener> getPopMessageListenerInstances()
Specified by:
getPopMessageListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletDataHandlerInstances

public List<com.liferay.exportimport.kernel.lar.PortletDataHandler> getPortletDataHandlerInstances()
Specified by:
getPortletDataHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletInstance

public Portlet getPortletInstance()
Specified by:
getPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletLayoutListenerInstances

public List<com.liferay.portal.kernel.portlet.PortletLayoutListener> getPortletLayoutListenerInstances()
Specified by:
getPortletLayoutListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getPortletName

public String getPortletName()
Specified by:
getPortletName in interface com.liferay.portal.kernel.portlet.PortletBag

getPreferencesValidatorInstances

public List<PreferencesValidator> getPreferencesValidatorInstances()
Specified by:
getPreferencesValidatorInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getResourceBundle

public ResourceBundle getResourceBundle(Locale locale)
Specified by:
getResourceBundle in interface com.liferay.portal.kernel.portlet.PortletBag

getResourceBundleBaseName

public String getResourceBundleBaseName()
Specified by:
getResourceBundleBaseName in interface com.liferay.portal.kernel.portlet.PortletBag

getSchedulerEventMessageListeners

public List<com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListener> getSchedulerEventMessageListeners()
Specified by:
getSchedulerEventMessageListeners in interface com.liferay.portal.kernel.portlet.PortletBag

getServletContext

public javax.servlet.ServletContext getServletContext()
Specified by:
getServletContext in interface com.liferay.portal.kernel.portlet.PortletBag

getSocialActivityInterpreterInstances

public List<com.liferay.social.kernel.model.SocialActivityInterpreter> getSocialActivityInterpreterInstances()
Specified by:
getSocialActivityInterpreterInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getSocialRequestInterpreterInstances

public List<com.liferay.social.kernel.model.SocialRequestInterpreter> getSocialRequestInterpreterInstances()
Specified by:
getSocialRequestInterpreterInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getStagedModelDataHandlerInstances

public List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
Specified by:
getStagedModelDataHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getTemplateHandlerInstances

public List<com.liferay.portal.kernel.template.TemplateHandler> getTemplateHandlerInstances()
Specified by:
getTemplateHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getTrashHandlerInstances

public List<com.liferay.portal.kernel.trash.TrashHandler> getTrashHandlerInstances()
Specified by:
getTrashHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getURLEncoderInstances

public List<com.liferay.portal.kernel.servlet.URLEncoder> getURLEncoderInstances()
Specified by:
getURLEncoderInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getUserNotificationDefinitionInstances

public List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> getUserNotificationDefinitionInstances()
Specified by:
getUserNotificationDefinitionInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getUserNotificationHandlerInstances

public List<com.liferay.portal.kernel.notifications.UserNotificationHandler> getUserNotificationHandlerInstances()
Specified by:
getUserNotificationHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getWebDAVStorageInstances

public List<com.liferay.portal.kernel.webdav.WebDAVStorage> getWebDAVStorageInstances()
Specified by:
getWebDAVStorageInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getWorkflowHandlerInstances

public List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>> getWorkflowHandlerInstances()
Specified by:
getWorkflowHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBag

getXmlRpcMethodInstances

public List<com.liferay.portal.kernel.xmlrpc.Method> getXmlRpcMethodInstances()
Specified by:
getXmlRpcMethodInstances in interface com.liferay.portal.kernel.portlet.PortletBag

setPortletInstance

public void setPortletInstance(Portlet portletInstance)
Specified by:
setPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBag

setPortletName

public void setPortletName(String portletName)
Specified by:
setPortletName in interface com.liferay.portal.kernel.portlet.PortletBag

close

protected void close(Object object)

Liferay 7.0-ga1 portal-impl