Package com.t4a.processor
Class SpringAwareActionProcessor
java.lang.Object
com.t4a.processor.ActionProcessor
com.t4a.processor.SpringAwareActionProcessor
- All Implemented Interfaces:
AIProcessor
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 Summary
ConstructorsConstructorDescriptionSpringAwareActionProcessor
(org.springframework.context.ApplicationContext context) -
Method Summary
Methods inherited from class com.t4a.processor.ActionProcessor
getActionList, processMultipleAction, processMultipleAction, processMultipleActionDynamically, processSingleAction, processSingleAction, processSingleAction, processSingleAction, processSingleAction
-
Constructor Details
-
SpringAwareActionProcessor
public SpringAwareActionProcessor(org.springframework.context.ApplicationContext context)
-