Uses of Class
ratpack.impose.Impositions
-
Packages that use Impositions Package Description ratpack.impose ratpack.test -
-
Uses of Impositions in ratpack.impose
Methods in ratpack.impose that return Impositions Modifier and Type Method Description static ImpositionsImpositions. current()The cumulative currently imposed impositions, for the current thread.static ImpositionsImpositions. none()An empty set of impositions.static ImpositionsImpositions. of(Action<? super ImpositionsSpec> consumer)Creates an impositions instance of the given imposition objects.Methods in ratpack.impose with parameters of type Impositions Modifier and Type Method Description static <T> TImpositions. impose(Impositions impositions, Factory<? extends T> during)Sets impositions that will be available during execution of the given function, from this thread.static <T> TImpositions. imposeOver(Impositions impositions, Factory<? extends T> during)Sets impositions that will be available during execution of the given function, replacing any existing. -
Uses of Impositions in ratpack.test
Methods in ratpack.test that return Impositions Modifier and Type Method Description protected ImpositionsServerBackedApplicationUnderTest. createImpositions()Creates theImpositionsto impose on the server.
-