| Constructor and Description |
|---|
App() |
| Modifier and Type | Method and Description |
|---|---|
RootResources |
getRootResources() |
static void |
main(String[] args)
Entry point method.
|
org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.HiddenHttpMethodFilter> |
registration(org.springframework.web.filter.HiddenHttpMethodFilter filter)
We want to be able to consume url-encoded-form-post bodies, but HiddenHttpMethodFilter triggers the HTTP
body to be consumed.
|
public App()
public static void main(String[] args)
args - Command-line arguments.@Bean @JuneauRestRoot public RootResources getRootResources()
@Bean public org.springframework.boot.web.servlet.FilterRegistrationBean<org.springframework.web.filter.HiddenHttpMethodFilter> registration(org.springframework.web.filter.HiddenHttpMethodFilter filter)
filter - The filter.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.