Uses of Interface
org.apache.juneau.rest.servlet.BasicRestOperations
Packages that use BasicRestOperations
Package
Description
Remote service API
- 
Uses of BasicRestOperations in org.apache.juneau.examples.restClasses in org.apache.juneau.examples.rest that implement BasicRestOperationsModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample resource that allows images to be uploaded and retrieved.classSample resource that allows images to be uploaded and retrieved.classSample REST resource for echoing HttpServletRequests back to the browser.classSample REST resource showing how to implement a "router" resource page.classSample resource that allows images to be uploaded and retrieved.
- 
Uses of BasicRestOperations in org.apache.juneau.examples.rest.dtoClasses in org.apache.juneau.examples.rest.dto that implement BasicRestOperationsModifier and TypeClassDescriptionclassSample resource that shows how to generate ATOM feeds.classSample REST resource showing how to implement a nested "router" resource page.classSample resource that shows how to serialize JSON-Schema documents.
- 
Uses of BasicRestOperations in org.apache.juneau.examples.rest.springbootClasses in org.apache.juneau.examples.rest.springboot that implement BasicRestOperationsModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample REST resource showing how to implement a "router" resource page.
- 
Uses of BasicRestOperations in org.apache.juneau.microservice.jetty.resourcesClasses in org.apache.juneau.microservice.jetty.resources that implement BasicRestOperations
- 
Uses of BasicRestOperations in org.apache.juneau.microservice.resourcesClasses in org.apache.juneau.microservice.resources that implement BasicRestOperationsModifier and TypeClassDescriptionclassShows contents of the microservice configuration file.classREST resource that allows access to a file system directory.classREST resource for viewing and accessing log files.classSample root REST resource.classProvides the capability to shut down this REST microservice through a REST call.
- 
Uses of BasicRestOperations in org.apache.juneau.microservice.springboot.templateClasses in org.apache.juneau.microservice.springboot.template that implement BasicRestOperationsModifier and TypeClassDescriptionclassSample REST resource that prints out a simple "Hello world!"classSample REST resource showing how to implement a "router" resource page.
- 
Uses of BasicRestOperations in org.apache.juneau.rest.remoteClasses in org.apache.juneau.rest.remote that implement BasicRestOperationsModifier and TypeClassDescriptionclassAbstract class for defining Remote Interface Services.
- 
Uses of BasicRestOperations in org.apache.juneau.rest.servletClasses in org.apache.juneau.rest.servlet that implement BasicRestOperationsModifier and TypeClassDescriptionclassIdentical toBasicRestServletbut doesn't extend fromHttpServlet.classIdentical toBasicRestServletGroupbut doesn't extend fromHttpServlet.classSubclass ofRestServletwith default settings and standard methods defined.classSpecialized subclass ofBasicRestServletfor showing "group" pages.
- 
Uses of BasicRestOperations in org.apache.juneau.rest.springbootClasses in org.apache.juneau.rest.springboot that implement BasicRestOperationsModifier and TypeClassDescriptionclassSubclass ofSpringRestServletwith default settings and standard methods defined.classSpecialized subclass ofBasicSpringRestServletfor showing "group" pages.