Uses of Package
ratpack.core.impose
-
Packages that use ratpack.core.impose Package Description ratpack.core.impose ratpack.guice Integration with Google Guice.ratpack.test Fixtures used for testing Ratpack applications (seeApplicationUnderTest
). -
Classes in ratpack.core.impose used by ratpack.core.impose Class Description ForceDevelopmentImposition Forces whether to start the application inServerConfig.isDevelopment()
mode or not.ForceServerListenPortImposition Forces the port that the server should use to listen for requests.Imposition A marker interface for all types used as an imposition.Impositions A mechanism for imposing things on an application from the outside and typically during testing.ImpositionsSpec Used to specify a set of impositions.ServerConfigImposition An override object for imposing server configuration.UserRegistryImposition Imposes an extra registry to be joined with the user registry when starting an application. -
Classes in ratpack.core.impose used by ratpack.guice Class Description Imposition A marker interface for all types used as an imposition. -
Classes in ratpack.core.impose used by ratpack.test Class Description Impositions A mechanism for imposing things on an application from the outside and typically during testing.ImpositionsSpec Used to specify a set of impositions.