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.restMethod 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.annotationFields 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@Pathobject initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type PathModifier and TypeMethodDescriptionstatic booleanReturnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.http.annotation with type arguments of type PathModifier and TypeMethodDescriptionvoidPathAnnotation.Applier.apply(AnnotationInfo<Path> ai, BeanContext.Builder b) 
- 
Uses of Path in org.apache.juneau.microservice.resourcesMethod parameters in org.apache.juneau.microservice.resources with annotations of type PathModifier and TypeMethodDescriptionorg.apache.juneau.microservice.resources.DirectoryResource.RedirectToRootDirectoryResource.deleteFile(String path) org.apache.juneau.microservice.resources.LogsResource.RedirectToRootLogsResource.deleteFile(String path) org.apache.juneau.microservice.resources.DirectoryResource.FileContentsDirectoryResource.downloadFile(RestResponse res, String path) org.apache.juneau.microservice.resources.LogsResource.FileContentsLogsResource.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.RedirectToRootDirectoryResource.updateFile(InputStream is, 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 Path in org.apache.juneau.rest.remoteMethod 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.servletMethod 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.springbootMethod parameters in org.apache.juneau.rest.springboot with annotations of type PathModifier and TypeMethodDescription
- 
Uses of Path in org.apache.juneau.server.config.restMethod parameters in org.apache.juneau.server.config.rest with annotations of type Path