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:
parent
5547acc85f
commit
fdee610e22
12 changed files with 1680 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue