119120121122123124125126127128129
final LocalCommandRegistrarConnection connection = new LocalCommandRegistrarConnection(); final Command command = connection.getCommand(request); if (command != null && command.canExecute(context)) { return command; } return null; }