Class RemoteResource

java.lang.Object
jakarta.servlet.GenericServlet
jakarta.servlet.http.HttpServlet
All Implemented Interfaces:
jakarta.servlet.Servlet, jakarta.servlet.ServletConfig, Serializable, ApplicationExtension

public class RemoteResource extends HttpController
An HttpController for remote management of the application.
Author:
Fabio Simeoni
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.gcube.smartgears.extensions.HttpExtension

    HttpExtension.Method
  • Field Summary

    Fields inherited from class jakarta.servlet.http.HttpServlet

    LEGACY_DO_HEAD
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates an instance with its ApiResources.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.gcube.smartgears.extensions.HttpController

    addResources, excludes, init, service, stop

    Methods inherited from class org.gcube.smartgears.extensions.HttpExtension

    context, init, mapping, mapping, name, name

    Methods inherited from class jakarta.servlet.http.HttpServlet

    doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service

    Methods inherited from class jakarta.servlet.GenericServlet

    destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface jakarta.servlet.Servlet

    destroy, getServletConfig, getServletInfo, init
  • Constructor Details

    • RemoteResource

      public RemoteResource()
      Creates an instance with its ApiResources.
  • Method Details