Uses of Interface
org.forgerock.openig.handler.resources.ResourceSet
Package
Description
Contains components and APIs used to serve static resources.
-
Uses of ResourceSet in org.forgerock.openig.handler.resources
Modifier and TypeClassDescriptionclass
AFileResourceSet
is able to give access to file-based content within the scope of theroot
directory.ModifierConstructorDescriptionResourceHandler
(Factory<Buffer> storage, List<ResourceSet> sets, List<String> welcomePages) Creates a newResourceHandler
with the givensets
ofResourceSet
and the list of welcome pages mappings.