com.liferay.portal.kernel.portlet
Interface PortletBag
- All Superinterfaces:
- Cloneable
- All Known Implementing Classes:
- PortletBagImpl
@ProviderType
public interface PortletBag
- extends Cloneable
clone
Object clone()
destroy
void destroy()
getAssetRendererFactoryInstances
List<AssetRendererFactory<?>> getAssetRendererFactoryInstances()
getAtomCollectionAdapterInstances
List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
getConfigurationActionInstances
List<ConfigurationAction> getConfigurationActionInstances()
getControlPanelEntryInstances
List<ControlPanelEntry> getControlPanelEntryInstances()
getCustomAttributesDisplayInstances
List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
getFriendlyURLMapperTracker
FriendlyURLMapperTracker getFriendlyURLMapperTracker()
getIndexerInstances
List<Indexer<?>> getIndexerInstances()
getOpenSearchInstances
List<OpenSearch> getOpenSearchInstances()
getPermissionPropagatorInstances
List<PermissionPropagator> getPermissionPropagatorInstances()
getPollerProcessorInstances
List<PollerProcessor> getPollerProcessorInstances()
getPopMessageListenerInstances
List<MessageListener> getPopMessageListenerInstances()
getPortletDataHandlerInstances
List<PortletDataHandler> getPortletDataHandlerInstances()
getPortletInstance
Portlet getPortletInstance()
getPortletLayoutListenerInstances
List<PortletLayoutListener> getPortletLayoutListenerInstances()
getPortletName
String getPortletName()
getPreferencesValidatorInstances
List<PreferencesValidator> getPreferencesValidatorInstances()
getResourceBundle
ResourceBundle getResourceBundle(Locale locale)
getResourceBundleTracker
ResourceBundleTracker getResourceBundleTracker()
getSchedulerEventMessageListeners
List<SchedulerEventMessageListener> getSchedulerEventMessageListeners()
getServletContext
javax.servlet.ServletContext getServletContext()
getSocialActivityInterpreterInstances
List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()
getSocialRequestInterpreterInstances
List<SocialRequestInterpreter> getSocialRequestInterpreterInstances()
getStagedModelDataHandlerInstances
List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
getTemplateHandlerInstances
List<TemplateHandler> getTemplateHandlerInstances()
getTrashHandlerInstances
List<TrashHandler> getTrashHandlerInstances()
getURLEncoderInstances
List<URLEncoder> getURLEncoderInstances()
getUserNotificationDefinitionInstances
List<UserNotificationDefinition> getUserNotificationDefinitionInstances()
getUserNotificationHandlerInstances
List<UserNotificationHandler> getUserNotificationHandlerInstances()
getWebDAVStorageInstances
List<WebDAVStorage> getWebDAVStorageInstances()
getWorkflowHandlerInstances
List<WorkflowHandler<?>> getWorkflowHandlerInstances()
getXmlRpcMethodInstances
List<Method> getXmlRpcMethodInstances()
setPortletInstance
void setPortletInstance(Portlet portletInstance)
setPortletName
void setPortletName(String portletName)