Class RemoteResource
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.gcube.smartgears.extensions.HttpExtension
-
- org.gcube.smartgears.extensions.HttpController
-
- org.gcube.smartgears.extensions.resource.RemoteResource
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig,ApplicationExtension
public class RemoteResource extends HttpController
AnHttpControllerfor 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
Constructors Constructor Description RemoteResource()Creates an instance with itsApiResources.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
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
-
-
-
-
Constructor Detail
-
RemoteResource
public RemoteResource()
Creates an instance with itsApiResources.
-
-