public class ControllerFilterAdapter extends Object implements ControllerFilter
ControllerFilter
.Constructor and Description |
---|
ControllerFilterAdapter() |
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
|
public void before()
ControllerFilter
before
in interface ControllerFilter
public void after()
ControllerFilter
after
in interface ControllerFilter
public void onException(Exception e)
ControllerFilter
onException
in interface ControllerFilter
e
- exception.Copyright © 2019 JavaLite. All rights reserved.