| java.lang.Object com.liferay.portal.servlet.PortletContextWrapper
PortletContextWrapper | public class PortletContextWrapper (Code) | | View Source
author: Brian Wing Shun Chan |
Constructor Summary | |
public | PortletContextWrapper(String portletName, ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, Indexer indexerInstance, Scheduler schedulerInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, ActivityTrackerInterpreter activityTrackerInterpreterInstance, MessageListener popMessageListenerInstance, PreferencesValidator prefsValidatorInstance, Map resourceBundles, Map customUserAttributes) |
PortletContextWrapper | public PortletContextWrapper(String portletName, ServletContext servletContext, Portlet portletInstance, ConfigurationAction configurationActionInstance, Indexer indexerInstance, Scheduler schedulerInstance, FriendlyURLMapper friendlyURLMapperInstance, URLEncoder urlEncoderInstance, PortletDataHandler portletDataHandlerInstance, PortletLayoutListener portletLayoutListenerInstance, ActivityTrackerInterpreter activityTrackerInterpreterInstance, MessageListener popMessageListenerInstance, PreferencesValidator prefsValidatorInstance, Map resourceBundles, Map customUserAttributes)(Code) | | |
getCustomUserAttributes | public Map getCustomUserAttributes()(Code) | | |
getPortletInstance | public Portlet getPortletInstance()(Code) | | |
getPreferencesValidatorInstance | public PreferencesValidator getPreferencesValidatorInstance()(Code) | | |
removePortletInstance | public void removePortletInstance()(Code) | | |
|
|