| 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)
If you want to parse URL-encoded form posts directly into beans, this call will disable the HiddenHttpMethodFilter
which triggers form posts 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 to alter.Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.