All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static Function<? super RatpackServer.Definition.Builder,? extends RatpackServer.Definition> |
app() |
static Function<? super RatpackServer.Definition.Builder,? extends RatpackServer.Definition> |
app(boolean staticCompile) |
static Function<? super RatpackServer.Definition.Builder,? extends RatpackServer.Definition> |
app(boolean staticCompile,
String... scriptPaths) |
static Function<? super RatpackServer.Definition.Builder,? extends RatpackServer.Definition> |
app(Path script) |
static Function<Registry,Registry> |
bindings() |
static Function<Registry,Registry> |
bindings(boolean staticCompile) |
static Function<Registry,Registry> |
bindings(boolean staticCompile,
String scriptPath) |
static void |
checkGroovy() |
static Function<Registry,Handler> |
handlers() |
static Function<Registry,Handler> |
handlers(boolean staticCompile) |
static Function<Registry,Handler> |
handlers(boolean staticCompile,
String scriptPath) |