Class RPTTokenPortlet

java.lang.Object
javax.portlet.GenericPortlet
com.liferay.portal.kernel.portlet.LiferayPortlet
com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
org.gcube.portlets.admin.portlet.RPTTokenPortlet
All Implemented Interfaces:
javax.portlet.EventPortlet, javax.portlet.HeaderPortlet, javax.portlet.Portlet, javax.portlet.PortletConfig, javax.portlet.ResourceServingPortlet

public class RPTTokenPortlet extends com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
RPT Token Portlet for Liferay 7.4 Migrated from Liferay 6.2 version
Author:
netfarm-m2
  • 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, viewTemplate

    Fields inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet

    addProcessActionSuccessMessage, alwaysSendRedirect

    Fields inherited from class javax.portlet.GenericPortlet

    AUTOMATIC_RESOURCE_DISPATCH
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    activate(Map<String,Object> properties)
     
    void
    processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
     
    void
    render(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
     
    void
    serveResource(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, doView, getActionMVCCommandCache, getHeaderMVCCommandCache, getMVCPathAttributeName, getPath, getRenderMVCCommandCache, getResourceMVCCommandCache, hideDefaultErrorMessage, hideDefaultSuccessMessage, include, include, include, include, include, init, invokeHideDefaultSuccessMessage, renderHeaders

    Methods inherited from class com.liferay.portal.kernel.portlet.LiferayPortlet

    addSuccessMessage, getActionMethod, getRedirect, getResourceMethod, getServletContext, getTitle, isAddSuccessMessage, isAlwaysSendRedirect, isEmptySessionMessages, isSessionErrorException, sendRedirect, translate, translate, writeJSON, writeJSON

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • RPTTokenPortlet

      public RPTTokenPortlet()
  • Method Details

    • processAction

      public void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse) throws IOException, javax.portlet.PortletException
      Specified by:
      processAction in interface javax.portlet.Portlet
      Overrides:
      processAction in class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
      Throws:
      IOException
      javax.portlet.PortletException
    • render

      public void render(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse) throws javax.portlet.PortletException, IOException
      Specified by:
      render in interface javax.portlet.Portlet
      Overrides:
      render in class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
      Throws:
      javax.portlet.PortletException
      IOException
    • serveResource

      public void serveResource(javax.portlet.ResourceRequest resourceRequest, javax.portlet.ResourceResponse resourceResponse) throws IOException, javax.portlet.PortletException
      Specified by:
      serveResource in interface javax.portlet.ResourceServingPortlet
      Overrides:
      serveResource in class com.liferay.portal.kernel.portlet.bridges.mvc.MVCPortlet
      Throws:
      IOException
      javax.portlet.PortletException
    • activate

      protected void activate(Map<String,Object> properties)