Changes for NHVIVO-3086, NIHVIVO-2980 and its subtasks: restructuring page data getters and extracting any internal class data getter or setup code from VITRO.

This commit is contained in:
hjkhjk54 2011-08-02 15:22:21 +00:00
parent d1c0bbad51
commit 4d212a4aec
20 changed files with 676 additions and 736 deletions

View file

@ -26,4 +26,10 @@ display:Home
a display:HomePage ;
a display:Page ;
display:title "Home" ;
display:urlMapping "/" .
display:urlMapping "/" ;
display:hasDataGetter display:homeDataGetter .
########## Data Getter ############
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#homeDataGetter>
a <java:edu.cornell.mannlib.vitro.webapp.utils.pageDataGetter.BrowseDataGetter> .

View file

@ -99,7 +99,8 @@ owl:versionInfo
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#hasMenuText>
a owl:DatatypeProperty .
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#usesDataGetterClass>
a owl:DatatypeProperty .
######### Object Properties#########
@ -171,3 +172,5 @@ owl:topObjectProperty
<http://vitro.mannlib.cornell.edu/ontologies/display/1.1#restrictResultsByClass>
a owl:ObjectProperty .