public class PortletBagImpl
extends Object
implements com.liferay.portal.kernel.portlet.PortletBag
| Constructor and Description |
|---|
PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
javax.portlet.Portlet portletInstance,
String resourceBundleBaseName,
com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker friendlyURLMapperTracker,
List<org.osgi.framework.ServiceRegistration<?>> serviceRegistrations) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
void |
destroy() |
com.liferay.portal.kernel.portlet.ConfigurationAction |
getConfigurationActionInstance() |
List<com.liferay.portal.kernel.portlet.ConfigurationAction> |
getConfigurationActionInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getConfigurationActionInstance() |
com.liferay.portal.kernel.portlet.ControlPanelEntry |
getControlPanelEntryInstance() |
List<com.liferay.portal.kernel.portlet.ControlPanelEntry> |
getControlPanelEntryInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getControlPanelEntryInstance() |
List<com.liferay.expando.kernel.model.CustomAttributesDisplay> |
getCustomAttributesDisplayInstances() |
com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker |
getFriendlyURLMapperTracker() |
List<com.liferay.portal.kernel.search.Indexer<?>> |
getIndexerInstances() |
com.liferay.portal.kernel.search.OpenSearch |
getOpenSearchInstance() |
List<com.liferay.portal.kernel.search.OpenSearch> |
getOpenSearchInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getOpenSearchInstance() |
com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator |
getPermissionPropagatorInstance() |
List<com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator> |
getPermissionPropagatorInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getPermissionPropagatorInstance() |
com.liferay.portal.kernel.pop.MessageListener |
getPopMessageListenerInstance() |
List<com.liferay.portal.kernel.pop.MessageListener> |
getPopMessageListenerInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getPopMessageListenerInstance() |
com.liferay.portal.kernel.portlet.PortletConfigurationListener |
getPortletConfigurationListenerInstance() |
List<com.liferay.portal.kernel.portlet.PortletConfigurationListener> |
getPortletConfigurationListenerInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getPortletConfigurationListenerInstance() |
com.liferay.exportimport.kernel.lar.PortletDataHandler |
getPortletDataHandlerInstance() |
List<com.liferay.exportimport.kernel.lar.PortletDataHandler> |
getPortletDataHandlerInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getPortletDataHandlerInstance() |
javax.portlet.Portlet |
getPortletInstance() |
com.liferay.portal.kernel.portlet.PortletLayoutListener |
getPortletLayoutListenerInstance() |
List<com.liferay.portal.kernel.portlet.PortletLayoutListener> |
getPortletLayoutListenerInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getPortletLayoutListenerInstance() |
String |
getPortletName() |
javax.portlet.PreferencesValidator |
getPreferencesValidatorInstance() |
List<javax.portlet.PreferencesValidator> |
getPreferencesValidatorInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getPreferencesValidatorInstance() |
ResourceBundle |
getResourceBundle(Locale locale) |
String |
getResourceBundleBaseName() |
javax.servlet.ServletContext |
getServletContext() |
List<com.liferay.social.kernel.model.SocialActivityInterpreter> |
getSocialActivityInterpreterInstances() |
com.liferay.social.kernel.model.SocialRequestInterpreter |
getSocialRequestInterpreterInstance() |
List<com.liferay.social.kernel.model.SocialRequestInterpreter> |
getSocialRequestInterpreterInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getSocialRequestInterpreterInstance() |
List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> |
getStagedModelDataHandlerInstances() |
com.liferay.portal.kernel.template.TemplateHandler |
getTemplateHandlerInstance() |
List<com.liferay.portal.kernel.template.TemplateHandler> |
getTemplateHandlerInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getTemplateHandlerInstance() |
List<com.liferay.portal.kernel.trash.TrashHandler> |
getTrashHandlerInstances() |
com.liferay.portal.kernel.servlet.URLEncoder |
getURLEncoderInstance() |
List<com.liferay.portal.kernel.servlet.URLEncoder> |
getURLEncoderInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getURLEncoderInstance() |
List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> |
getUserNotificationDefinitionInstances()
Deprecated.
As of Cavanaugh (7.4.x), with no direct replacement
|
List<com.liferay.portal.kernel.notifications.UserNotificationHandler> |
getUserNotificationHandlerInstances() |
com.liferay.portal.kernel.webdav.WebDAVStorage |
getWebDAVStorageInstance() |
List<com.liferay.portal.kernel.webdav.WebDAVStorage> |
getWebDAVStorageInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getWebDAVStorageInstance() |
List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>> |
getWorkflowHandlerInstances() |
com.liferay.portal.kernel.xmlrpc.Method |
getXmlRpcMethodInstance() |
List<com.liferay.portal.kernel.xmlrpc.Method> |
getXmlRpcMethodInstances()
Deprecated.
As of Cavanaugh (7.4.x), replaced by
getXmlRpcMethodInstance() |
void |
setPortletInstance(javax.portlet.Portlet portletInstance) |
void |
setPortletName(String portletName) |
public PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
javax.portlet.Portlet portletInstance,
String resourceBundleBaseName,
com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker friendlyURLMapperTracker,
List<org.osgi.framework.ServiceRegistration<?>> serviceRegistrations)
public Object clone()
clone in interface com.liferay.portal.kernel.portlet.PortletBagclone in class Objectpublic void destroy()
destroy in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()
getConfigurationActionInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.portlet.ConfigurationAction> getConfigurationActionInstances()
getConfigurationActionInstance()getConfigurationActionInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.portlet.ControlPanelEntry getControlPanelEntryInstance()
getControlPanelEntryInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.portlet.ControlPanelEntry> getControlPanelEntryInstances()
getControlPanelEntryInstance()getControlPanelEntryInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.expando.kernel.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()
getCustomAttributesDisplayInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker getFriendlyURLMapperTracker()
getFriendlyURLMapperTracker in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.search.Indexer<?>> getIndexerInstances()
getIndexerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.search.OpenSearch getOpenSearchInstance()
getOpenSearchInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.search.OpenSearch> getOpenSearchInstances()
getOpenSearchInstance()getOpenSearchInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator getPermissionPropagatorInstance()
getPermissionPropagatorInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator> getPermissionPropagatorInstances()
getPermissionPropagatorInstance()getPermissionPropagatorInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.pop.MessageListener getPopMessageListenerInstance()
getPopMessageListenerInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.pop.MessageListener> getPopMessageListenerInstances()
getPopMessageListenerInstance()getPopMessageListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.portlet.PortletConfigurationListener getPortletConfigurationListenerInstance()
getPortletConfigurationListenerInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.portlet.PortletConfigurationListener> getPortletConfigurationListenerInstances()
getPortletConfigurationListenerInstance()getPortletConfigurationListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.exportimport.kernel.lar.PortletDataHandler getPortletDataHandlerInstance()
getPortletDataHandlerInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.exportimport.kernel.lar.PortletDataHandler> getPortletDataHandlerInstances()
getPortletDataHandlerInstance()getPortletDataHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic javax.portlet.Portlet getPortletInstance()
getPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.portlet.PortletLayoutListener getPortletLayoutListenerInstance()
getPortletLayoutListenerInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.portlet.PortletLayoutListener> getPortletLayoutListenerInstances()
getPortletLayoutListenerInstance()getPortletLayoutListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic String getPortletName()
getPortletName in interface com.liferay.portal.kernel.portlet.PortletBagpublic javax.portlet.PreferencesValidator getPreferencesValidatorInstance()
getPreferencesValidatorInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<javax.portlet.PreferencesValidator> getPreferencesValidatorInstances()
getPreferencesValidatorInstance()getPreferencesValidatorInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic ResourceBundle getResourceBundle(Locale locale)
getResourceBundle in interface com.liferay.portal.kernel.portlet.PortletBagpublic String getResourceBundleBaseName()
getResourceBundleBaseName in interface com.liferay.portal.kernel.portlet.PortletBagpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.social.kernel.model.SocialActivityInterpreter> getSocialActivityInterpreterInstances()
getSocialActivityInterpreterInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.social.kernel.model.SocialRequestInterpreter getSocialRequestInterpreterInstance()
getSocialRequestInterpreterInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.social.kernel.model.SocialRequestInterpreter> getSocialRequestInterpreterInstances()
getSocialRequestInterpreterInstance()getSocialRequestInterpreterInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
getStagedModelDataHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.template.TemplateHandler getTemplateHandlerInstance()
getTemplateHandlerInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.template.TemplateHandler> getTemplateHandlerInstances()
getTemplateHandlerInstance()getTemplateHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.trash.TrashHandler> getTrashHandlerInstances()
getTrashHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.servlet.URLEncoder getURLEncoderInstance()
getURLEncoderInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.servlet.URLEncoder> getURLEncoderInstances()
getURLEncoderInstance()getURLEncoderInstances in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> getUserNotificationDefinitionInstances()
getUserNotificationDefinitionInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.notifications.UserNotificationHandler> getUserNotificationHandlerInstances()
getUserNotificationHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.webdav.WebDAVStorage getWebDAVStorageInstance()
getWebDAVStorageInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.webdav.WebDAVStorage> getWebDAVStorageInstances()
getWebDAVStorageInstance()getWebDAVStorageInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>> getWorkflowHandlerInstances()
getWorkflowHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.xmlrpc.Method getXmlRpcMethodInstance()
getXmlRpcMethodInstance in interface com.liferay.portal.kernel.portlet.PortletBag@Deprecated public List<com.liferay.portal.kernel.xmlrpc.Method> getXmlRpcMethodInstances()
getXmlRpcMethodInstance()getXmlRpcMethodInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic void setPortletInstance(javax.portlet.Portlet portletInstance)
setPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic void setPortletName(String portletName)
setPortletName in interface com.liferay.portal.kernel.portlet.PortletBag