@Controller @RequestMapping(value="/") public class ExampleController extends Object
| Constructor and Description |
|---|
ExampleController(FlowDataProvider flowDataProvider) |
| Modifier and Type | Method and Description |
|---|---|
String |
get(org.springframework.ui.ModelMap model,
javax.servlet.http.HttpServletRequest request) |
@Autowired public ExampleController(FlowDataProvider flowDataProvider)
@RequestMapping(method=GET) public String get(org.springframework.ui.ModelMap model, javax.servlet.http.HttpServletRequest request)
Copyright © 2020. All rights reserved.