public interface ControllerFilter
| Modifier and Type | Method and Description | 
|---|---|
void | 
after()
Called by framework after executing a controller 
 | 
void | 
before()
Called by framework before executing a controller 
 | 
void | 
onException(Exception e)
Called by framework in case there was an exception inside a controller 
 | 
void before()
void after()
void onException(Exception e)
e - exception.Copyright © 2020 JavaLite. All rights reserved.