Uses of Class
org.apache.juneau.http.response.NotFound
Packages that use NotFound
Package
Description
HTTP Response Exception Beans
REST Server API
Remote service API
- 
Uses of NotFound in org.apache.juneau.examples.restMethods in org.apache.juneau.examples.rest that throw NotFoundModifier and TypeMethodDescriptionPhotosResource.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 NotFound in org.apache.juneau.httpFields in org.apache.juneau.http declared as NotFoundModifier and TypeFieldDescriptionstatic final NotFoundHttpResponses.NOT_FOUNDA synonym forINSTANCE.Methods in org.apache.juneau.http that return NotFoundModifier and TypeMethodDescriptionstatic final NotFoundHttpResponses.notFound()A shortcut for callingNotFound().
- 
Uses of NotFound in org.apache.juneau.http.responseFields in org.apache.juneau.http.response declared as NotFoundModifier and TypeFieldDescriptionstatic final NotFoundNotFound.INSTANCEReusable unmodifiable instanceMethods in org.apache.juneau.http.response that return NotFoundModifier and TypeMethodDescriptionNotFound.copy()Creates a modifiable copy of this bean.NotFound.setHeader2(String name, Object value) NotFound.setHeaders(HeaderList value) NotFound.setHeaders2(Header... values) NotFound.setLocale2(Locale value) NotFound.setMessage(String message, Object... args) NotFound.setProtocolVersion(ProtocolVersion value) NotFound.setReasonPhrase2(String value) NotFound.setReasonPhraseCatalog(ReasonPhraseCatalog value) NotFound.setStatusCode2(int code) NotFound.setStatusLine(BasicStatusLine value) NotFound.setUnmodifiable()Constructors in org.apache.juneau.http.response with parameters of type NotFound
- 
Uses of NotFound in org.apache.juneau.microservice.resourcesMethods in org.apache.juneau.microservice.resources that throw NotFoundModifier 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) DirectoryResource.getFile(RestRequest req, String path) LogsResource.getFile(RestRequest req, 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 NotFound in org.apache.juneau.restMethods in org.apache.juneau.rest that throw NotFoundModifier and TypeMethodDescriptionRestOperations.findOperation(RestSession session) Finds the method that should handle the specified call.
- 
Uses of NotFound in org.apache.juneau.rest.remoteMethods in org.apache.juneau.rest.remote that throw NotFoundModifier and TypeMethodDescriptionRrpcServlet.invoke(Reader r, ReaderParser p, ContentType contentType, String javaInterface, String javaMethod) RrpcServlet.showEntryForm(String javaInterface, String javaMethod) 
- 
Uses of NotFound in org.apache.juneau.rest.servletMethods in org.apache.juneau.rest.servlet that throw NotFoundModifier and TypeMethodDescription
- 
Uses of NotFound in org.apache.juneau.rest.springbootMethods in org.apache.juneau.rest.springboot that throw NotFoundModifier and TypeMethodDescription