Class JoinVREPortlet
java.lang.Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
org.gcube.portlets.user.joinvre.portlet.JoinVREPortlet
- All Implemented Interfaces:
javax.portlet.EventPortlet,javax.portlet.HeaderPortlet,javax.portlet.Portlet,javax.portlet.PortletConfig,javax.portlet.ResourceServingPortlet
public class JoinVREPortlet
extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
JoinVRE Portlet - Migrated from Liferay 6.2 to 7.4
- Author:
- Massimiliano Assante, ISTI-CNR (original), netfarm-m2 (migration to 7.4)
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
aboutTemplate, clearRequestParameters, configTemplate, copyRequestParameters, editDefaultsTemplate, editGuestTemplate, editTemplate, helpTemplate, previewTemplate, printTemplate, templatePath, viewTemplateFields 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 TypeMethodDescriptionvoiddoView(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) voidrequestMembership(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) Handle membership request actionsvoidserveResource(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) Methods inherited from class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
callActionMethod, callResourceMethod, checkPermissions, destroy, doAbout, doConfig, doDispatch, doEdit, doEditDefaults, doEditGuest, doHelp, doPreview, doPrint, getActionMVCCommandCache, getHeaderMVCCommandCache, getMVCPathAttributeName, getPath, getRenderMVCCommandCache, getResourceMVCCommandCache, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeHideDefaultSuccessMessage, processAction, render, renderHeadersMethods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet
addSuccessMessage, getActionMethod, getRedirect, getResourceMethod, getServletContext, getTitle, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSONMethods inherited from class javax.portlet.GenericPortlet
dispatchAnnotatedActionMethod, dispatchAnnotatedEventMethod, dispatchAnnotatedRenderMethod, doHeaders, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletModes, getPortletName, getProcessingEventQNames, getPublicRenderParameterDefinitions, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getWindowStates, init, processEvent
-
Constructor Details
-
JoinVREPortlet
public JoinVREPortlet()
-
-
Method Details
-
doView
public void doView(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws IOException, javax.portlet.PortletException - Overrides:
doViewin classcom.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet- Throws:
IOExceptionjavax.portlet.PortletException
-
requestMembership
public void requestMembership(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws IOException, javax.portlet.PortletException Handle membership request actions- Throws:
IOExceptionjavax.portlet.PortletException
-
serveResource
public void serveResource(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws IOException, javax.portlet.PortletException - Specified by:
serveResourcein interfacejavax.portlet.ResourceServingPortlet- Overrides:
serveResourcein classcom.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet- Throws:
IOExceptionjavax.portlet.PortletException
-