else if (command.equals(MenuPrinter.SYSTEM_PROPERTIES.getName()))
request.setAttribute(Attributes.CONTENT, new SystemPropertiesPrinter());
else if (command.equals(MenuPrinter.CONFIG_DIAMETER.getName()))
doDiameterConfig(request);
else if (command.equals(MenuPrinter.STATISTICS_DIAMETER.getName()))
request.setAttribute(Attributes.CONTENT, new DiameterStatisticsPrinter(_mbsc));
else if (command.equals(MenuPrinter.CONFIG_HTTP.getName()))
doHttpConfig(request);
else if (command.equals(MenuPrinter.STATISTICS_HTTP.getName()))
request.setAttribute(Attributes.CONTENT, new HttpStatisticsPrinter(_mbsc));
else if (command.equals(MenuPrinter.HTTP_LOGS.getName()))