Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Class BaseConfigurationAction

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
                      extended by com.liferay.portal.kernel.portlet.BaseConfigurationAction
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction, EventPortlet, Portlet, PortletConfig, ResourceServingPortlet

Deprecated. As of 6.1.0, replaced by DefaultConfigurationAction

@Deprecated
public class BaseConfigurationAction
extends DefaultConfigurationAction


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
BaseConfigurationAction()
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
getSettings, postProcess, postProcess, removeDefaultValue, updateMultiValuedKeys
 
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

BaseConfigurationAction

public BaseConfigurationAction()
Deprecated. 

Liferay 7.0-ce-b4