Liferay 7.0-ce-m3

com.liferay.portlet.journal.action
Class ConfigurationActionImpl

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.DefaultConfigurationAction
                  extended by com.liferay.portlet.journal.action.ConfigurationActionImpl
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction, EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

public class ConfigurationActionImpl
extends DefaultConfigurationAction


Field Summary
 
Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirect
 
Constructor Summary
ConfigurationActionImpl()
           
 
Method Summary
 void postProcess(long companyId, PortletRequest portletRequest, PortletPreferences portletPreferences)
           
 void processAction(PortletConfig portletConfig, ActionRequest actionRequest, ActionResponse actionResponse)
           
 
Methods inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
getSettings, postProcess, removeDefaultValue, updateMultiValuedKeys
 
Methods inherited from class com.liferay.portal.kernel.portlet.SettingsConfigurationAction
getLocalizedParameter, getLocalizedParameter, getParameter, getSelPortletConfig, getSettingsId, render, 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, getTitle, init, isAlwaysSendRedirect, 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
render
 
Methods inherited from interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
serveResource
 

Constructor Detail

ConfigurationActionImpl

public ConfigurationActionImpl()
Method Detail

postProcess

public void postProcess(long companyId,
                        PortletRequest portletRequest,
                        PortletPreferences portletPreferences)
Overrides:
postProcess in class DefaultConfigurationAction

processAction

public void processAction(PortletConfig portletConfig,
                          ActionRequest actionRequest,
                          ActionResponse actionResponse)
                   throws Exception
Specified by:
processAction in interface ConfigurationAction
Overrides:
processAction in class SettingsConfigurationAction
Throws:
Exception

Liferay 7.0-ce-m3