Class SpringAwareActionProcessor

java.lang.Object
com.t4a.processor.ActionProcessor
com.t4a.processor.SpringAwareActionProcessor
All Implemented Interfaces:
AIProcessor

public class SpringAwareActionProcessor extends ActionProcessor
This will ensure that the action classes are loaded from Spring Applicaiton Context rather than creating the new one , the advantage of that is we can maintain spring dependency injection for all the beans
  • Constructor Details

    • SpringAwareActionProcessor

      public SpringAwareActionProcessor(org.springframework.context.ApplicationContext context)