How do I initalize the request processors?
The PropertyHandlerMapping assumes, that request processors are POJO’s (plain old java objects). However, this is not always desirable. For example, sometimes it is assumed that handlers need to be initialized by the servlet, which is configured through parameters. The recommended solution is to configure your server with a special request processor factory.