|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.atlassian.core.util.filter.FilterChain
Composite Filter that applies a series of filters in turn. By default, the composite filter lets all objects through, so a composite filter with no filters added,
| Constructor Summary | |
FilterChain()
|
|
| Method Summary | |
void |
addFilter(Filter filter)
|
boolean |
isIncluded(java.lang.Object o)
Should an object be allowed through the filter? |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FilterChain()
| Method Detail |
public void addFilter(Filter filter)
public boolean isIncluded(java.lang.Object o)
Filter
isIncluded in interface Filter
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||