Class JoinVREConfigurationAction
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
org.gcube.portlets.user.joinvre.portlet.action.JoinVREConfigurationAction
- All Implemented Interfaces:
com.liferay.portal.kernel.portlet.ConfigurationAction,com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction,javax.portlet.EventPortlet,javax.portlet.HeaderPortlet,javax.portlet.Portlet,javax.portlet.PortletConfig,javax.portlet.ResourceServingPortlet
public class JoinVREConfigurationAction
extends com.liferay.portal.kernel.portlet.DefaultConfigurationAction
Configuration Action for JoinVRE Portlet - Migrated from 6.2 to 7.4
- Author:
- Luca Frosini (ISTI - CNR) (original), netfarm-m2 (migration to 7.4)
-
Field Summary
FieldsFields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addProcessActionSuccessMessage, alwaysSendRedirectFields inherited from class javax.portlet.GenericPortlet
AUTOMATIC_RESOURCE_DISPATCH -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinclude(javax.portlet.PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) voidprocessAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) Methods inherited from class com.liferay.portal.kernel.portlet.DefaultConfigurationAction
getSettings, postProcess, postProcess, removeDefaultValue, updateMultiValuedKeysMethods inherited from class com.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction
getJspPath, removeDefaultValueMethods inherited from class com.liferay.portal.kernel.portlet.SettingsConfigurationAction
getLocalizedParameter, getLocalizedParameter, getParameter, getSelPortletConfig, getSettingsId, serveResource, setParameterNamePrefix, setPreference, setPreference, validateEmail, validateEmailFromMethods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, callActionMethod, callResourceMethod, doAbout, doConfig, doDispatch, doEditDefaults, doEditGuest, doPreview, doPrint, getActionMethod, getRedirect, getResourceMethod, getServletContext, getTitle, init, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isSessionErrorException, processAction, sendRedirect, serveResource, translate, translate, writeJSON, writeJSONMethods inherited from class javax.portlet.GenericPortlet
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, renderHeadersMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.portlet.ResourceServingConfigurationAction
serveResource
-
Field Details
-
PROPERTIES
- See Also:
-
-
Constructor Details
-
JoinVREConfigurationAction
public JoinVREConfigurationAction()
-
-
Method Details
-
processAction
public void processAction(javax.portlet.PortletConfig portletConfig, javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws Exception - Specified by:
processActionin interfacecom.liferay.portal.kernel.portlet.ConfigurationAction- Overrides:
processActionin classcom.liferay.portal.kernel.portlet.SettingsConfigurationAction- Throws:
Exception
-
include
public void include(javax.portlet.PortletConfig portletConfig, javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse) throws Exception - Specified by:
includein interfacecom.liferay.portal.kernel.portlet.ConfigurationAction- Overrides:
includein classcom.liferay.portal.kernel.portlet.BaseJSPSettingsConfigurationAction- Throws:
Exception
-