Package ratpack.core.impose
-
Interface Summary Interface Description Imposition A marker interface for all types used as an imposition.ImpositionsSpec Used to specify a set of impositions. -
Class Summary 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.Impositions A mechanism for imposing things on an application from the outside and typically during testing.ServerConfigImposition An override object for imposing server configuration.UserRegistryImposition Imposes an extra registry to be joined with the user registry when starting an application.