65666768697071
public WebAppController() throws Exception { applications_ = new HashMap<String, Application>(); attributes_ = new HashMap<String, Object>(); handlers_ = new HashMap<String, WebRequestHandler>(); register(new CommandHandler()); }