Hi All,
After reading some basics about Bean creation and dependency injection in spring, I just straight into Spring Web MVC since I think I can learn best
with this tactic...
But I am currently confuse on one item.
Its about this code:
I am not sure where the property name "interceptor" that accepts a list is found in the class SimpleUrlHandlerMapping.
I thought of beans as having some property where we can inject this value, but as I have check the SimpleUrlHandlerMapping class javadoc,I cant seem
to find any property about this?
How is it possible for spring to know that setting the property interceptors would act as handlerinterceptors..
I know I am missing something basic but can you point me out into some resource? Thanks