Interface | Description |
---|---|
Imposition |
A marker interface for all types used as an imposition.
|
ImpositionsSpec |
Used to specify a set of impositions.
|
Class | Description |
---|---|
ForceDevelopmentImposition |
Forces whether to start the application in
ServerConfig.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.
|