Package | Description |
---|---|
org.springframework.boot.autoconfigure.web |
Auto-configuration for common web concerns.
|
Modifier and Type | Method and Description |
---|---|
ServerProperties.Jetty.Accesslog.FORMAT |
ServerProperties.Jetty.Accesslog.getFormat() |
static ServerProperties.Jetty.Accesslog.FORMAT |
ServerProperties.Jetty.Accesslog.FORMAT.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerProperties.Jetty.Accesslog.FORMAT[] |
ServerProperties.Jetty.Accesslog.FORMAT.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerProperties.Jetty.Accesslog.setFormat(ServerProperties.Jetty.Accesslog.FORMAT format) |