|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.forms.processor.FilterRegistry
public class FilterRegistry
Holds a list of filters for a type of form processor.
Each filter is called before and after the processor generates and persists the form, thus allowing the form and the effected objects to be manipulated prior to generation or persistence or after the fact.
Each filter is responsible for determing whether it applies to the item being processed.
Filter
Field Summary | |
---|---|
protected java.util.List |
filters
|
Constructor Summary | |
---|---|
FilterRegistry()
Constructs the registry |
Method Summary | |
---|---|
void |
addFilter(Filter filter)
Registers a filter |
java.util.List |
getFilters()
Returns a list of active filters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.List filters
Constructor Detail |
---|
public FilterRegistry()
Method Detail |
---|
public void addFilter(Filter filter)
filter
- The Filter to regsiterpublic java.util.List getFilters()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |