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>