NIHVIVO-2279 First stab at UserAccountsListController

This commit is contained in:
j2blake 2011-05-06 14:53:47 +00:00
parent 9994b120da
commit 63b0633e35
13 changed files with 696 additions and 7 deletions

View file

@ -776,6 +776,7 @@
<url-pattern>/addRestriction</url-pattern>
</servlet-mapping>
<!-- TODO This should go away as soon as the new UserAccounts are fully implemented. jblake -->
<servlet>
<servlet-name>UsersListingController</servlet-name>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.edit.listing.UsersListingController</servlet-class>
@ -785,6 +786,15 @@
<url-pattern>/listUsers</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>UserAccountsList</servlet-name>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.accounts.UserAccountsListController</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>UserAccountsList</servlet-name>
<url-pattern>/listUserAccounts</url-pattern>
</servlet-mapping>
<servlet>
<servlet-name>StatementChangeListingController</servlet-name>
<servlet-class>edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena.StatementChangeListingController</servlet-class>