Uses of Interface
io.undertow.server.handlers.resource.Resource
Packages that use 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 TypeClassDescriptionclassclassA file resourceclassA path resourceclassMethods 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 voidDirectoryUtils.renderDirectoryListing(HttpServerExchange exchange, Resource resource) static StringBuilderDirectoryUtils.renderDirectoryListing(String path, Resource resource) Constructors in io.undertow.server.handlers.resource with parameters of type ResourceModifierConstructorDescriptionCachedResource(CachingResourceManager cachingResourceManager, Resource underlyingResource, String path)