Uses of Interface
ratpack.file.FileSystemBinding
-
Packages that use FileSystemBinding Package Description ratpack.config Provides the ability to access configuration data from a variety of sources, such as YAML, JSON, properties files, system properties, and environment variables.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. -
-
Uses of FileSystemBinding in ratpack.config
Methods in ratpack.config with parameters of type FileSystemBinding Modifier and Type Method Description ObjectNodeConfigSource. loadConfigData(ObjectMapper objectMapper, FileSystemBinding fileSystemBinding)Loads the configuration data from this data source. -
Uses of FileSystemBinding in ratpack.file
Fields in ratpack.file with type parameters of type FileSystemBinding Modifier and Type Field Description static com.google.common.reflect.TypeToken<FileSystemBinding>FileSystemBinding. TYPEA type token for this type.Methods in ratpack.file that return FileSystemBinding Modifier and Type Method Description FileSystemBindingFileSystemBinding. binding(java.lang.String path)Construct a new binding by using the given path as a relative path from this bind point.static FileSystemBindingFileSystemBinding. of(java.nio.file.Path path)static FileSystemBindingFileSystemBinding. root() -
Uses of FileSystemBinding in ratpack.handling
Methods in ratpack.handling that return FileSystemBinding Modifier and Type Method Description default FileSystemBindingContext. getFileSystemBinding()Returns the current filesystem binding from the context registry. -
Uses of FileSystemBinding in ratpack.server
Methods in ratpack.server that return FileSystemBinding Modifier and Type Method Description FileSystemBindingServerConfig. getBaseDir()The base dir of the application, which is also the initialFileSystemBinding.
-