public interface WebMvcConfiguration
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
configure(WebMvcApplication app) |
|
public void |
notFound(Context ctx) Invoked when a route is not found. |
|
public void |
validationFailed(Context ctx, ValidationException ex) Invoked when form validation fails. |
Invoked when a route is not found.
ctx
- The current request context.Invoked when form validation fails.
ctx
- The current request context.ex
- The validation exception.