Package org.forgerock.openig.handler.resources
Contains components and APIs used to serve static resources.
-
Interface Summary Interface Description Resource AResource
represents any content that can be served through theResourceHandler
.ResourceSet AResourceSet
abstractsResource
lookup mechanism. -
Class Summary Class Description FileResourceSet AFileResourceSet
is able to give access to file-based content within the scope of theroot
directory.ResourceHandler AResourceHandler
is a handler that serves static content (content of a directory, or a zip).ResourceHandler.Heaplet Creates and initializes a ResourceHandler in a heap environment.