|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AjaxFilterChain
An AjaxFilterChain is provided by DWR to an AjaxFilter to allow it to pass the request on for invocation.
AjaxFilter
Method Summary | |
---|---|
java.lang.Object |
doFilter(java.lang.Object obj,
java.lang.reflect.Method method,
java.lang.Object[] params)
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked. |
Method Detail |
---|
java.lang.Object doFilter(java.lang.Object obj, java.lang.reflect.Method method, java.lang.Object[] params) throws java.lang.Exception
obj
- The object to execute the method on (i.e. 'this')method
- The method to executeparams
- The parameters to the method call
java.lang.Exception
- When some processing goes wrong
|
Copyright ? 2005 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |