}
protected void initCommandExecutors() {
CommandContextInterceptor commandContextInterceptor = new CommandContextInterceptor(commandContextFactory, this);
commandContextInterceptor.setNext(new CommandExecutorImpl());
this.commandExecutor = commandContextInterceptor;
}