314315316317318319320
private MethodExpression _method; MethodTask(MethodExpression method) { _method = method; _elContext = new CandiELContext(InjectManager.create()); }