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.rest
Methods 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.dto
Methods in org.apache.juneau.examples.rest.dto with annotations of type RestGet -
Uses of RestGet in org.apache.juneau.examples.rest.springboot
Methods in org.apache.juneau.examples.rest.springboot with annotations of type RestGet -
Uses of RestGet in org.apache.juneau.microservice.jetty.resources
Methods 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.resources
Methods 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.template
Methods in org.apache.juneau.microservice.springboot.template with annotations of type RestGet -
Uses of RestGet in org.apache.juneau.rest.annotation
Fields 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@RestGet
object initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestGetModifier and TypeMethodDescriptionvoid
RestGetAnnotation.RestOpContextApply.apply
(AnnotationInfo<RestGet> ai, RestOpContext.Builder b) -
Uses of RestGet in org.apache.juneau.rest.remote
Methods 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.servlet
Methods 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.rest
Methods in org.apache.juneau.server.config.rest with annotations of type RestGet