Uses of Class
org.forgerock.openig.decoration.helper.DecoratorHeaplet
-
Packages that use DecoratorHeaplet Package Description org.forgerock.openig.decoration.baseuri Contains a decorator which overrides the existing request URI, making requests relative to a new base URI.org.forgerock.openig.decoration.capture Capture decoration classes that prints filters and handlers input and output messages.org.forgerock.openig.decoration.timer Contains a decorator that log time elapsed in a Filter or a Handler. -
-
Uses of DecoratorHeaplet in org.forgerock.openig.decoration.baseuri
Subclasses of DecoratorHeaplet in org.forgerock.openig.decoration.baseuri Modifier and Type Class Description static class
BaseUriDecorator.Heaplet
Creates and initializes a baseUri in a heap environment. -
Uses of DecoratorHeaplet in org.forgerock.openig.decoration.capture
Subclasses of DecoratorHeaplet in org.forgerock.openig.decoration.capture Modifier and Type Class Description static class
CaptureDecorator.Heaplet
Creates and initializes a CaptureDecorator in a heap environment. -
Uses of DecoratorHeaplet in org.forgerock.openig.decoration.timer
Subclasses of DecoratorHeaplet in org.forgerock.openig.decoration.timer Modifier and Type Class Description static class
TimerDecorator.Heaplet
Creates and initializes a TimerDecorator in a heap environment.
-