Class DefaultConfigurationAction
Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.SettingsConfigurationAction
com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
com.liferay.portal.kernel.portlet.DefaultConfigurationAction
- All Implemented Interfaces:
ConfigurationAction,ResourceServingConfigurationAction,EventPortlet,HeaderPortlet,Portlet,PortletConfig,ResourceServingPortlet
public class DefaultConfigurationAction
extends BaseJSPSettingsConfigurationAction
implements ConfigurationAction, ResourceServingConfigurationAction
- Author:
- Iván Zaera
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirectFields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected SettingsgetSettings(ActionRequest actionRequest) protected voidpostProcess(long companyId, PortletRequest portletRequest, Settings settings) protected voidpostProcess(long companyId, PortletRequest portletRequest, PortletPreferences portletPreferences) protected voidremoveDefaultValue(PortletRequest portletRequest, PortletPreferences portletPreferences, String key, String defaultValue) protected voidupdateMultiValuedKeys(ActionRequest actionRequest) Methods inherited from class com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
getJspPath, include, removeDefaultValueMethods inherited from class com.liferay.portal.kernel.portlet.SettingsConfigurationAction
getLocalizedParameter, getLocalizedParameter, getParameter, getSelPortletConfig, getSettingsId, processAction, serveResource, setParameterNamePrefix, setPreference, setPreference, validateEmail, validateEmailFromMethods 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, writeJSONMethods 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, renderHeadersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.portlet.ConfigurationAction
include, processActionMethods inherited from interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
serveResource
-
Constructor Details
-
DefaultConfigurationAction
public DefaultConfigurationAction()
-
-
Method Details
-
getSettings
- Overrides:
getSettingsin classSettingsConfigurationAction
-
postProcess
protected void postProcess(long companyId, PortletRequest portletRequest, PortletPreferences portletPreferences) throws PortalException - Throws:
PortalException
-
postProcess
protected void postProcess(long companyId, PortletRequest portletRequest, Settings settings) throws PortalException - Overrides:
postProcessin classSettingsConfigurationAction- Throws:
PortalException
-
removeDefaultValue
protected void removeDefaultValue(PortletRequest portletRequest, PortletPreferences portletPreferences, String key, String defaultValue) -
updateMultiValuedKeys
- Overrides:
updateMultiValuedKeysin classSettingsConfigurationAction
-