public class FilterRegistry
extends java.lang.Object
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| Modifier and Type | Field and Description |
|---|---|
protected java.util.List |
filters |
| Constructor and Description |
|---|
FilterRegistry()
Constructs the registry
|
| Modifier and Type | Method and Description |
|---|---|
void |
addFilter(Filter filter)
Registers a filter
|
java.util.List |
getFilters()
Returns a list of active filters
|
public void addFilter(Filter filter)
filter - The Filter to regsiterpublic java.util.List getFilters()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.