|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NextAction
The interface defines the instruction for a FilterChain,
how it should continue filter chain execution.
Filter,
FilterChain| Method Summary | |
|---|---|
List<Filter> |
getFilters()
Get unmodifiable view of the list of Filters. |
int |
getNextFilterIdx()
Gets index of the Filter in
getFilters() list, which should be executed next. |
int |
type()
Get NextAction type |
| Method Detail |
|---|
int type()
List<Filter> getFilters()
Filters.
Filters.int getNextFilterIdx()
Filter in
getFilters() list, which should be executed next.
Filter in
getFilters() list, which should be executed next.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||