Uses of Interface
org.apache.juneau.http.resource.HttpResource
Packages that use HttpResource
Package
Description
HTTP Resource Beans
-
Uses of HttpResource in org.apache.juneau.http.resource
Classes in org.apache.juneau.http.resource that implement HttpResourceModifier and TypeClassDescriptionclass
A basicHttpResource
implementation with additional features.class
A repeatable resource that obtains its content from a byte array.class
A repeatable resource that obtains its content from aFile
.class
A streamed, non-repeatable resource that obtains its content from anReader
.class
A streamed, non-repeatable resource that obtains its content from anInputStream
.class
A self contained, repeatable resource that obtains its content from aString
. -
Uses of HttpResource in org.apache.juneau.rest.servlet
Methods in org.apache.juneau.rest.servlet that return HttpResourceModifier and TypeMethodDescriptionBasicRestObject.getFavIcon()
BasicRestOperations.getFavIcon()
[GET favicon.ico] - Retrieve favorites icon image.BasicRestServlet.getFavIcon()
[GET /htdocs/*] - Retrieve static file. -
Uses of HttpResource in org.apache.juneau.rest.springboot
Methods in org.apache.juneau.rest.springboot that return HttpResource -
Uses of HttpResource in org.apache.juneau.rest.staticfile
Methods in org.apache.juneau.rest.staticfile that return types with arguments of type HttpResourceModifier and TypeMethodDescriptionResolve the specified path.Resolve the specified path.