// set the page URL variable
request.setAttribute("pageURL", pageURL);
// set the version variable
request.setAttribute("version", new Version());
// get the set of registered links, and apply any filter
List<AdminRegistration> registry = getRegistry();
// go through and apply any filters