|
|||||||||
| Home >> All >> org >> acegisecurity >> [ afterinvocation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.afterinvocation
Interface Filterer

- All Known Implementing Classes:
- ArrayFilterer, CollectionFilterer
- interface Filterer
Filter strategy interface.
| Method Summary | |
java.lang.Object |
getFilteredObject()
Gets the filtered collection or array. |
java.util.Iterator |
iterator()
Returns an iterator over the filtered collection or array. |
void |
remove(java.lang.Object object)
Removes the the given object from the resulting list. |
| Method Detail |
getFilteredObject
public java.lang.Object getFilteredObject()
- Gets the filtered collection or array.
iterator
public java.util.Iterator iterator()
- Returns an iterator over the filtered collection or array.
remove
public void remove(java.lang.Object object)
- Removes the the given object from the resulting list.
|
|||||||||
| Home >> All >> org >> acegisecurity >> [ afterinvocation overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC