Interface PortletBag
- All Superinterfaces:
Cloneable
- Author:
- Brian Wing Shun Chan
-
Method Summary
Modifier and TypeMethodDescriptionclone()
void
destroy()
Deprecated.Deprecated.As of Cavanaugh (7.4.x), replaced bygetControlPanelEntryInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetOpenSearchInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPermissionPropagatorInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPopMessageListenerInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletConfigurationListenerInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletDataHandlerInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletLayoutListenerInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPreferencesValidatorInstance()
getResourceBundle
(Locale locale) javax.servlet.ServletContext
Deprecated.As of Cavanaugh (7.4.x), replaced bygetSocialRequestInterpreterInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetTemplateHandlerInstance()
Deprecated.As of Cavanaugh (7.4.x), replaced bygetURLEncoderInstance()
Deprecated.As of Cavanaugh (7.4.x), with no direct replacementDeprecated.As of Cavanaugh (7.4.x), replaced bygetWebDAVStorageInstance()
List<WorkflowHandler<?>>
Deprecated.As of Cavanaugh (7.4.x), replaced bygetXmlRpcMethodInstance()
void
setPortletInstance
(Portlet portletInstance) void
setPortletName
(String portletName)
-
Method Details
-
clone
Object clone() -
destroy
void destroy() -
getConfigurationActionInstance
ConfigurationAction getConfigurationActionInstance() -
getConfigurationActionInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetConfigurationActionInstance()
-
getControlPanelEntryInstance
ControlPanelEntry getControlPanelEntryInstance() -
getControlPanelEntryInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetControlPanelEntryInstance()
-
getCustomAttributesDisplayInstances
List<CustomAttributesDisplay> getCustomAttributesDisplayInstances() -
getFriendlyURLMapperTracker
FriendlyURLMapperTracker getFriendlyURLMapperTracker() -
getIndexerInstances
-
getOpenSearchInstance
OpenSearch getOpenSearchInstance() -
getOpenSearchInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetOpenSearchInstance()
-
getPermissionPropagatorInstance
PermissionPropagator getPermissionPropagatorInstance() -
getPermissionPropagatorInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPermissionPropagatorInstance()
-
getPopMessageListenerInstance
MessageListener getPopMessageListenerInstance() -
getPopMessageListenerInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPopMessageListenerInstance()
-
getPortletConfigurationListenerInstance
PortletConfigurationListener getPortletConfigurationListenerInstance() -
getPortletConfigurationListenerInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletConfigurationListenerInstance()
-
getPortletDataHandlerInstance
PortletDataHandler getPortletDataHandlerInstance() -
getPortletDataHandlerInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletDataHandlerInstance()
-
getPortletInstance
Portlet getPortletInstance() -
getPortletLayoutListenerInstance
PortletLayoutListener getPortletLayoutListenerInstance() -
getPortletLayoutListenerInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPortletLayoutListenerInstance()
-
getPortletName
String getPortletName() -
getPreferencesValidatorInstance
PreferencesValidator getPreferencesValidatorInstance() -
getPreferencesValidatorInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetPreferencesValidatorInstance()
-
getResourceBundle
-
getResourceBundleBaseName
String getResourceBundleBaseName() -
getServletContext
javax.servlet.ServletContext getServletContext() -
getSocialActivityInterpreterInstances
List<SocialActivityInterpreter> getSocialActivityInterpreterInstances() -
getSocialRequestInterpreterInstance
SocialRequestInterpreter getSocialRequestInterpreterInstance() -
getSocialRequestInterpreterInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetSocialRequestInterpreterInstance()
-
getStagedModelDataHandlerInstances
List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances() -
getTemplateHandlerInstance
TemplateHandler getTemplateHandlerInstance() -
getTemplateHandlerInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetTemplateHandlerInstance()
-
getTrashHandlerInstances
List<TrashHandler> getTrashHandlerInstances() -
getURLEncoderInstance
URLEncoder getURLEncoderInstance() -
getURLEncoderInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetURLEncoderInstance()
-
getUserNotificationDefinitionInstances
Deprecated.As of Cavanaugh (7.4.x), with no direct replacement -
getUserNotificationHandlerInstances
List<UserNotificationHandler> getUserNotificationHandlerInstances() -
getWebDAVStorageInstance
WebDAVStorage getWebDAVStorageInstance() -
getWebDAVStorageInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetWebDAVStorageInstance()
-
getWorkflowHandlerInstances
List<WorkflowHandler<?>> getWorkflowHandlerInstances() -
getXmlRpcMethodInstance
Method getXmlRpcMethodInstance() -
getXmlRpcMethodInstances
Deprecated.As of Cavanaugh (7.4.x), replaced bygetXmlRpcMethodInstance()
-
setPortletInstance
-
setPortletName
-
getConfigurationActionInstance()