log.trace("init()");
// get the components we need
ComponentRegistry componentRegistry = serverConfig.getComponentRegistry();
this.server = (Server) componentRegistry.getComponent(Server.class);
this.uriMapper = (URIMapper) componentRegistry.getComponent(URIMapper.class);
this.plugin = (Plugin) componentRegistry.getComponent(Plugin.class);
log.trace("Done.");
}