Class BaseJSPSettingsConfigurationAction
Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.SettingsConfigurationAction
com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
- All Implemented Interfaces:
ConfigurationAction
,ResourceServingConfigurationAction
,EventPortlet
,HeaderPortlet
,Portlet
,PortletConfig
,ResourceServingPortlet
- Direct Known Subclasses:
DefaultConfigurationAction
public class BaseJSPSettingsConfigurationAction
extends SettingsConfigurationAction
implements ConfigurationAction, ResourceServingConfigurationAction
- Author:
- Iván Zaera
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirect
Fields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJspPath
(javax.servlet.http.HttpServletRequest httpServletRequest) void
include
(PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) protected void
removeDefaultValue
(PortletRequest portletRequest, ModifiableSettings modifiableSettings, String key, LocalizedValuesMap localizedMap) Methods inherited from class com.liferay.portal.kernel.portlet.SettingsConfigurationAction
getLocalizedParameter, getLocalizedParameter, getParameter, getSelPortletConfig, getSettings, getSettingsId, postProcess, processAction, serveResource, setParameterNamePrefix, setPreference, setPreference, updateMultiValuedKeys, validateEmail, validateEmailFrom
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, callActionMethod, callResourceMethod, doAbout, doConfig, doDispatch, doEditDefaults, doEditGuest, doPreview, doPrint, getActionMethod, getRedirect, getResourceMethod, getServletContext, getTitle, init, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isSessionErrorException, processAction, sendRedirect, serveResource, translate, translate, writeJSON, writeJSON
Methods inherited from class javax.portlet.GenericPortlet
destroy, dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, init, processEvent, render, renderHeaders
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.portlet.ConfigurationAction
processAction
Methods inherited from interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
serveResource
-
Constructor Details
-
BaseJSPSettingsConfigurationAction
public BaseJSPSettingsConfigurationAction()
-
-
Method Details
-
getJspPath
-
include
public void include(PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Specified by:
include
in interfaceConfigurationAction
- Throws:
Exception
-
removeDefaultValue
protected void removeDefaultValue(PortletRequest portletRequest, ModifiableSettings modifiableSettings, String key, LocalizedValuesMap localizedMap)
-