public abstract class SettingsConfigurationAction extends LiferayPortlet implements ConfigurationAction, ResourceServingConfigurationAction
addProcessActionSuccessMessage, alwaysSendRedirect, validPaths
Constructor and Description |
---|
SettingsConfigurationAction() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalizedParameter(javax.portlet.PortletRequest portletRequest,
java.lang.String name) |
java.lang.String |
getLocalizedParameter(javax.portlet.PortletRequest portletRequest,
java.lang.String name,
java.lang.String languageId) |
java.lang.String |
getParameter(javax.portlet.PortletRequest portletRequest,
java.lang.String name) |
protected javax.portlet.PortletConfig |
getSelPortletConfig(javax.servlet.http.HttpServletRequest request) |
protected Settings |
getSettings(javax.portlet.ActionRequest actionRequest) |
protected java.lang.String |
getSettingsId(javax.portlet.ActionRequest actionRequest) |
protected void |
postProcess(long companyId,
javax.portlet.PortletRequest portletRequest,
Settings settings) |
void |
processAction(javax.portlet.PortletConfig portletConfig,
javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse) |
void |
serveResource(javax.portlet.PortletConfig portletConfig,
javax.portlet.ResourceRequest resourceRequest,
javax.portlet.ResourceResponse resourceResponse) |
protected void |
setParameterNamePrefix(java.lang.String parameterNamePrefix) |
void |
setPreference(javax.portlet.PortletRequest portletRequest,
java.lang.String name,
java.lang.String value) |
void |
setPreference(javax.portlet.PortletRequest portletRequest,
java.lang.String name,
java.lang.String[] values) |
protected void |
updateMultiValuedKeys(javax.portlet.ActionRequest actionRequest) |
protected void |
validateEmail(javax.portlet.ActionRequest actionRequest,
java.lang.String emailParam) |
protected void |
validateEmailFrom(javax.portlet.ActionRequest actionRequest) |
addSuccessMessage, callActionMethod, callResourceMethod, checkPath, doAbout, doConfig, doDispatch, doEditDefaults, doEditGuest, doPreview, doPrint, getActionMethod, getJSONContentType, getPaths, getRedirect, getResourceMethod, getServletContext, getTitle, init, initValidPaths, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isProcessActionRequest, isProcessPortletRequest, isProcessRenderRequest, isProcessResourceRequest, isSessionErrorException, isValidPath, processAction, sendRedirect, serveResource, translate, translate, writeJSON, writeJSON
destroy, dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doEdit, doHeaders, doHelp, doView, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, init, processEvent, render, renderHeaders
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
include
public java.lang.String getLocalizedParameter(javax.portlet.PortletRequest portletRequest, java.lang.String name)
public java.lang.String getLocalizedParameter(javax.portlet.PortletRequest portletRequest, java.lang.String name, java.lang.String languageId)
public java.lang.String getParameter(javax.portlet.PortletRequest portletRequest, java.lang.String name)
public void processAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws java.lang.Exception
processAction
in interface ConfigurationAction
java.lang.Exception
public void serveResource(javax.portlet.PortletConfig portletConfig, javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws java.lang.Exception
serveResource
in interface ResourceServingConfigurationAction
java.lang.Exception
public void setPreference(javax.portlet.PortletRequest portletRequest, java.lang.String name, java.lang.String value)
public void setPreference(javax.portlet.PortletRequest portletRequest, java.lang.String name, java.lang.String[] values)
protected javax.portlet.PortletConfig getSelPortletConfig(javax.servlet.http.HttpServletRequest request)
protected Settings getSettings(javax.portlet.ActionRequest actionRequest) throws PortalException
PortalException
protected java.lang.String getSettingsId(javax.portlet.ActionRequest actionRequest)
protected void postProcess(long companyId, javax.portlet.PortletRequest portletRequest, Settings settings) throws PortalException
PortalException
protected void setParameterNamePrefix(java.lang.String parameterNamePrefix)
protected void updateMultiValuedKeys(javax.portlet.ActionRequest actionRequest)
protected void validateEmail(javax.portlet.ActionRequest actionRequest, java.lang.String emailParam)
protected void validateEmailFrom(javax.portlet.ActionRequest actionRequest)