public class PortletBagImpl
extends java.lang.Object
implements com.liferay.portal.kernel.portlet.PortletBag
| Constructor and Description |
|---|
PortletBagImpl(java.lang.String portletName,
javax.servlet.ServletContext servletContext,
javax.portlet.Portlet portletInstance,
com.liferay.portal.kernel.portlet.ConfigurationAction configurationActionInstance,
java.util.List<com.liferay.portal.kernel.search.Indexer> indexerInstances,
com.liferay.portal.kernel.search.OpenSearch openSearchInstance,
com.liferay.portal.kernel.portlet.FriendlyURLMapper friendlyURLMapperInstance,
com.liferay.portal.kernel.servlet.URLEncoder urlEncoderInstance,
com.liferay.portal.kernel.lar.PortletDataHandler portletDataHandlerInstance,
java.util.List<com.liferay.portal.kernel.lar.StagedModelDataHandler<?>> stagedModelDataHandlerInstances,
com.liferay.portal.kernel.template.TemplateHandler templateHandlerInstance,
com.liferay.portal.kernel.portlet.PortletLayoutListener portletLayoutListenerInstance,
com.liferay.portal.kernel.poller.PollerProcessor pollerProcessorInstance,
com.liferay.portal.kernel.pop.MessageListener popMessageListenerInstance,
java.util.List<com.liferay.portlet.social.model.SocialActivityInterpreter> socialActivityInterpreterInstances,
com.liferay.portlet.social.model.SocialRequestInterpreter socialRequestInterpreterInstance,
java.util.List<com.liferay.portal.kernel.notifications.UserNotificationHandler> userNotificationHandlerInstances,
com.liferay.portal.kernel.webdav.WebDAVStorage webDAVStorageInstance,
com.liferay.portal.kernel.xmlrpc.Method xmlRpcMethodInstance,
com.liferay.portlet.ControlPanelEntry controlPanelEntryInstance,
java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> assetRendererFactoryInstances,
java.util.List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> atomCollectionAdapters,
java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> customAttributesDisplayInstances,
com.liferay.portal.security.permission.PermissionPropagator permissionPropagatorInstance,
java.util.List<com.liferay.portal.kernel.trash.TrashHandler> trashHandlerInstances,
java.util.List<com.liferay.portal.kernel.workflow.WorkflowHandler> workflowHandlerInstances,
javax.portlet.PreferencesValidator preferencesValidatorInstance,
java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> |
getAssetRendererFactoryInstances() |
java.util.List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> |
getAtomCollectionAdapterInstances() |
com.liferay.portal.kernel.portlet.ConfigurationAction |
getConfigurationActionInstance() |
com.liferay.portlet.ControlPanelEntry |
getControlPanelEntryInstance() |
java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> |
getCustomAttributesDisplayInstances() |
com.liferay.portal.kernel.portlet.FriendlyURLMapper |
getFriendlyURLMapperInstance() |
java.util.List<com.liferay.portal.kernel.search.Indexer> |
getIndexerInstances() |
com.liferay.portal.kernel.search.OpenSearch |
getOpenSearchInstance() |
com.liferay.portal.security.permission.PermissionPropagator |
getPermissionPropagatorInstance() |
com.liferay.portal.kernel.poller.PollerProcessor |
getPollerProcessorInstance() |
com.liferay.portal.kernel.pop.MessageListener |
getPopMessageListenerInstance() |
com.liferay.portal.kernel.lar.PortletDataHandler |
getPortletDataHandlerInstance() |
javax.portlet.Portlet |
getPortletInstance() |
com.liferay.portal.kernel.portlet.PortletLayoutListener |
getPortletLayoutListenerInstance() |
java.lang.String |
getPortletName() |
javax.portlet.PreferencesValidator |
getPreferencesValidatorInstance() |
java.util.ResourceBundle |
getResourceBundle(java.util.Locale locale) |
java.util.Map<java.lang.String,java.util.ResourceBundle> |
getResourceBundles() |
javax.servlet.ServletContext |
getServletContext() |
java.util.List<com.liferay.portlet.social.model.SocialActivityInterpreter> |
getSocialActivityInterpreterInstances() |
com.liferay.portlet.social.model.SocialRequestInterpreter |
getSocialRequestInterpreterInstance() |
java.util.List<com.liferay.portal.kernel.lar.StagedModelDataHandler<?>> |
getStagedModelDataHandlerInstances() |
com.liferay.portal.kernel.template.TemplateHandler |
getTemplateHandlerInstance() |
java.util.List<com.liferay.portal.kernel.trash.TrashHandler> |
getTrashHandlerInstances() |
com.liferay.portal.kernel.servlet.URLEncoder |
getURLEncoderInstance() |
java.util.List<com.liferay.portal.kernel.notifications.UserNotificationHandler> |
getUserNotificationHandlerInstances() |
com.liferay.portal.kernel.webdav.WebDAVStorage |
getWebDAVStorageInstance() |
java.util.List<com.liferay.portal.kernel.workflow.WorkflowHandler> |
getWorkflowHandlerInstances() |
com.liferay.portal.kernel.xmlrpc.Method |
getXmlRpcMethodInstance() |
void |
setPortletInstance(javax.portlet.Portlet portletInstance) |
void |
setPortletName(java.lang.String portletName) |
public PortletBagImpl(java.lang.String portletName,
javax.servlet.ServletContext servletContext,
javax.portlet.Portlet portletInstance,
com.liferay.portal.kernel.portlet.ConfigurationAction configurationActionInstance,
java.util.List<com.liferay.portal.kernel.search.Indexer> indexerInstances,
com.liferay.portal.kernel.search.OpenSearch openSearchInstance,
com.liferay.portal.kernel.portlet.FriendlyURLMapper friendlyURLMapperInstance,
com.liferay.portal.kernel.servlet.URLEncoder urlEncoderInstance,
com.liferay.portal.kernel.lar.PortletDataHandler portletDataHandlerInstance,
java.util.List<com.liferay.portal.kernel.lar.StagedModelDataHandler<?>> stagedModelDataHandlerInstances,
com.liferay.portal.kernel.template.TemplateHandler templateHandlerInstance,
com.liferay.portal.kernel.portlet.PortletLayoutListener portletLayoutListenerInstance,
com.liferay.portal.kernel.poller.PollerProcessor pollerProcessorInstance,
com.liferay.portal.kernel.pop.MessageListener popMessageListenerInstance,
java.util.List<com.liferay.portlet.social.model.SocialActivityInterpreter> socialActivityInterpreterInstances,
com.liferay.portlet.social.model.SocialRequestInterpreter socialRequestInterpreterInstance,
java.util.List<com.liferay.portal.kernel.notifications.UserNotificationHandler> userNotificationHandlerInstances,
com.liferay.portal.kernel.webdav.WebDAVStorage webDAVStorageInstance,
com.liferay.portal.kernel.xmlrpc.Method xmlRpcMethodInstance,
com.liferay.portlet.ControlPanelEntry controlPanelEntryInstance,
java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> assetRendererFactoryInstances,
java.util.List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> atomCollectionAdapters,
java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> customAttributesDisplayInstances,
com.liferay.portal.security.permission.PermissionPropagator permissionPropagatorInstance,
java.util.List<com.liferay.portal.kernel.trash.TrashHandler> trashHandlerInstances,
java.util.List<com.liferay.portal.kernel.workflow.WorkflowHandler> workflowHandlerInstances,
javax.portlet.PreferencesValidator preferencesValidatorInstance,
java.util.Map<java.lang.String,java.util.ResourceBundle> resourceBundles)
public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.portlet.PortletBagclone in class java.lang.Objectpublic java.util.List<com.liferay.portlet.asset.model.AssetRendererFactory> getAssetRendererFactoryInstances()
getAssetRendererFactoryInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic java.util.List<com.liferay.portal.kernel.atom.AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
getAtomCollectionAdapterInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.portlet.ConfigurationAction getConfigurationActionInstance()
getConfigurationActionInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portlet.ControlPanelEntry getControlPanelEntryInstance()
getControlPanelEntryInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic java.util.List<com.liferay.portlet.expando.model.CustomAttributesDisplay> getCustomAttributesDisplayInstances()
getCustomAttributesDisplayInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.portlet.FriendlyURLMapper getFriendlyURLMapperInstance()
getFriendlyURLMapperInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic java.util.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.PortletBagpublic com.liferay.portal.security.permission.PermissionPropagator getPermissionPropagatorInstance()
getPermissionPropagatorInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.poller.PollerProcessor getPollerProcessorInstance()
getPollerProcessorInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.pop.MessageListener getPopMessageListenerInstance()
getPopMessageListenerInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portal.kernel.lar.PortletDataHandler getPortletDataHandlerInstance()
getPortletDataHandlerInstance 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.PortletBagpublic java.lang.String getPortletName()
getPortletName in interface com.liferay.portal.kernel.portlet.PortletBagpublic javax.portlet.PreferencesValidator getPreferencesValidatorInstance()
getPreferencesValidatorInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getResourceBundle in interface com.liferay.portal.kernel.portlet.PortletBagpublic java.util.Map<java.lang.String,java.util.ResourceBundle> getResourceBundles()
getResourceBundles in interface com.liferay.portal.kernel.portlet.PortletBagpublic javax.servlet.ServletContext getServletContext()
getServletContext in interface com.liferay.portal.kernel.portlet.PortletBagpublic java.util.List<com.liferay.portlet.social.model.SocialActivityInterpreter> getSocialActivityInterpreterInstances()
getSocialActivityInterpreterInstances in interface com.liferay.portal.kernel.portlet.PortletBagpublic com.liferay.portlet.social.model.SocialRequestInterpreter getSocialRequestInterpreterInstance()
getSocialRequestInterpreterInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic java.util.List<com.liferay.portal.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.PortletBagpublic java.util.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.PortletBagpublic java.util.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.PortletBagpublic java.util.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.PortletBagpublic void setPortletInstance(javax.portlet.Portlet portletInstance)
setPortletInstance in interface com.liferay.portal.kernel.portlet.PortletBagpublic void setPortletName(java.lang.String portletName)
setPortletName in interface com.liferay.portal.kernel.portlet.PortletBag