public void addNewMapping( String commandName, Class<? extends RestishHandler<?>> implementationClass) { ResultConfig config = new ResultConfig(commandName, implementationClass, sessions, log); configs.put(commandName, config); }