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() |
List<com.liferay.asset.kernel.model.AssetRendererFactory<?>> |
getAssetRendererFactoryInstances() |
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.propagator.PermissionPropagator> |
getPermissionPropagatorInstances() |
List<com.liferay.portal.kernel.poller.PollerProcessor> |
getPollerProcessorInstances() |
List<com.liferay.portal.kernel.pop.MessageListener> |
getPopMessageListenerInstances() |
List<com.liferay.portal.kernel.portlet.PortletConfigurationListener> |
getPortletConfigurationListenerInstances() |
List<com.liferay.exportimport.kernel.lar.PortletDataHandler> |
getPortletDataHandlerInstances() |
javax.portlet.Portlet |
getPortletInstance() |
List<com.liferay.portal.kernel.portlet.PortletLayoutListener> |
getPortletLayoutListenerInstances() |
String |
getPortletName() |
List<javax.portlet.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(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 List<com.liferay.asset.kernel.model.AssetRendererFactory<?>> getAssetRendererFactoryInstances()
getAssetRendererFactoryInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.portlet.ConfigurationAction> getConfigurationActionInstances()
getConfigurationActionInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.portlet.ControlPanelEntry> getControlPanelEntryInstances()
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 List<com.liferay.portal.kernel.search.OpenSearch> getOpenSearchInstances()
getOpenSearchInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.security.permission.propagator.PermissionPropagator> getPermissionPropagatorInstances()
getPermissionPropagatorInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.poller.PollerProcessor> getPollerProcessorInstances()
getPollerProcessorInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.pop.MessageListener> getPopMessageListenerInstances()
getPopMessageListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.portlet.PortletConfigurationListener> getPortletConfigurationListenerInstances()
getPortletConfigurationListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.exportimport.kernel.lar.PortletDataHandler> getPortletDataHandlerInstances()
getPortletDataHandlerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic javax.portlet.Portlet getPortletInstance()
getPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<com.liferay.portal.kernel.portlet.PortletLayoutListener> getPortletLayoutListenerInstances()
getPortletLayoutListenerInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic String getPortletName()
getPortletName in interface com.liferay.portal.kernel.portlet.PortletBagpublic List<javax.portlet.PreferencesValidator> getPreferencesValidatorInstances()
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 List<com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListener> getSchedulerEventMessageListeners()
getSchedulerEventMessageListeners 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 List<com.liferay.social.kernel.model.SocialRequestInterpreter> getSocialRequestInterpreterInstances()
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 List<com.liferay.portal.kernel.template.TemplateHandler> getTemplateHandlerInstances()
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 List<com.liferay.portal.kernel.servlet.URLEncoder> getURLEncoderInstances()
getURLEncoderInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic 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 List<com.liferay.portal.kernel.webdav.WebDAVStorage> getWebDAVStorageInstances()
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 List<com.liferay.portal.kernel.xmlrpc.Method> getXmlRpcMethodInstances()
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