NIHVIVO-3542 Refactor IndividualController into 8 classes - focus on cleaning the logic in IndividualRequestAnalyzer - create a unit test for IndividualRequestAnalyzer.

This commit is contained in:
j2blake 2012-01-29 17:23:30 +00:00
parent 5547acc85f
commit fdee610e22
12 changed files with 1680 additions and 5 deletions

View file

@ -986,7 +986,7 @@
<servlet>
<servlet-name>individual</servlet-name>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.freemarker.IndividualController</servlet-class>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.individual.IndividualController</servlet-class>
</servlet>
<servlet>

View file

@ -2,6 +2,6 @@
<#-- Template for help on individual page -->
<h2>Quick Notes on Using Individual:</h2>
<h2>Individual not found:</h2>
<p>id is the id of the entity to query for. netid also works.</p>