Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Class DefaultConfigurationAction

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by com.liferay.portal.kernel.portlet.LiferayPortlet
          extended by com.liferay.portal.kernel.portlet.SettingsConfigurationAction
              extended by com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
                  extended by com.liferay.portal.kernel.portlet.DefaultConfigurationAction
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction, EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
Direct Known Subclasses:
BaseConfigurationAction

public class DefaultConfigurationAction
extends BaseJSPSettingsConfigurationAction
implements ConfigurationAction, ResourceServingConfigurationAction


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
DefaultConfigurationAction()
           
 
Method Summary
protected  Settings getSettings(ActionRequest actionRequest)
           
protected  void postProcess(long companyId, PortletRequest portletRequest, PortletPreferences portletPreferences)
           
protected  void postProcess(long companyId, PortletRequest portletRequest, Settings settings)
           
protected  void removeDefaultValue(PortletRequest portletRequest, PortletPreferences portletPreferences, String key, String defaultValue)
           
protected  void updateMultiValuedKeys(ActionRequest actionRequest)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
getJspPath, getServletContext, include, removeDefaultValue, setServletContext
 
Methods inherited from class com.liferay.portal.kernel.portlet.SettingsConfigurationAction
getLocalizedParameter, getLocalizedParameter, getParameter, getSelPortletConfig, getSettingsId, processAction, serveResource, setParameterNamePrefix, setPreference, setPreference, validateEmail, validateEmailFrom
 
Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, callActionMethod, callResourceMethod, doAbout, doConfig, doDispatch, doEditDefaults, doEditGuest, doPreview, doPrint, getActionMethod, getJSONContentType, getRedirect, getResourceMethod, getServletContext, getTitle, init, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, processAction, sendRedirect, serveResource, translate, translate, writeJSON, writeJSON
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, render
 
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
include, processAction
 
Methods inherited from interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
serveResource
 

Constructor Detail

DefaultConfigurationAction

public DefaultConfigurationAction()
Method Detail

getSettings

protected Settings getSettings(ActionRequest actionRequest)
Overrides:
getSettings in class SettingsConfigurationAction

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:
postProcess in class SettingsConfigurationAction
Throws:
PortalException

removeDefaultValue

protected void removeDefaultValue(PortletRequest portletRequest,
                                  PortletPreferences portletPreferences,
                                  String key,
                                  String defaultValue)

updateMultiValuedKeys

protected void updateMultiValuedKeys(ActionRequest actionRequest)
Overrides:
updateMultiValuedKeys in class SettingsConfigurationAction

Liferay 7.0-ce-b4