Uses of Annotation Interface
org.apache.juneau.http.annotation.Path
Packages that use Path
Package
Description
Remote service API
-
Uses of Path in org.apache.juneau.examples.rest
Method parameters in org.apache.juneau.examples.rest with annotations of type PathModifier and TypeMethodDescriptionPhotosResource.addPhoto
(int id, BufferedImage image) [HTTP PUT /photos/{id}] PUT request handler.PhotosResource.deletePhoto
(int id) [HTTP DELETE /photos/{id}] DELETE request handlerPhotosResource.getPhoto
(int id) [HTTP GET /photos/{id}] GET request handler for single photo. -
Uses of Path in org.apache.juneau.http.annotation
Fields in org.apache.juneau.http.annotation declared as PathMethods in org.apache.juneau.http.annotation that return PathModifier and TypeMethodDescriptionPathAnnotation.Builder.build()
Instantiates a new@Path
object initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type PathModifier and TypeMethodDescriptionstatic boolean
Returnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.http.annotation with type arguments of type PathModifier and TypeMethodDescriptionvoid
PathAnnotation.Applier.apply
(AnnotationInfo<Path> ai, BeanContext.Builder b) -
Uses of Path in org.apache.juneau.microservice.resources
Method parameters in org.apache.juneau.microservice.resources with annotations of type PathModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.RedirectToRoot
DirectoryResource.deleteFile
(String path) org.apache.juneau.microservice.resources.LogsResource.RedirectToRoot
LogsResource.deleteFile
(String path) org.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) ConfigResource.getConfigEntry
(String section, String key) ConfigResource.getConfigEntry
(String section, String key) ConfigResource.getConfigSection
(String section) DirectoryResource.getFile
(RestRequest req, String path) LogsResource.getFile
(RestRequest req, String path) ConfigResource.setConfigSection
(String section, Map<String, Object> contents) ConfigResource.setConfigValue
(String section, String key, String value) ConfigResource.setConfigValue
(String section, String key, String value) org.apache.juneau.microservice.resources.DirectoryResource.RedirectToRoot
DirectoryResource.updateFile
(InputStream is, 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 Path in org.apache.juneau.rest.remote
Method parameters in org.apache.juneau.rest.remote with annotations of type PathModifier and TypeMethodDescriptionRrpcServlet.invoke
(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod) RrpcServlet.invoke
(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod) RrpcServlet.listMethods
(String javaInterface) RrpcServlet.showEntryForm
(String javaInterface, String javaMethod) RrpcServlet.showEntryForm
(String javaInterface, String javaMethod) -
Uses of Path in org.apache.juneau.rest.servlet
Method parameters in org.apache.juneau.rest.servlet with annotations of type PathModifier and TypeMethodDescription[GET /htdocs/*] - Retrieve static file. -
Uses of Path in org.apache.juneau.rest.springboot
Method parameters in org.apache.juneau.rest.springboot with annotations of type PathModifier and TypeMethodDescription -
Uses of Path in org.apache.juneau.server.config.rest
Method parameters in org.apache.juneau.server.config.rest with annotations of type Path