NIHVIVO-2211 Replace ServletIdentifierBundleFactory with ActiveIdentifierBundleFactories and RequestIdentifiers.

This commit is contained in:
jeb228 2011-03-08 17:42:26 +00:00
parent ae500851da
commit 15e815d949
6 changed files with 13 additions and 35 deletions

View file

@ -1,13 +1,13 @@
<%-- $This file is distributed under the terms of the license in /doc/license.txt$ --%>
<%@page
import="edu.cornell.mannlib.vitro.webapp.auth.identifier.ServletIdentifierBundleFactory"%>
import="edu.cornell.mannlib.vitro.webapp.auth.identifier.RequestIdentifiers"%>
<%@page
import="java.util.List"%>
<%
List idb = ServletIdentifierBundleFactory.getIdBundleForRequest(request, session, application);
List idb = RequestIdentifiers.getIdBundleForRequest(request);
out.write("<html><body>");
out.write("<h2>Identifiers in effect: </h2>");