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.rest
Methods 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.http
Fields in org.apache.juneau.http declared as NotFoundModifier and TypeFieldDescriptionstatic final NotFound
HttpResponses.NOT_FOUND
A synonym forINSTANCE
.Methods in org.apache.juneau.http that return NotFoundModifier and TypeMethodDescriptionstatic final NotFound
HttpResponses.notFound()
A shortcut for callingNotFound()
. -
Uses of NotFound in org.apache.juneau.http.response
Fields in org.apache.juneau.http.response declared as NotFoundModifier and TypeFieldDescriptionstatic final NotFound
NotFound.INSTANCE
Reusable 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.resources
Methods in org.apache.juneau.microservice.resources that throw NotFoundModifier 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) DirectoryResource.getFile
(RestRequest req, String path) LogsResource.getFile
(RestRequest req, 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 NotFound in org.apache.juneau.rest
Methods 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.remote
Methods 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.servlet
Methods in org.apache.juneau.rest.servlet that throw NotFoundModifier and TypeMethodDescription -
Uses of NotFound in org.apache.juneau.rest.springboot
Methods in org.apache.juneau.rest.springboot that throw NotFoundModifier and TypeMethodDescription