|
||||||||||
| 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 AjaxFilters 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.List<AjaxFilter> |
getAjaxFilters(java.lang.String scriptName)
Retrieve the global and class-based AjaxFilters for a given class. |
| Method Detail |
|---|
java.util.List<AjaxFilter> getAjaxFilters(java.lang.String scriptName)
scriptName - The script name to use to filter the class-based filters
void addAjaxFilter(AjaxFilter filter)
filter - The new global AjaxFilter
void addAjaxFilter(AjaxFilter filter,
java.lang.String scriptName)
filter - The new AjaxFilterscriptName - The script name to filter against
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||