|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxFilterManager
A class that manages the various AjaxFilter
s and what classes
they are registered against.
Method Summary | |
---|---|
void |
addAjaxFilter(AjaxFilter filter)
Add a global AjaxFilter |
void |
addAjaxFilter(AjaxFilter filter,
java.lang.String scriptname)
Add a class based AjaxFilter |
java.util.Iterator |
getAjaxFilters(java.lang.String scriptname)
Retrieve the global and class-based AjaxFilters for a given class. |
Method Detail |
---|
java.util.Iterator getAjaxFilters(java.lang.String scriptname)
scriptname
- The scriptname to use to filter the class-based filters
void addAjaxFilter(AjaxFilter filter)
filter
- The new global AjaxFiltervoid addAjaxFilter(AjaxFilter filter, java.lang.String scriptname)
filter
- The new AjaxFilterscriptname
- The scriptname to filter against
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |