Package com.liferay.portlet.internal
Class PortletBagImpl
Object
com.liferay.portlet.internal.PortletBagImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.portlet.PortletBag
,Cloneable
- Author:
- Brian Wing Shun Chan, Jorge Ferrer
-
Constructor Summary
ConstructorsConstructorDescriptionPortletBagImpl
(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, String resourceBundleBaseName, com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker friendlyURLMapperTracker, List<org.osgi.framework.ServiceRegistration<?>> serviceRegistrations) -
Method Summary
Modifier and TypeMethodDescriptionclone()
void
destroy()
com.liferay.portal.kernel.portlet.ConfigurationAction
List<com.liferay.portal.kernel.portlet.ConfigurationAction>
Deprecated.com.liferay.portal.kernel.portlet.ControlPanelEntry
List<com.liferay.portal.kernel.portlet.ControlPanelEntry>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetControlPanelEntryInstance()
List<com.liferay.expando.kernel.model.CustomAttributesDisplay>
com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker
List<com.liferay.portal.kernel.search.Indexer<?>>
com.liferay.portal.kernel.search.OpenSearch
List<com.liferay.portal.kernel.search.OpenSearch>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetOpenSearchInstance()
com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator
List<com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPermissionPropagatorInstance()
com.liferay.portal.kernel.pop.MessageListener
List<com.liferay.portal.kernel.pop.MessageListener>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPopMessageListenerInstance()
com.liferay.portal.kernel.portlet.PortletConfigurationListener
List<com.liferay.portal.kernel.portlet.PortletConfigurationListener>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletConfigurationListenerInstance()
com.liferay.exportimport.kernel.lar.PortletDataHandler
List<com.liferay.exportimport.kernel.lar.PortletDataHandler>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletDataHandlerInstance()
com.liferay.portal.kernel.portlet.PortletLayoutListener
List<com.liferay.portal.kernel.portlet.PortletLayoutListener>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletLayoutListenerInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPreferencesValidatorInstance()
getResourceBundle
(Locale locale) javax.servlet.ServletContext
List<com.liferay.social.kernel.model.SocialActivityInterpreter>
com.liferay.social.kernel.model.SocialRequestInterpreter
List<com.liferay.social.kernel.model.SocialRequestInterpreter>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetSocialRequestInterpreterInstance()
List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>>
com.liferay.portal.kernel.template.TemplateHandler
List<com.liferay.portal.kernel.template.TemplateHandler>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetTemplateHandlerInstance()
List<com.liferay.portal.kernel.trash.TrashHandler>
com.liferay.portal.kernel.servlet.URLEncoder
List<com.liferay.portal.kernel.servlet.URLEncoder>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetURLEncoderInstance()
List<com.liferay.portal.kernel.notifications.UserNotificationDefinition>
Deprecated.As of Cavanaugh (7.4.x), with no direct replacementList<com.liferay.portal.kernel.notifications.UserNotificationHandler>
com.liferay.portal.kernel.webdav.WebDAVStorage
List<com.liferay.portal.kernel.webdav.WebDAVStorage>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetWebDAVStorageInstance()
List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>>
com.liferay.portal.kernel.xmlrpc.Method
List<com.liferay.portal.kernel.xmlrpc.Method>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetXmlRpcMethodInstance()
void
setPortletInstance
(Portlet portletInstance) void
setPortletName
(String portletName)
-
Constructor Details
-
PortletBagImpl
-
-
Method Details
-
clone
-
destroy
public void destroy()- Specified by:
destroy
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getConfigurationActionInstance
public com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()- Specified by:
getConfigurationActionInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getConfigurationActionInstances
@Deprecated public List<com.liferay.portal.kernel.portlet.ConfigurationAction> getConfigurationActionInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetConfigurationActionInstance()
- Specified by:
getConfigurationActionInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getControlPanelEntryInstance
public com.liferay.portal.kernel.portlet.ControlPanelEntry getControlPanelEntryInstance()- Specified by:
getControlPanelEntryInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getControlPanelEntryInstances
@Deprecated public List<com.liferay.portal.kernel.portlet.ControlPanelEntry> getControlPanelEntryInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetControlPanelEntryInstance()
- Specified by:
getControlPanelEntryInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getCustomAttributesDisplayInstances
public List<com.liferay.expando.kernel.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()- Specified by:
getCustomAttributesDisplayInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getFriendlyURLMapperTracker
public com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker getFriendlyURLMapperTracker()- Specified by:
getFriendlyURLMapperTracker
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getIndexerInstances
- Specified by:
getIndexerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getOpenSearchInstance
public com.liferay.portal.kernel.search.OpenSearch getOpenSearchInstance()- Specified by:
getOpenSearchInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getOpenSearchInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetOpenSearchInstance()
- Specified by:
getOpenSearchInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPermissionPropagatorInstance
public com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator getPermissionPropagatorInstance()- Specified by:
getPermissionPropagatorInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPermissionPropagatorInstances
@Deprecated public List<com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator> getPermissionPropagatorInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetPermissionPropagatorInstance()
- Specified by:
getPermissionPropagatorInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPopMessageListenerInstance
public com.liferay.portal.kernel.pop.MessageListener getPopMessageListenerInstance()- Specified by:
getPopMessageListenerInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPopMessageListenerInstances
@Deprecated public List<com.liferay.portal.kernel.pop.MessageListener> getPopMessageListenerInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetPopMessageListenerInstance()
- Specified by:
getPopMessageListenerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletConfigurationListenerInstance
public com.liferay.portal.kernel.portlet.PortletConfigurationListener getPortletConfigurationListenerInstance()- Specified by:
getPortletConfigurationListenerInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletConfigurationListenerInstances
@Deprecated public List<com.liferay.portal.kernel.portlet.PortletConfigurationListener> getPortletConfigurationListenerInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletConfigurationListenerInstance()
- Specified by:
getPortletConfigurationListenerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletDataHandlerInstance
public com.liferay.exportimport.kernel.lar.PortletDataHandler getPortletDataHandlerInstance()- Specified by:
getPortletDataHandlerInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletDataHandlerInstances
@Deprecated public List<com.liferay.exportimport.kernel.lar.PortletDataHandler> getPortletDataHandlerInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletDataHandlerInstance()
- Specified by:
getPortletDataHandlerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletInstance
- Specified by:
getPortletInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletLayoutListenerInstance
public com.liferay.portal.kernel.portlet.PortletLayoutListener getPortletLayoutListenerInstance()- Specified by:
getPortletLayoutListenerInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletLayoutListenerInstances
@Deprecated public List<com.liferay.portal.kernel.portlet.PortletLayoutListener> getPortletLayoutListenerInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletLayoutListenerInstance()
- Specified by:
getPortletLayoutListenerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPortletName
- Specified by:
getPortletName
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPreferencesValidatorInstance
- Specified by:
getPreferencesValidatorInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getPreferencesValidatorInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPreferencesValidatorInstance()
- Specified by:
getPreferencesValidatorInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getResourceBundle
- Specified by:
getResourceBundle
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getResourceBundleBaseName
- Specified by:
getResourceBundleBaseName
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getServletContext
public javax.servlet.ServletContext getServletContext()- Specified by:
getServletContext
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getSocialActivityInterpreterInstances
public List<com.liferay.social.kernel.model.SocialActivityInterpreter> getSocialActivityInterpreterInstances()- Specified by:
getSocialActivityInterpreterInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getSocialRequestInterpreterInstance
public com.liferay.social.kernel.model.SocialRequestInterpreter getSocialRequestInterpreterInstance()- Specified by:
getSocialRequestInterpreterInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getSocialRequestInterpreterInstances
@Deprecated public List<com.liferay.social.kernel.model.SocialRequestInterpreter> getSocialRequestInterpreterInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetSocialRequestInterpreterInstance()
- Specified by:
getSocialRequestInterpreterInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getStagedModelDataHandlerInstances
public List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()- Specified by:
getStagedModelDataHandlerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getTemplateHandlerInstance
public com.liferay.portal.kernel.template.TemplateHandler getTemplateHandlerInstance()- Specified by:
getTemplateHandlerInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getTemplateHandlerInstances
@Deprecated public List<com.liferay.portal.kernel.template.TemplateHandler> getTemplateHandlerInstances()Deprecated.As of Cavanaugh (7.4.x), replaced bygetTemplateHandlerInstance()
- Specified by:
getTemplateHandlerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getTrashHandlerInstances
- Specified by:
getTrashHandlerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getURLEncoderInstance
public com.liferay.portal.kernel.servlet.URLEncoder getURLEncoderInstance()- Specified by:
getURLEncoderInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getURLEncoderInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetURLEncoderInstance()
- Specified by:
getURLEncoderInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getUserNotificationDefinitionInstances
@Deprecated public List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> getUserNotificationDefinitionInstances()Deprecated.As of Cavanaugh (7.4.x), with no direct replacement- Specified by:
getUserNotificationDefinitionInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getUserNotificationHandlerInstances
public List<com.liferay.portal.kernel.notifications.UserNotificationHandler> getUserNotificationHandlerInstances()- Specified by:
getUserNotificationHandlerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getWebDAVStorageInstance
public com.liferay.portal.kernel.webdav.WebDAVStorage getWebDAVStorageInstance()- Specified by:
getWebDAVStorageInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getWebDAVStorageInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetWebDAVStorageInstance()
- Specified by:
getWebDAVStorageInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getWorkflowHandlerInstances
- Specified by:
getWorkflowHandlerInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getXmlRpcMethodInstance
public com.liferay.portal.kernel.xmlrpc.Method getXmlRpcMethodInstance()- Specified by:
getXmlRpcMethodInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getXmlRpcMethodInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetXmlRpcMethodInstance()
- Specified by:
getXmlRpcMethodInstances
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
setPortletInstance
- Specified by:
setPortletInstance
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
setPortletName
- Specified by:
setPortletName
in interfacecom.liferay.portal.kernel.portlet.PortletBag
-
getConfigurationActionInstance()