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 TypeClassDescriptionclassAFileResourceSetis able to give access to file-based content within the scope of therootdirectory.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 newResourceHandlerwith the givensetsofResourceSetand the list of welcome pages mappings.