|
From: ShiLei <zuc...@gm...> - 2007-07-31 04:56:07
|
hi Bryant, May be you can try to write one by yourself. The mechanism is intelligible. when the *FilterToBean *filter has been invoked, it just explicitly uses a Spring method *getBean(targetClass)* to call the targetClass which is defined in ApplicationContext(in acegi case, is the FilterChainProxy). And in FilterChainProxy, there is a inner class to handle the filter loop. I hope it help Regards, Shi |