diff --git a/productMods/WEB-INF/web.xml b/productMods/WEB-INF/web.xml index 2733e9a0..3572cf54 100644 --- a/productMods/WEB-INF/web.xml +++ b/productMods/WEB-INF/web.xml @@ -824,38 +824,38 @@ - ObjectPropertyHierarchyListingController - edu.cornell.mannlib.vitro.webapp.controller.edit.listing.ObjectPropertyHierarchyListingController + ShowObjectPropertyHierarchyController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.ShowObjectPropertyHierarchyController - ObjectPropertyHierarchyListingController + ShowObjectPropertyHierarchyController /showObjectPropertyHierarchy - DataPropertyHierarchyListingController - edu.cornell.mannlib.vitro.webapp.controller.edit.listing.DataPropertyHierarchyListingController + ShowDataPropertyHierarchyController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.ShowDataPropertyHierarchyController - DataPropertyHierarchyListingController + ShowDataPropertyHierarchyController /showDataPropertyHierarchy - PropertyWebappsListingController - edu.cornell.mannlib.vitro.webapp.controller.edit.listing.PropertyWebappsListingController + ListPropertyWebappsController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.ListPropertyWebappsController - PropertyWebappsListingController + ListPropertyWebappsController /listPropertyWebapps - DatatypePropertiesListingController - edu.cornell.mannlib.vitro.webapp.controller.edit.listing.DatatypePropertiesListingController + ListDatatypePropertiesController + edu.cornell.mannlib.vitro.webapp.controller.freemarker.ListDatatypePropertiesController - DatatypePropertiesListingController + ListDatatypePropertiesController /listDatatypeProperties