Package | Description |
---|---|
ratpack.file |
Types for dealing with the file system and serving files.
|
ratpack.handling |
The handling of application requests.
|
ratpack.server |
Objects used to start a ratpack application.
|
Modifier and Type | Method and Description |
---|---|
FileSystemBinding |
FileSystemBinding.binding(String path)
Construct a new binding by using the given path as a relative path from this bind point.
|
Modifier and Type | Method and Description |
---|---|
default FileSystemBinding |
Context.getFileSystemBinding() |
Modifier and Type | Method and Description |
---|---|
FileSystemBinding |
ServerConfig.getBaseDir()
The base dir of the application, which is also the initial
FileSystemBinding . |