public interface ActionFilter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActionFilter.FinalActionFilter |
| Modifier and Type | Method and Description |
|---|---|
ActionPair |
filterAction(ActionPair pair)
Each filter receives the action pair and its result is taken as the
new action pair.
|
ActionPair filterAction(ActionPair pair)