com.liferay.portal.kernel.portlet
Interface PortletBag
- All Superinterfaces:
- java.lang.Cloneable
public interface PortletBag
- extends java.lang.Cloneable
- Author:
- Brian Wing Shun Chan
clone
java.lang.Object clone()
getAssetRendererFactoryInstances
java.util.List<AssetRendererFactory> getAssetRendererFactoryInstances()
getAtomCollectionAdapterInstances
java.util.List<AtomCollectionAdapter<?>> getAtomCollectionAdapterInstances()
getConfigurationActionInstance
ConfigurationAction getConfigurationActionInstance()
getControlPanelEntryInstance
ControlPanelEntry getControlPanelEntryInstance()
getCustomAttributesDisplayInstances
java.util.List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
getFriendlyURLMapperInstance
FriendlyURLMapper getFriendlyURLMapperInstance()
getIndexerInstances
java.util.List<Indexer> getIndexerInstances()
getOpenSearchInstance
OpenSearch getOpenSearchInstance()
getPermissionPropagatorInstance
PermissionPropagator getPermissionPropagatorInstance()
getPollerProcessorInstance
PollerProcessor getPollerProcessorInstance()
getPopMessageListenerInstance
MessageListener getPopMessageListenerInstance()
getPortletDataHandlerInstance
PortletDataHandler getPortletDataHandlerInstance()
getPortletInstance
javax.portlet.Portlet getPortletInstance()
getPortletLayoutListenerInstance
PortletLayoutListener getPortletLayoutListenerInstance()
getPortletName
java.lang.String getPortletName()
getPreferencesValidatorInstance
javax.portlet.PreferencesValidator getPreferencesValidatorInstance()
getResourceBundle
java.util.ResourceBundle getResourceBundle(java.util.Locale locale)
getResourceBundles
java.util.Map<java.lang.String,java.util.ResourceBundle> getResourceBundles()
getServletContext
javax.servlet.ServletContext getServletContext()
getSocialActivityInterpreterInstance
SocialActivityInterpreter getSocialActivityInterpreterInstance()
getSocialRequestInterpreterInstance
SocialRequestInterpreter getSocialRequestInterpreterInstance()
getURLEncoderInstance
URLEncoder getURLEncoderInstance()
getWebDAVStorageInstance
WebDAVStorage getWebDAVStorageInstance()
getWorkflowHandlerInstances
java.util.List<WorkflowHandler> getWorkflowHandlerInstances()
getXmlRpcMethodInstance
Method getXmlRpcMethodInstance()
setPortletInstance
void setPortletInstance(javax.portlet.Portlet portletInstance)
setPortletName
void setPortletName(java.lang.String portletName)