org.gcube.smartgears.extensions.resource
Class RemoteResource

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.gcube.smartgears.extensions.HttpExtension
              extended by org.gcube.smartgears.extensions.HttpController
                  extended by org.gcube.smartgears.extensions.resource.RemoteResource
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, ApplicationExtension

public class RemoteResource
extends HttpController

An HttpController for remote management of the application.

Author:
Fabio Simeoni
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.smartgears.extensions.HttpExtension
HttpExtension.Method
 
Constructor Summary
RemoteResource()
          Creates an instance with its ApiResources.
 
Method Summary
 String toString()
           
 
Methods inherited from class org.gcube.smartgears.extensions.HttpController
addResources, excludes, init, service
 
Methods inherited from class org.gcube.smartgears.extensions.HttpExtension
context, init, mapping, mapping, name, name
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, init
 

Constructor Detail

RemoteResource

public RemoteResource()
Creates an instance with its ApiResources.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.