%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%> <%@page import="edu.cornell.mannlib.vitro.webapp.auth.identifier.RequestIdentifiers"%> <%@page import="java.util.List"%> <% List idb = RequestIdentifiers.getIdBundleForRequest(request); out.write("
"); out.write("This is a utility that shows which identifiers are in effect.
\n"); out.write("class | value |
---|---|
" + id.getClass().getName() + " | "); out.write( "" + id.toString() + " | " ); out.write( "