Package | Description |
---|---|
ratpack.groovy.launch | |
ratpack.launch |
Classes used to bootstrap a Ratpack application.
|
Modifier and Type | Class and Description |
---|---|
class |
GroovyClosureHandlerFactory |
class |
GroovyScriptFileHandlerFactory |
Modifier and Type | Method and Description |
---|---|
HandlerFactory |
LaunchConfig.getHandlerFactory()
The handler factory that can create the root handler for the application.
|
Modifier and Type | Method and Description |
---|---|
LaunchConfig |
LaunchConfigBuilder.build(HandlerFactory handlerFactory)
Builds the launch config, based on the current state and the handler factory.
|