This interceptor looks for a map in the ActionContext context, and if it finds it BUT
those parameters are NOT in the existing Http Request, then it calls them as setters on the action.
The implementation of this method should evalutate if the passed in actionInvocation.getAction()
is of a type NoParameters if it is, we should not bother
intercepting.