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>
|
||||
|
|
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue