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