com.liferay.portal.kernel.portlet
Interface PortletBag
- All Superinterfaces:
- java.lang.Cloneable
public interface PortletBag
- extends java.lang.Cloneable
View Source
- Author:
- Brian Wing Shun Chan
clone
java.lang.Object clone()
getConfigurationActionInstance
ConfigurationAction getConfigurationActionInstance()
getFriendlyURLMapperInstance
FriendlyURLMapper getFriendlyURLMapperInstance()
getIndexerInstance
Indexer getIndexerInstance()
getOpenSearchInstance
OpenSearch getOpenSearchInstance()
getPollerProcessorInstance
PollerProcessor getPollerProcessorInstance()
getPopMessageListenerInstance
MessageListener getPopMessageListenerInstance()
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()
getSchedulerInstance
Scheduler getSchedulerInstance()
getServletContext
javax.servlet.ServletContext getServletContext()
getURLEncoderInstance
URLEncoder getURLEncoderInstance()
setPortletInstance
void setPortletInstance(javax.portlet.Portlet portletInstance)
setPortletName
void setPortletName(java.lang.String portletName)