Liferay 7.0-ce-b4

com.liferay.portal.kernel.portlet
Class BaseJSPSettingsConfigurationAction

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
All Implemented Interfaces:
ConfigurationAction, ResourceServingConfigurationAction, EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
Direct Known Subclasses:
DefaultConfigurationAction

public class BaseJSPSettingsConfigurationAction
extends SettingsConfigurationAction
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
BaseJSPSettingsConfigurationAction()
           
 
Method Summary
 String getJspPath(javax.servlet.http.HttpServletRequest request)
           
protected  javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest request)
           
 void include(PortletConfig portletConfig, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
protected  void removeDefaultValue(PortletRequest portletRequest, ModifiableSettings modifiableSettings, String key, LocalizedValuesMap localizedMap)
           
 void setServletContext(javax.servlet.ServletContext servletContext)
           
 
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, 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
processAction
 
Methods inherited from interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
serveResource
 

Constructor Detail

BaseJSPSettingsConfigurationAction

public BaseJSPSettingsConfigurationAction()
Method Detail

getJspPath

public String getJspPath(javax.servlet.http.HttpServletRequest request)

include

public void include(PortletConfig portletConfig,
                    javax.servlet.http.HttpServletRequest request,
                    javax.servlet.http.HttpServletResponse response)
             throws Exception
Specified by:
include in interface ConfigurationAction
Throws:
Exception

setServletContext

public void setServletContext(javax.servlet.ServletContext servletContext)

getServletContext

protected javax.servlet.ServletContext getServletContext(javax.servlet.http.HttpServletRequest request)

removeDefaultValue

protected void removeDefaultValue(PortletRequest portletRequest,
                                  ModifiableSettings modifiableSettings,
                                  String key,
                                  LocalizedValuesMap localizedMap)

Liferay 7.0-ce-b4