@FunctionalInterface public interface TemplateViewRoute
Modifier and Type | Method and Description |
---|---|
ModelAndView |
handle(Request request,
Response response)
Invoked when a request is made on this route's corresponding path e.g.
|
ModelAndView handle(Request request, Response response) throws Exception
request
- The request object providing information about the HTTP requestresponse
- The response object providing functionality for modifying the responseException
- when handle failsCopyright © 2018. All rights reserved.