276277278279280281282283284285286
} else { String current = (String) request.getParameterMap().get("current"); if (current != null) { command = new OpenCommand(); } else { command = new ContentCommand(); } } command.setRequest(request); command.setResponse(response);