public class PortletBagImpl
extends Object
implements com.liferay.portal.kernel.portlet.PortletBag
Constructor and Description |
---|
PortletBagImpl(String portletName,
javax.servlet.ServletContext servletContext,
Portlet portletInstance,
String resourceBundleBaseName,
com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker friendlyURLMapperTracker,
List<com.liferay.registry.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.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 |
setPortletDataHandlerInstances(List<com.liferay.exportimport.kernel.lar.PortletDataHandler> portletDataHandlerInstances) |
void |
setPortletInstance(Portlet portletInstance) |
void |
setPortletName(String portletName) |
public PortletBagImpl(String portletName, javax.servlet.ServletContext servletContext, Portlet portletInstance, String resourceBundleBaseName, com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker friendlyURLMapperTracker, List<com.liferay.registry.ServiceRegistration<?>> serviceRegistrations)
public Object clone()
clone
in interface com.liferay.portal.kernel.portlet.PortletBag
clone
in class Object
public void destroy()
destroy
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.asset.kernel.model.AssetRendererFactory<?>> getAssetRendererFactoryInstances()
getAssetRendererFactoryInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
getAtomCollectionAdapterInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.portlet.ConfigurationAction> getConfigurationActionInstances()
getConfigurationActionInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.portlet.ControlPanelEntry> getControlPanelEntryInstances()
getControlPanelEntryInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.expando.kernel.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()
getCustomAttributesDisplayInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public com.liferay.portal.kernel.portlet.FriendlyURLMapperTracker getFriendlyURLMapperTracker()
getFriendlyURLMapperTracker
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.search.Indexer<?>> getIndexerInstances()
getIndexerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.search.OpenSearch> getOpenSearchInstances()
getOpenSearchInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.security.permission.PermissionPropagator> getPermissionPropagatorInstances()
getPermissionPropagatorInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.poller.PollerProcessor> getPollerProcessorInstances()
getPollerProcessorInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.pop.MessageListener> getPopMessageListenerInstances()
getPopMessageListenerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.exportimport.kernel.lar.PortletDataHandler> getPortletDataHandlerInstances()
getPortletDataHandlerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public Portlet getPortletInstance()
getPortletInstance
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.portlet.PortletLayoutListener> getPortletLayoutListenerInstances()
getPortletLayoutListenerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public String getPortletName()
getPortletName
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<PreferencesValidator> getPreferencesValidatorInstances()
getPreferencesValidatorInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public ResourceBundle getResourceBundle(Locale locale)
getResourceBundle
in interface com.liferay.portal.kernel.portlet.PortletBag
public String getResourceBundleBaseName()
getResourceBundleBaseName
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.scheduler.messaging.SchedulerEventMessageListener> getSchedulerEventMessageListeners()
getSchedulerEventMessageListeners
in interface com.liferay.portal.kernel.portlet.PortletBag
public javax.servlet.ServletContext getServletContext()
getServletContext
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.social.kernel.model.SocialActivityInterpreter> getSocialActivityInterpreterInstances()
getSocialActivityInterpreterInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.social.kernel.model.SocialRequestInterpreter> getSocialRequestInterpreterInstances()
getSocialRequestInterpreterInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.exportimport.kernel.lar.StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
getStagedModelDataHandlerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.template.TemplateHandler> getTemplateHandlerInstances()
getTemplateHandlerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.trash.TrashHandler> getTrashHandlerInstances()
getTrashHandlerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.servlet.URLEncoder> getURLEncoderInstances()
getURLEncoderInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.notifications.UserNotificationDefinition> getUserNotificationDefinitionInstances()
getUserNotificationDefinitionInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.notifications.UserNotificationHandler> getUserNotificationHandlerInstances()
getUserNotificationHandlerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.webdav.WebDAVStorage> getWebDAVStorageInstances()
getWebDAVStorageInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.workflow.WorkflowHandler<?>> getWorkflowHandlerInstances()
getWorkflowHandlerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public List<com.liferay.portal.kernel.xmlrpc.Method> getXmlRpcMethodInstances()
getXmlRpcMethodInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public void setPortletDataHandlerInstances(List<com.liferay.exportimport.kernel.lar.PortletDataHandler> portletDataHandlerInstances)
setPortletDataHandlerInstances
in interface com.liferay.portal.kernel.portlet.PortletBag
public void setPortletInstance(Portlet portletInstance)
setPortletInstance
in interface com.liferay.portal.kernel.portlet.PortletBag
public void setPortletName(String portletName)
setPortletName
in interface com.liferay.portal.kernel.portlet.PortletBag