Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestGet
Packages that use RestGet
Package
Description
REST Annotations
Remote service API
- 
Uses of RestGet in org.apache.juneau.examples.restMethods in org.apache.juneau.examples.rest with annotations of type RestGetModifier and TypeMethodDescriptionUtilityBeansResource.aBeanDescription()[HTTP GET /utilitybeans/BeanDescription]HtmlBeansResource.aDiv()[HTTP GET /htmlbeans/div]HtmlBeansResource.aForm()[HTTP GET /htmlbeans/form]UtilityBeansResource.aHyperlink()[HTTP GET /utilitybeans/Hyperlink]UtilityBeansResource.aSeeOtherRoot()[HTTP GET /utilitybeans/SeeOtherRoot]HtmlBeansResource.aTable()[HTTP GET /htmlbeans/table]PhotosResource.getAllPhotos()[HTTP GET /photos] GET request handler for list of all photos.HtmlBeansResource.getChildDescriptions()[HTTP GET /htmlbeans]UtilityBeansResource.getChildDescriptions()[HTTP GET /utilitybeans]PhotosResource.getPhoto(int id) [HTTP GET /photos/{id}] GET request handler for single photo.HelloWorldResource.sayHello()[HTTP GET /helloworld] Returns a simple string message.
- 
Uses of RestGet in org.apache.juneau.examples.rest.dtoMethods in org.apache.juneau.examples.rest.dto with annotations of type RestGet
- 
Uses of RestGet in org.apache.juneau.examples.rest.springbootMethods in org.apache.juneau.examples.rest.springboot with annotations of type RestGet
- 
Uses of RestGet in org.apache.juneau.microservice.jetty.resourcesMethods in org.apache.juneau.microservice.jetty.resources with annotations of type RestGetModifier and TypeMethodDescriptionDebugResource.getChildren()[GET /] - Shows child utilities.DebugResource.getJettyDump(RestRequest req, RestResponse res) [GET /jetty/dump] - Generates and retrieves the jetty thread dump.
- 
Uses of RestGet in org.apache.juneau.microservice.resourcesMethods in org.apache.juneau.microservice.resources with annotations of type RestGetModifier and TypeMethodDescriptionConfigResource.getConfig()ConfigResource.getConfigEditForm()ConfigResource.getConfigEntry(String section, String key) ConfigResource.getConfigSection(String section) DirectoryResource.getFile(RestRequest req, String path) LogsResource.getFile(RestRequest req, String path) ShutdownResource.shutdown()[GET /] - Shutdown this resource.
- 
Uses of RestGet in org.apache.juneau.microservice.springboot.templateMethods in org.apache.juneau.microservice.springboot.template with annotations of type RestGet
- 
Uses of RestGet in org.apache.juneau.rest.annotationFields in org.apache.juneau.rest.annotation declared as RestGetMethods in org.apache.juneau.rest.annotation that return RestGetModifier and TypeMethodDescriptionRestGetAnnotation.Builder.build()Instantiates a new@RestGetobject initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestGetModifier and TypeMethodDescriptionvoidRestGetAnnotation.RestOpContextApply.apply(AnnotationInfo<RestGet> ai, RestOpContext.Builder b) 
- 
Uses of RestGet in org.apache.juneau.rest.remoteMethods in org.apache.juneau.rest.remote with annotations of type RestGetModifier and TypeMethodDescriptionRrpcServlet.getInterfaces()RrpcServlet.listMethods(String javaInterface) RrpcServlet.showEntryForm(String javaInterface, String javaMethod) 
- 
Uses of RestGet in org.apache.juneau.rest.servletMethods in org.apache.juneau.rest.servlet with annotations of type RestGetModifier and TypeMethodDescriptionBasicGroupOperations.getChildren(RestRequest req) [GET /] - Get child resources.BasicRestOperations.getFavIcon()[GET favicon.ico] - Retrieve favorites icon image.[GET /htdocs/*] - Retrieve static file.BasicRestOperations.getStats(RestRequest req) [GET /stats] - Timing statistics.BasicRestOperations.getSwagger(RestRequest req) [GET /api] - Show resource options.
- 
Uses of RestGet in org.apache.juneau.server.config.restMethods in org.apache.juneau.server.config.rest with annotations of type RestGet