Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestOp
Packages that use RestOp
Package
Description
REST Server Examples
Predefined Microservice Resources
REST Annotations
REST Servlets
-
Uses of RestOp in org.apache.juneau.examples.rest
Methods in org.apache.juneau.examples.rest with annotations of type RestOpModifier and TypeMethodDescriptionjakarta.servlet.http.HttpServletRequestRequestEchoResource.doGet(RestRequest req) [HTTP GET /echo/*] GET request handler. -
Uses of RestOp in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources with annotations of type RestOpModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.FileContentsDirectoryResource.downloadFile(RestResponse res, String path) org.apache.juneau.microservice.resources.LogsResource.FileContentsLogsResource.downloadFile(RestResponse res, String path) org.apache.juneau.microservice.resources.DirectoryResource.FileContentsDirectoryResource.viewFile(RestResponse res, String path) voidLogsResource.viewFile(RestResponse res, String path, boolean highlight, String start, String end, String thread, String[] loggers, String[] severity) LogsResource.viewParsedEntries(RestRequest req, String path, String start, String end, String thread, String[] loggers, String[] severity) -
Uses of RestOp in org.apache.juneau.rest.annotation
Fields in org.apache.juneau.rest.annotation declared as RestOpMethods in org.apache.juneau.rest.annotation that return RestOpModifier and TypeMethodDescriptionRestOpAnnotation.Builder.build()Instantiates a new@RestOpobject initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestOpModifier and TypeMethodDescriptionvoidRestOpAnnotation.RestOpContextApply.apply(AnnotationInfo<RestOp> ai, RestOpContext.Builder b) -
Uses of RestOp in org.apache.juneau.rest.servlet
Methods in org.apache.juneau.rest.servlet with annotations of type RestOp