Uses of Interface
org.forgerock.openig.handler.resources.ResourceSet
-
Packages that use ResourceSet Package Description org.forgerock.openig.handler.resources 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 ResourceSet Modifier and Type Class Description class
FileResourceSet
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 ResourceSet Constructor Description ResourceHandler(Factory<Buffer> storage, List<ResourceSet> sets, List<String> welcomePages)
Creates a newResourceHandler
with the givensets
ofResourceSet
and the list of welcome pages mappings.
-