Uses of Annotation Interface
org.apache.juneau.rest.annotation.RestDelete
Packages that use RestDelete
Package
Description
REST Annotations
-
Uses of RestDelete in org.apache.juneau.examples.rest
Methods in org.apache.juneau.examples.rest with annotations of type RestDeleteModifier and TypeMethodDescriptionPhotosResource.deletePhoto
(int id) [HTTP DELETE /photos/{id}] DELETE request handler -
Uses of RestDelete in org.apache.juneau.microservice.resources
Methods in org.apache.juneau.microservice.resources with annotations of type RestDeleteModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.RedirectToRoot
DirectoryResource.deleteFile
(String path) org.apache.juneau.microservice.resources.LogsResource.RedirectToRoot
LogsResource.deleteFile
(String path) -
Uses of RestDelete in org.apache.juneau.rest.annotation
Fields in org.apache.juneau.rest.annotation declared as RestDeleteModifier and TypeFieldDescriptionstatic final RestDelete
RestDeleteAnnotation.DEFAULT
Default valueMethods in org.apache.juneau.rest.annotation that return RestDeleteModifier and TypeMethodDescriptionRestDeleteAnnotation.Builder.build()
Instantiates a new@RestDelete
object initialized with this builder.Method parameters in org.apache.juneau.rest.annotation with type arguments of type RestDeleteModifier and TypeMethodDescriptionvoid
RestDeleteAnnotation.RestOpContextApply.apply
(AnnotationInfo<RestDelete> ai, RestOpContext.Builder b)