com.liferay.portal.kernel.portlet
Interface PortletBag
- All Superinterfaces:
- Cloneable
public interface PortletBag
- extends Cloneable
clone
Object clone()
getAssetRendererFactoryInstances
List<AssetRendererFactory> getAssetRendererFactoryInstances()
getConfigurationActionInstance
ConfigurationAction getConfigurationActionInstance()
getControlPanelEntryInstance
ControlPanelEntry getControlPanelEntryInstance()
getCustomAttributesDisplayInstances
List<CustomAttributesDisplay> getCustomAttributesDisplayInstances()
getFriendlyURLMapperInstance
FriendlyURLMapper getFriendlyURLMapperInstance()
getIndexerInstances
List<Indexer> getIndexerInstances()
getOpenSearchInstance
OpenSearch getOpenSearchInstance()
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()
getSocialActivityInterpreterInstance
SocialActivityInterpreter getSocialActivityInterpreterInstance()
getSocialRequestInterpreterInstance
SocialRequestInterpreter getSocialRequestInterpreterInstance()
getURLEncoderInstance
URLEncoder getURLEncoderInstance()
getWebDAVStorageInstance
WebDAVStorage getWebDAVStorageInstance()
getWorkflowHandlerInstances
List<WorkflowHandler> getWorkflowHandlerInstances()
getXmlRpcMethodInstance
Method getXmlRpcMethodInstance()
setPortletInstance
void setPortletInstance(Portlet portletInstance)
setPortletName
void setPortletName(String portletName)