Uses of Interface
io.undertow.server.handlers.resource.Resource
Packages that use Resource
-
Uses of Resource in io.undertow.server.handlers.encoding
Methods in io.undertow.server.handlers.encoding that return ResourceMethods in io.undertow.server.handlers.encoding with parameters of type ResourceModifier and TypeMethodDescriptionContentEncodedResourceManager.getResource
(Resource resource, HttpServerExchange exchange) Gets a pre-encoded resource.Constructors in io.undertow.server.handlers.encoding with parameters of type Resource -
Uses of Resource in io.undertow.server.handlers.resource
Subinterfaces of Resource in io.undertow.server.handlers.resourceClasses in io.undertow.server.handlers.resource that implement ResourceModifier and TypeClassDescriptionclass
class
A file resourceclass
A path resourceclass
Methods in io.undertow.server.handlers.resource that return ResourceModifier and TypeMethodDescriptionClassPathResourceManager.getResource
(String path) DefaultResourceSupplier.getResource
(HttpServerExchange exchange, String path) PathResourceManager.getResource
(String p) PreCompressedResourceSupplier.getResource
(HttpServerExchange exchange, String path) ResourceManager.getResource
(String path) Returns a resource for the given path.ResourceSupplier.getResource
(HttpServerExchange exchange, String path) Methods in io.undertow.server.handlers.resource that return types with arguments of type ResourceModifier and TypeMethodDescriptionCachedResource.list()
PathResource.list()
Resource.list()
URLResource.list()
Methods in io.undertow.server.handlers.resource with parameters of type ResourceModifier and TypeMethodDescriptionstatic void
DirectoryUtils.renderDirectoryListing
(HttpServerExchange exchange, Resource resource) static StringBuilder
DirectoryUtils.renderDirectoryListing
(String path, Resource resource) Constructors in io.undertow.server.handlers.resource with parameters of type ResourceModifierConstructorDescriptionCachedResource
(CachingResourceManager cachingResourceManager, Resource underlyingResource, String path)