public class AdminConfigurationAction
extends com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
| Constructor and Description |
|---|
AdminConfigurationAction() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getJspPath(javax.servlet.http.HttpServletRequest request) |
void |
processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
setServletContext(javax.servlet.ServletContext servletContext) |
protected void |
validateEmail(javax.portlet.ActionRequest actionRequest,
java.lang.String emailParam) |
getServletContext, include, removeDefaultValuegetLocalizedParameter, getLocalizedParameter, getParameter, getSelPortletConfig, getSettings, getSettingsId, postProcess, serveResource, setParameterNamePrefix, setPreference, setPreference, updateMultiValuedKeys, validateEmailFromaddSuccessMessage, callActionMethod, callResourceMethod, checkPath, doAbout, doConfig, doDispatch, doEditDefaults, doEditGuest, doPreview, doPrint, getActionMethod, getJSONContentType, getPaths, getRedirect, getResourceMethod, getServletContext, getTitle, init, initValidPaths, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, isValidPath, processAction, sendRedirect, serveResource, translate, translate, writeJSON, writeJSONdestroy, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, init, processEvent, renderpublic java.lang.String getJspPath(javax.servlet.http.HttpServletRequest request)
getJspPath in class com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationActionpublic void processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws java.lang.Exception
processAction in interface com.liferay.portal.kernel.portlet.ConfigurationActionprocessAction in class com.liferay.portal.kernel.portlet.SettingsConfigurationActionjava.lang.Exceptionpublic void setServletContext(javax.servlet.ServletContext servletContext)
setServletContext in class com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationActionprotected void validateEmail(javax.portlet.ActionRequest actionRequest,
java.lang.String emailParam)
validateEmail in class com.liferay.portal.kernel.portlet.SettingsConfigurationAction