Liferay 6.2-ce-ga5

com.liferay.portal.kernel.portlet
Interface PortletBag

All Superinterfaces:
Cloneable

public interface PortletBag
extends Cloneable


Method Summary
 Object clone()
           
 List<AssetRendererFactory> getAssetRendererFactoryInstances()
           
 List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
           
 ConfigurationAction getConfigurationActionInstance()
           
 ControlPanelEntry getControlPanelEntryInstance()
           
 List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
           
 FriendlyURLMapper getFriendlyURLMapperInstance()
           
 List<Indexer> getIndexerInstances()
           
 OpenSearch getOpenSearchInstance()
           
 PermissionPropagator getPermissionPropagatorInstance()
           
 PollerProcessor getPollerProcessorInstance()
           
 MessageListener getPopMessageListenerInstance()
           
 PortletDataHandler getPortletDataHandlerInstance()
           
 Portlet getPortletInstance()
           
 PortletLayoutListener getPortletLayoutListenerInstance()
           
 String getPortletName()
           
 PreferencesValidator getPreferencesValidatorInstance()
           
 ResourceBundle getResourceBundle(Locale locale)
           
 Map<String,ResourceBundle> getResourceBundles()
           
 javax.servlet.ServletContext getServletContext()
           
 List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()
           
 SocialRequestInterpreter getSocialRequestInterpreterInstance()
           
 List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()
           
 TemplateHandler getTemplateHandlerInstance()
           
 List<TrashHandler> getTrashHandlerInstances()
           
 URLEncoder getURLEncoderInstance()
           
 List<UserNotificationHandler> getUserNotificationHandlerInstances()
           
 WebDAVStorage getWebDAVStorageInstance()
           
 List<WorkflowHandler> getWorkflowHandlerInstances()
           
 Method getXmlRpcMethodInstance()
           
 void setPortletInstance(Portlet portletInstance)
           
 void setPortletName(String portletName)
           
 

Method Detail

clone

Object clone()

getAssetRendererFactoryInstances

List<AssetRendererFactory> getAssetRendererFactoryInstances()

getAtomCollectionAdapterInstances

List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()

getConfigurationActionInstance

ConfigurationAction getConfigurationActionInstance()

getControlPanelEntryInstance

ControlPanelEntry getControlPanelEntryInstance()

getCustomAttributesDisplayInstances

List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()

getFriendlyURLMapperInstance

FriendlyURLMapper getFriendlyURLMapperInstance()

getIndexerInstances

List<Indexer> getIndexerInstances()

getOpenSearchInstance

OpenSearch getOpenSearchInstance()

getPermissionPropagatorInstance

PermissionPropagator getPermissionPropagatorInstance()

getPollerProcessorInstance

PollerProcessor getPollerProcessorInstance()

getPopMessageListenerInstance

MessageListener getPopMessageListenerInstance()

getPortletDataHandlerInstance

PortletDataHandler getPortletDataHandlerInstance()

getPortletInstance

Portlet getPortletInstance()

getPortletLayoutListenerInstance

PortletLayoutListener getPortletLayoutListenerInstance()

getPortletName

String getPortletName()

getPreferencesValidatorInstance

PreferencesValidator getPreferencesValidatorInstance()

getResourceBundle

ResourceBundle getResourceBundle(Locale locale)

getResourceBundles

Map<String,ResourceBundle> getResourceBundles()

getServletContext

javax.servlet.ServletContext getServletContext()

getSocialActivityInterpreterInstances

List<SocialActivityInterpreter> getSocialActivityInterpreterInstances()

getSocialRequestInterpreterInstance

SocialRequestInterpreter getSocialRequestInterpreterInstance()

getStagedModelDataHandlerInstances

List<StagedModelDataHandler<?>> getStagedModelDataHandlerInstances()

getTemplateHandlerInstance

TemplateHandler getTemplateHandlerInstance()

getTrashHandlerInstances

List<TrashHandler> getTrashHandlerInstances()

getURLEncoderInstance

URLEncoder getURLEncoderInstance()

getUserNotificationHandlerInstances

List<UserNotificationHandler> getUserNotificationHandlerInstances()

getWebDAVStorageInstance

WebDAVStorage getWebDAVStorageInstance()

getWorkflowHandlerInstances

List<WorkflowHandler> getWorkflowHandlerInstances()

getXmlRpcMethodInstance

Method getXmlRpcMethodInstance()

setPortletInstance

void setPortletInstance(Portlet portletInstance)

setPortletName

void setPortletName(String portletName)

Liferay 6.2-ce-ga5