super(id);
// create and add components
this.add(new BookmarkablePageLink("homeLink", this.getApplication().getHomePage()));
this.add(new BookmarkablePageLink("componentsLink", org.openxri.admin.webpages.components.Index.class));
this.add(new BookmarkablePageLink("pipelinesLink", org.openxri.admin.webpages.pipelines.Index.class));
this.add(new BookmarkablePageLink("configLink", org.openxri.admin.webpages.config.Index.class));
this.add(new BookmarkablePageLink("storeLink", org.openxri.admin.webpages.store.Index.class));
this.add(new BookmarkablePageLink("serverLink", org.openxri.admin.webpages.server.Index.class));
this.add(new BookmarkablePageLink("urimapperLink", org.openxri.admin.webpages.urimapper.Index.class));
this.add(new BookmarkablePageLink("pluginLink", org.openxri.admin.webpages.plugin.Index.class));
}