public interface ISystemFilterChain
Modifier and Type | Method and Description |
---|---|
void |
addFilter(java.lang.String filterName,
SysControllerFilter filter)
Add a filter to the Filter Chain.
|
void |
clearAll()
Remove all current filter
|
void |
remove(java.lang.String filterName)
Remove a Filter from the Filter Chain.
|
FilterAction |
runRequest(User sender,
ISFSObject params) |
int |
size()
Get the size of the Filter Chain.
|
void addFilter(java.lang.String filterName, SysControllerFilter filter)
filterName
- the name of the filterfilter
- the filter that is going to be addedvoid remove(java.lang.String filterName)
filterName
- the name of the FilterFilterAction runRequest(User sender, ISFSObject params)
int size()
void clearAll()