FilterManager manages all filters of a specific controller class.
Filters are registered through this class. The order of filters depends on the order they appear in the filter declaration methods: declareBeforeFilter, declareAfterFilter, declareSkipBeforeFilter and declareSkipAfterFilter.
@author (Fei) John Chen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|