exchange);
} else if (url.isPageRequest()) {
respondToPageRequest(new WikiPageRequest(this, url),
exchange);
} else if (url.isSchemaRequest()) {
respondToSchemaRequest(new WikiSchemaRequest(this, url),
exchange);
}
}
} catch (org.dbwiki.exception.WikiException wikiException) {
wikiException.printStackTrace();