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