Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestOp
Packages that use RestOp
Package
Description
REST Annotations
-
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.HttpServletRequest
RequestEchoResource.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.FileContents
DirectoryResource.downloadFile
(RestResponse res, String path) org.apache.juneau.microservice.resources.LogsResource.FileContents
LogsResource.downloadFile
(RestResponse res, String path) org.apache.juneau.microservice.resources.DirectoryResource.FileContents
DirectoryResource.viewFile
(RestResponse res, String path) void
LogsResource.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@RestOp
object initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestOpModifier and TypeMethodDescriptionvoid
RestOpAnnotation.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