46474849505152
private Callback callback; public ApplyRequestValuesExecutor() { callback = new ApplyRequestValuesCallback(); }
44454647484950
private static final Logger LOG = LoggerFactory.getLogger(ApplyRequestValuesExecutor.class); private ContextCallback contextCallback; public ApplyRequestValuesExecutor() { contextCallback = new ApplyRequestValuesCallback(); }
48495051525354