com.liferay.portal.kernel.portlet
Class DefaultConfigurationAction
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.SettingsConfigurationAction
com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
com.liferay.portal.kernel.portlet.DefaultConfigurationAction
- All Implemented Interfaces:
- ConfigurationAction, ResourceServingConfigurationAction, EventPortlet, Portlet, PortletConfig, ResourceServingPortlet
- Direct Known Subclasses:
- BaseConfigurationAction
public class DefaultConfigurationAction
- extends BaseJSPSettingsConfigurationAction
- implements ConfigurationAction, ResourceServingConfigurationAction
| 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 |
DefaultConfigurationAction
public DefaultConfigurationAction()
getSettings
protected Settings getSettings(ActionRequest actionRequest)
- Overrides:
getSettings in class SettingsConfigurationAction
postProcess
protected void postProcess(long companyId,
PortletRequest portletRequest,
PortletPreferences portletPreferences)
throws PortalException
- Throws:
PortalException
postProcess
protected void postProcess(long companyId,
PortletRequest portletRequest,
Settings settings)
throws PortalException
- Overrides:
postProcess in class SettingsConfigurationAction
- Throws:
PortalException
removeDefaultValue
protected void removeDefaultValue(PortletRequest portletRequest,
PortletPreferences portletPreferences,
String key,
String defaultValue)
updateMultiValuedKeys
protected void updateMultiValuedKeys(ActionRequest actionRequest)
- Overrides:
updateMultiValuedKeys in class SettingsConfigurationAction