Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.VitroRequest
-
-
Uses of VitroRequest in edu.cornell.mannlib.vedit.controller
Methods in edu.cornell.mannlib.vedit.controller with parameters of type VitroRequest Modifier and Type Method Description List<Option>BaseEditController. getSortedList(HashMap<String,Option> hashMap, List<Option> optionList, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces
Methods in edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces with parameters of type VitroRequest Modifier and Type Method Description AuthorizationRequestRequiresActions. requiredActions(VitroRequest vreq)Returns Actions that are required to be authorized for the object to be used. -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller
Fields in edu.cornell.mannlib.vitro.webapp.controller declared as VitroRequest Modifier and Type Field Description protected VitroRequestAbstractPageHandler. vreqMethods in edu.cornell.mannlib.vitro.webapp.controller with parameters of type VitroRequest Modifier and Type Method Description protected voidVitroHttpServlet. sortForPickList(List<? extends ResourceBean> beans, VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.controller with parameters of type VitroRequest Constructor Description AbstractPageHandler(VitroRequest vreq)PickListSorter(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.accounts
Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts with parameters of type VitroRequest Constructor Description UserAccountsPage(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin
Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin with parameters of type VitroRequest Modifier and Type Method Description static UserAccountsAddPageStrategyUserAccountsAddPageStrategy. getInstance(VitroRequest vreq, UserAccountsAddPage page, boolean emailEnabled)static UserAccountsEditPageStrategyUserAccountsEditPageStrategy. getInstance(VitroRequest vreq, UserAccountsEditPage page, boolean emailEnabled)protected ResponseValuesUserAccountsAdminController. processRequest(VitroRequest vreq)protected AuthorizationRequestUserAccountsAdminController. requiredActions(VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin with parameters of type VitroRequest Constructor Description UserAccountsAddPage(VitroRequest vreq)UserAccountsAddPageStrategy(VitroRequest vreq, UserAccountsAddPage page)UserAccountsDeleter(VitroRequest vreq)UserAccountsEditPage(VitroRequest vreq)UserAccountsEditPageStrategy(VitroRequest vreq, UserAccountsEditPage page)UserAccountsListPage(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.ajax
Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin.ajax with parameters of type VitroRequest Modifier and Type Method Description protected voidUserAccountsAjaxController. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)protected AuthorizationRequestUserAccountsAjaxController. requiredActions(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies
Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies with parameters of type VitroRequest Modifier and Type Method Description protected ResponseValuesManageProxiesController. processRequest(VitroRequest vreq)protected AuthorizationRequestManageProxiesController. requiredActions(VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies with parameters of type VitroRequest Constructor Description ManageProxiesCreatePage(VitroRequest vreq)ManageProxiesEditPage(VitroRequest vreq)ManageProxiesListPage(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax
Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax with parameters of type VitroRequest Modifier and Type Method Description protected voidManageProxiesAjaxController. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)protected AuthorizationRequestManageProxiesAjaxController. requiredActions(VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies.ajax with parameters of type VitroRequest Constructor Description BasicProfilesGetter(javax.servlet.http.HttpServlet servlet, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)BasicProxiesGetter(javax.servlet.http.HttpServlet servlet, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)MoreProfileInfo(javax.servlet.http.HttpServlet servlet, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)MoreProxyInfo(javax.servlet.http.HttpServlet servlet, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.accounts.user
Methods in edu.cornell.mannlib.vitro.webapp.controller.accounts.user with parameters of type VitroRequest Modifier and Type Method Description static UserAccountsFirstTimeExternalPageStrategyUserAccountsFirstTimeExternalPageStrategy. getInstance(VitroRequest vreq, UserAccountsFirstTimeExternalPage page, boolean emailEnabled)static UserAccountsMyAccountPageStrategyUserAccountsMyAccountPageStrategy. getInstance(VitroRequest vreq, UserAccountsMyAccountPage page, boolean externalAuth)protected ResponseValuesUserAccountsUserController. processRequest(VitroRequest vreq)protected AuthorizationRequestUserAccountsUserController. requiredActions(VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.controller.accounts.user with parameters of type VitroRequest Constructor Description EmailStrategy(VitroRequest vreq, UserAccountsFirstTimeExternalPage page)NoEmailStrategy(VitroRequest vreq, UserAccountsFirstTimeExternalPage page)UserAccountsCreatePasswordPage(VitroRequest vreq)UserAccountsFirstTimeExternalPage(VitroRequest vreq)UserAccountsFirstTimeExternalPageStrategy(VitroRequest vreq, UserAccountsFirstTimeExternalPage page)UserAccountsMyAccountPage(VitroRequest vreq)UserAccountsMyAccountPageStrategy(VitroRequest vreq, UserAccountsMyAccountPage page)UserAccountsPasswordBasePage(VitroRequest vreq)UserAccountsResetPasswordPage(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.admin
Methods in edu.cornell.mannlib.vitro.webapp.controller.admin with parameters of type VitroRequest Modifier and Type Method Description protected ResponseValuesRestrictLoginsController. processRequest(VitroRequest vreq)protected ResponseValuesShowAuthController. processRequest(VitroRequest vreq)protected ResponseValuesShowBackgroundThreadsController. processRequest(VitroRequest vreq)protected ResponseValuesShowConfiguration. processRequest(VitroRequest vreq)protected ResponseValuesShowSourcesController. processRequest(VitroRequest vreq)protected ResponseValuesSparqlQueryController. processRequest(VitroRequest vreq)protected ResponseValuesStartupStatusController. processRequest(VitroRequest vreq)protected AuthorizationRequestRestrictLoginsController. requiredActions(VitroRequest vreq)protected AuthorizationRequestShowAuthController. requiredActions(VitroRequest vreq)protected AuthorizationRequestShowConfiguration. requiredActions(VitroRequest vreq)protected AuthorizationRequestShowSourcesController. requiredActions(VitroRequest vreq)protected AuthorizationRequestStartupStatusController. requiredActions(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.ajax
Fields in edu.cornell.mannlib.vitro.webapp.controller.ajax declared as VitroRequest Modifier and Type Field Description protected VitroRequestAbstractAjaxResponder. vreqMethods in edu.cornell.mannlib.vitro.webapp.controller.ajax with parameters of type VitroRequest Modifier and Type Method Description protected voidSparqlQueryAjaxController. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse response)protected abstract voidVitroAjaxController. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)Sub-classes must implement this method to handle both GET and POST requests.protected AuthorizationRequestSparqlQueryAjaxController. requiredActions(VitroRequest vreq)protected AuthorizationRequestVitroAjaxController. requiredActions(VitroRequest vreq)By default, a controller requires authorization for no actions.Constructors in edu.cornell.mannlib.vitro.webapp.controller.ajax with parameters of type VitroRequest Constructor Description AbstractAjaxResponder(javax.servlet.http.HttpServlet servlet, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.authenticate
Methods in edu.cornell.mannlib.vitro.webapp.controller.authenticate with parameters of type VitroRequest Modifier and Type Method Description protected StringFakeExternalAuthController. getTitle(String siteName, VitroRequest vreq)protected ResponseValuesAdminLoginController. processRequest(VitroRequest vreq)protected ResponseValuesFakeExternalAuthController. processRequest(VitroRequest vreq)protected AuthorizationRequestAdminLoginController. requiredActions(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore
Methods in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore with parameters of type VitroRequest Modifier and Type Method Description protected ResponseValuesDumpRestoreController. processRequest(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.edit
Methods in edu.cornell.mannlib.vitro.webapp.controller.edit with parameters of type VitroRequest Modifier and Type Method Description voidDeletePageController. doDeletePage(String pageUri, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)voidRefactorRetryController. doMoveInstances(VitroRequest request, javax.servlet.http.HttpServletResponse response, EditProcessObject epo)protected voidPrimitiveDelete. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse response)protected voidPrimitiveRdfEdit. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse response)protected voidReorderController. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse response)StringMenuManagementEdit. getCommand(VitroRequest vreq)voidMenuManagementEdit. processCommand(String command, VitroRequest vreq, javax.servlet.http.HttpServletResponse resp)protected AuthorizationRequestPrimitiveDelete. requiredActions(VitroRequest vreq)protected AuthorizationRequestPrimitiveRdfEdit. requiredActions(VitroRequest vreq)protected AuthorizationRequestReorderController. requiredActions(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.edit.utils
Methods in edu.cornell.mannlib.vitro.webapp.controller.edit.utils with parameters of type VitroRequest Modifier and Type Method Description static StringLocalNamespaceClassUtils. getDefaultOntologyNamespace(VitroRequest vreq)static HashMap<String,String>LocalNamespaceClassUtils. getLocalNamespacesClasses(VitroRequest vreq, HashMap<String,String> namespaces)static HashMap<String,String>LocalNamespaceClassUtils. getLocalOntologyNamespaces(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.freemarker
Methods in edu.cornell.mannlib.vitro.webapp.controller.freemarker with parameters of type VitroRequest Modifier and Type Method Description protected voidFreemarkerHttpServlet. doException(VitroRequest vreq, javax.servlet.http.HttpServletResponse response, ResponseValues values)protected voidFreemarkerHttpServlet. doResponse(VitroRequest vreq, javax.servlet.http.HttpServletResponse response, ResponseValues values)protected voidFreemarkerHttpServlet. doTemplate(VitroRequest vreq, javax.servlet.http.HttpServletResponse response, ResponseValues values)static StringIndividualListController. getAlphaParameter(VitroRequest request)protected Map<String,Object>BaseSiteAdminController. getDataInputData(VitroRequest vreq)protected Map<String,String>BaseSiteAdminController. getDataToolsUrls(VitroRequest vreq)protected MainMenuFreemarkerHttpServlet. getDisplayModelMenu(VitroRequest vreq)static StringUrlBuilder. getIndividualProfileUrl(Individual individual, VitroRequest vreq)static StringUrlBuilder. getIndividualProfileUrl(String individualUri, VitroRequest vreq)If you already have an Individual object around, call getIndividualProfileUrl(Individual, VitroRequest) instead of this method.List<HashMap<String,String>>ViewLabelsServlet. getLocales(VitroRequest vreq, List<org.apache.jena.rdf.model.Literal> existingLiterals)static LinkedHashMap<String,String>UrlBuilder. getModelParams(VitroRequest vreq)protected Map<String,Object>BaseSiteAdminController. getOntologyEditorData(VitroRequest vreq)static intIndividualListController. getPageParameter(VitroRequest request)protected Map<String,Object>FreemarkerHttpServlet. getPageTemplateValues(VitroRequest vreq)Add variables that are needed to generate the page template (they will also be accessible to the body template).static IndividualListResultsIndividualListController. getRandomResultsForVClass(String vclassURI, int page, int pageSize, VitroRequest vreq)static IndividualListResultsIndividualListController. getResultsForVClass(String vclassURI, int page, String alpha, VitroRequest vreq)static IndividualListResultsIndividualListController. getResultsForVClassIntersections(List<String> classUris, int page, int pageSize, String alpha, VitroRequest vreq)protected Map<String,Object>BaseSiteAdminController. getSiteConfigData(VitroRequest vreq)protected Map<String,Object>BaseSiteAdminController. getSiteMaintenanceUrls(VitroRequest vreq)protected StringAboutController. getTitle(String siteName, VitroRequest vreq)StringBaseSiteAdminController. getTitle(String siteName, VitroRequest vreq)protected StringBrowseController. getTitle(String siteName, VitroRequest vreq)protected StringContactFormController. getTitle(String siteName, VitroRequest vreq)protected StringContactMailController. getTitle(String siteName, VitroRequest vreq)protected StringDumpTestController. getTitle(String siteName, VitroRequest vreq)protected StringFreemarkerHttpServlet. getTitle(String siteName, VitroRequest vreq)protected StringHomePageController. getTitle(String siteName, VitroRequest vreq)protected StringRevisionInfoController. getTitle(String siteName, VitroRequest vreq)protected StringSamplesController. getTitle(String siteName, VitroRequest vreq)protected StringStaticPageController. getTitle(String siteName, VitroRequest vreq)protected StringTestController. getTitle(String siteName, VitroRequest vreq)protected voidFreemarkerHttpServlet. handleException(VitroRequest vreq, javax.servlet.http.HttpServletResponse response, Throwable t)In case of a processing error, display an error page.static booleanUrlBuilder. isUriInDefaultNamespace(String individualUri, VitroRequest vreq)static List<IndividualListController.PageRecord>IndividualListController. makePagesList(long size, int pageSize, int selectedPage, VitroRequest vreq)protected ResponseValuesAboutController. processRequest(VitroRequest vreq)protected ResponseValuesBaseSiteAdminController. processRequest(VitroRequest vreq)protected ResponseValuesBrowseController. processRequest(VitroRequest vreq)protected ResponseValuesContactFormController. processRequest(VitroRequest vreq)protected ResponseValuesContactMailController. processRequest(VitroRequest vreq)protected ResponseValuesDeleteIndividualController. processRequest(VitroRequest vreq)protected ResponseValuesDeletePropertyController. processRequest(VitroRequest vreq)protected ResponseValuesDumpTestController. processRequest(VitroRequest vreq)protected ResponseValuesFileUploadController. processRequest(VitroRequest vreq)protected ResponseValuesFreemarkerHttpServlet. processRequest(VitroRequest vreq)protected ResponseValuesHomePageController. processRequest(VitroRequest vreq)protected ResponseValuesImageUploadController. processRequest(VitroRequest vreq)Handle the different actions.protected ResponseValuesIndividualListController. processRequest(VitroRequest vreq)protected ResponseValuesListClassGroupsController. processRequest(VitroRequest vreq)protected ResponseValuesListDatatypePropertiesController. processRequest(VitroRequest vreq)protected ResponseValuesListFauxPropertiesController. processRequest(VitroRequest vreq)protected ResponseValuesListPropertyGroupsController. processRequest(VitroRequest vreq)protected ResponseValuesListPropertyWebappsController. processRequest(VitroRequest vreq)protected ResponseValuesListVClassWebappsController. processRequest(VitroRequest vreq)protected ResponseValuesManageLabelsForIndividualController. processRequest(VitroRequest vreq)protected ResponseValuesPageController. processRequest(VitroRequest vreq)protected ResponseValuesRevisionInfoController. processRequest(VitroRequest vreq)protected ResponseValuesSamplesController. processRequest(VitroRequest vreq)protected ResponseValuesShowClassHierarchyController. processRequest(VitroRequest vreq)protected ResponseValuesShowDataPropertyHierarchyController. processRequest(VitroRequest vreq)protected ResponseValuesShowObjectPropertyHierarchyController. processRequest(VitroRequest vreq)protected ResponseValuesSimpleReasonerRecomputeController. processRequest(VitroRequest vreq)protected ResponseValuesStaticPageController. processRequest(VitroRequest vreq)protected ResponseValuesTestController. processRequest(VitroRequest vreq)protected ResponseValuesViewLabelsServlet. processRequest(VitroRequest vreq)protected AuthorizationRequestBaseSiteAdminController. requiredActions(VitroRequest vreq)protected AuthorizationRequestDeleteIndividualController. requiredActions(VitroRequest vreq)protected AuthorizationRequestDeletePropertyController. requiredActions(VitroRequest vreq)protected AuthorizationRequestFileUploadController. requiredActions(VitroRequest vreq)protected AuthorizationRequestFreemarkerHttpServlet. requiredActions(VitroRequest vreq)By default, a page requires authorization for no actions.protected AuthorizationRequestImageUploadController. requiredActions(VitroRequest vreq)The required action depends on what we are trying to do.protected AuthorizationRequestListClassGroupsController. requiredActions(VitroRequest vreq)protected AuthorizationRequestListDatatypePropertiesController. requiredActions(VitroRequest vreq)protected AuthorizationRequestListFauxPropertiesController. requiredActions(VitroRequest vreq)protected AuthorizationRequestListPropertyGroupsController. requiredActions(VitroRequest vreq)protected AuthorizationRequestListPropertyWebappsController. requiredActions(VitroRequest vreq)protected AuthorizationRequestListVClassWebappsController. requiredActions(VitroRequest vreq)protected AuthorizationRequestManageLabelsForIndividualController. requiredActions(VitroRequest vreq)protected AuthorizationRequestPageController. requiredActions(VitroRequest vreq)Get the required actions for all the data getters then AND them together.protected AuthorizationRequestRevisionInfoController. requiredActions(VitroRequest vreq)protected AuthorizationRequestShowClassHierarchyController. requiredActions(VitroRequest vreq)protected AuthorizationRequestShowDataPropertyHierarchyController. requiredActions(VitroRequest vreq)protected AuthorizationRequestShowObjectPropertyHierarchyController. requiredActions(VitroRequest vreq)protected AuthorizationRequestSimpleReasonerRecomputeController. requiredActions(VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.controller.freemarker with parameters of type VitroRequest Constructor Description ObjectPropertyAlphaComparator(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.individual
Methods in edu.cornell.mannlib.vitro.webapp.controller.individual with parameters of type VitroRequest Modifier and Type Method Description protected ResponseValuesIndividualController. processRequest(VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.controller.individual with parameters of type VitroRequest Constructor Description ExtendedRdfAssembler(VitroRequest vreq, Individual individual, ContentType rdfFormat)Deprecated.IndividualRdfAssembler(VitroRequest vreq, String individualUri, ContentType rdfFormat)IndividualRequestAnalysisContextImpl(VitroRequest vreq)IndividualRequestAnalyzer(VitroRequest vreq, IndividualRequestAnalysisContext analysisContext) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.individuallist
Methods in edu.cornell.mannlib.vitro.webapp.controller.individuallist with parameters of type VitroRequest Modifier and Type Method Description voidIndividualJsonWrapper.AddJSONFields. add(com.fasterxml.jackson.databind.node.ObjectNode jo, VitroRequest vreq, Individual ind)static com.fasterxml.jackson.databind.node.ObjectNodeIndividualListResultsUtils. wrapIndividualListResultsInJson(IndividualListResults results, VitroRequest vreq, boolean multipleVclasses)Process results related to VClass or vclasses. -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.jena
Methods in edu.cornell.mannlib.vitro.webapp.controller.jena with parameters of type VitroRequest Modifier and Type Method Description org.apache.jena.rdf.model.ModelJenaCsv2RdfController. doExecuteCsv2Rdf(VitroRequest vreq, org.apache.commons.fileupload.FileItem fileStream, String filePath)voidJenaIngestController. doGenerateTBox(VitroRequest vreq)voidJenaIngestController. doProcessStrings(VitroRequest vreq)voidJenaIngestController. doSplitPropertyValues(VitroRequest vreq)voidJenaIngestController. doSubtractModels(VitroRequest vreq)protected ModelAccess.WhichServiceJenaIngestController. getModelType(VitroRequest vreq)Get the model type from the request, or from the session.voidRDFUploadController. loadRDF(VitroRequest request, javax.servlet.http.HttpServletResponse response)protected StringJenaIngestController. showModelList(VitroRequest vreq, org.apache.jena.rdf.model.ModelMaker maker, ModelAccess.WhichService modelType) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.controller.json
Fields in edu.cornell.mannlib.vitro.webapp.controller.json declared as VitroRequest Modifier and Type Field Description protected VitroRequestJsonArrayProducer. vreqprotected VitroRequestJsonObjectProducer. vreqMethods in edu.cornell.mannlib.vitro.webapp.controller.json with parameters of type VitroRequest Modifier and Type Method Description protected List<String>JsonProducer. getVclassIds(VitroRequest vreq)Get one or more "vclassId" parameters from the request.protected VClassJsonProducer. getVclassParameter(VitroRequest vreq)Get the "vclassId" parameter from the request and instantiate the VClass.Constructors in edu.cornell.mannlib.vitro.webapp.controller.json with parameters of type VitroRequest Constructor Description GetAllVClasses(VitroRequest vreq)GetEntitiesByVClass(VitroRequest vreq)GetEntitiesByVClassContinuation(VitroRequest vreq)GetRandomSearchIndividualsByVClass(VitroRequest vreq)GetRenderedSearchIndividualsByVClass(VitroRequest vreq)GetSearchIndividualsByVClass(VitroRequest vreq)GetSearchIndividualsByVClasses(VitroRequest vreq)GetVClassesForVClassGroup(VitroRequest vreq)JsonArrayProducer(VitroRequest vreq)JsonObjectProducer(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.dao.jena
Methods in edu.cornell.mannlib.vitro.webapp.dao.jena with parameters of type VitroRequest Modifier and Type Method Description static org.apache.jena.query.ResultSetQueryUtils. getLanguageNeutralQueryResults(String queryStr, VitroRequest vreq)static org.apache.jena.query.ResultSetQueryUtils. getQueryResults(String queryStr, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators with parameters of type VitroRequest Modifier and Type Method Description voidDateTimeIntervalFormGenerator. addFormSpecificData(EditConfigurationVTwo editConfiguration, VitroRequest vreq)voidDateTimeValueFormGenerator. addFormSpecificData(EditConfigurationVTwo editConfiguration, VitroRequest vreq)voidDefaultAddMissingIndividualFormGenerator. addFormSpecificData(EditConfigurationVTwo editConfiguration, VitroRequest vreq)voidDefaultObjectPropertyFormGenerator. addFormSpecificData(EditConfigurationVTwo editConfiguration, VitroRequest vreq)voidManagePageGenerator. addFormSpecificData(EditConfigurationVTwo editConfiguration, VitroRequest vreq)voidNewIndividualFormGenerator. addFormSpecificData(EditConfigurationVTwo editConfiguration, VitroRequest vreq)voidDefaultObjectPropertyFormGenerator. addFormSpecificDataForAC(EditConfigurationVTwo editConfiguration, VitroRequest vreq, javax.servlet.http.HttpSession session)protected List<String>DefaultAddMissingIndividualFormGenerator. generateN3Optional(VitroRequest vreq)protected Map<String,String>DefaultAddMissingIndividualFormGenerator. generateNewResources(VitroRequest vreq)intManagePageGenerator. getAvailableMenuPosition(EditConfigurationVTwo editConfig, VitroRequest vreq)EditConfigurationVTwoAutocompleteObjectPropertyFormGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoDateTimeIntervalFormGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoDateTimePropertyGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoDateTimeValueFormGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoDefaultAddMissingIndividualFormGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoDefaultDataPropertyFormGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoDefaultDeleteGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoDefaultObjectPropertyFormGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoEditConfigurationGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoInstitutionalInternalClassForm. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoManageLabelsForIndividualGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoManageLabelsGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoManagePageGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoNewIndividualFormGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoRDFSLabelGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)EditConfigurationVTwoRdfTypeGenerator. getEditConfiguration(VitroRequest vreq, javax.servlet.http.HttpSession session)FrontEndEditingUtils.EditModeDateTimeIntervalFormGenerator. getEditMode(VitroRequest vreq)FrontEndEditingUtils.EditModeDateTimeValueFormGenerator. getEditMode(VitroRequest vreq)FrontEndEditingUtils.EditModeDefaultObjectPropertyFormGenerator. getEditMode(VitroRequest vreq)get the auto complete edit modeList<HashMap<String,String>>ManageLabelsForIndividualGenerator. getLocales(VitroRequest vreq, List<org.apache.jena.rdf.model.Literal> existingLiterals)protected List<VClass>DefaultObjectPropertyFormGenerator. getRangeTypes(VitroRequest vreq)StringDefaultObjectPropertyFormGenerator. getSparqlForAcFilter(VitroRequest vreq)protected StringDefaultAddMissingIndividualFormGenerator. getTypeOfNew(VitroRequest vreq)List<VClass>ManageLabelsForIndividualGenerator. getVClasses(EditConfigurationVTwo config, VitroRequest vreq)static booleanDefaultAddMissingIndividualFormGenerator. isCreateNewIndividual(VitroRequest vreq, javax.servlet.http.HttpSession session)voidEditConfigurationAJAXGenerator. modifyEditConfiguration(EditConfigurationVTwo config, VitroRequest vreq)voidManagePageGenerator. retrieveMenuPosition(EditConfigurationVTwo editConfig, VitroRequest vreq, Map<String,Object> formSpecificData)protected voidDefaultAddMissingIndividualFormGenerator. setFields(EditConfigurationVTwo editConfiguration, VitroRequest vreq, String predicateUri)protected voidDefaultObjectPropertyFormGenerator. setFields(EditConfigurationVTwo editConfiguration, VitroRequest vreq, String predicateUri)protected voidDefaultObjectPropertyFormGenerator. setFields(EditConfigurationVTwo editConfiguration, VitroRequest vreq, String predicateUri, List<VClass> rangeTypes)protected voidIndividualsByRankFormGenerator. setFields(EditConfigurationVTwo editConfiguration, VitroRequest vreq, String predicateUri)voidDateTimeIntervalFormGenerator. setupEditConfiguration(EditConfigurationVTwo conf, VitroRequest vreq, javax.servlet.http.HttpSession session)voidBaseEditConfigurationGenerator. setupModelSelectorsFromVitroRequest(VitroRequest vreq, EditConfigurationVTwo editConfig)Setup the model selectors using the models set in the VitroRequest.protected voidDefaultAddMissingIndividualFormGenerator. setUrisAndLiteralsOnForm(EditConfigurationVTwo editConfiguration, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors with parameters of type VitroRequest Modifier and Type Method Description protected booleanDefaultDataPropEmptyField. checkForEmptyString(MultiValueEditSubmission submission, EditConfigurationVTwo configuration, VitroRequest vreq)voidManageLabelsForIndividualPreprocessor. preprocess(MultiValueEditSubmission inputSubmission, VitroRequest vreq)voidManagePagePreprocessor. preprocess(MultiValueEditSubmission inputSubmission, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.validators
Constructors in edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.validators with parameters of type VitroRequest Constructor Description DefaultDataPropertyFormValidator(String datatype, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller with parameters of type VitroRequest Modifier and Type Method Description static voidPostEditCleanupController. doPostEditCleanup(VitroRequest vreq)protected static ResponseValuesPostEditCleanupController. doPostEditRedirect(VitroRequest vreq, String entityToReturnTo)Returns a redirect after an edit.protected EditConfigurationVTwoEditRequestAJAXController. getEditConfiguration(VitroRequest vreq)static StringProcessRdfFormController.Utilities. getPostEditUrlPattern(VitroRequest vreq, EditConfigurationVTwo editConfig)static StringProcessRdfFormController.Utilities. getResourceToRedirect(VitroRequest vreq, EditConfigurationVTwo editConfig, String entityToReturnTo)protected ResponseValuesProcessRdfFormController. handleMissingConfiguration(VitroRequest vreq)If the edit configuration cannot be found in the Session, show a message and display any request parameters so that the user's efforts won't be lost.static booleanProcessRdfFormController.Utilities. isDataProperty(EditConfigurationVTwo configuration, VitroRequest vreq)static booleanProcessRdfFormController.Utilities. isObjectProperty(EditConfigurationVTwo configuration, VitroRequest vreq)protected ResponseValuesEditRequestDispatchController. processRequest(VitroRequest vreq)protected ResponseValuesPostEditCleanupController. processRequest(VitroRequest vreq)protected ResponseValuesProcessRdfFormController. processRequest(VitroRequest vreq)protected AuthorizationRequestEditRequestAJAXController. requiredActions(VitroRequest vreq)protected AuthorizationRequestEditRequestDispatchController. requiredActions(VitroRequest vreq)protected AuthorizationRequestPostEditCleanupController. requiredActions(VitroRequest vreq)protected AuthorizationRequestProcessRdfFormController. requiredActions(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type VitroRequest Modifier and Type Method Description protected AdditionsAndRetractionsProcessRdfForm. editExistingStatements(EditConfigurationVTwo editConfig, MultiValueEditSubmission submission, VitroRequest vreq)Process an EditConfiguration to edit a set of existing statements.static StringEditConfigurationUtils. generateHTMLForElement(VitroRequest vreq, String fieldName, EditConfigurationVTwo editConfig)static StringEditConfigurationUtils. getCancelUrlBase(VitroRequest vreq)static IntegerEditConfigurationUtils. getDataHash(VitroRequest vreq)static DataPropertyEditConfigurationUtils. getDataProperty(VitroRequest vreq)static DataPropertyEditConfigurationUtils. getDataPropertyForPredicate(VitroRequest vreq, String predicateUri)static DataPropertyStatementEditConfigurationUtils. getDataPropertyStatement(VitroRequest vreq, javax.servlet.http.HttpSession session, Integer dataHash, String predicateUri)May return null if data property statement cannot be found.protected static StringEditConfigurationUtils. getDataPropKey(VitroRequest vreq)static List<ModelChangePreprocessor>N3EditUtils. getDefaultModelChangePreprocessors(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel)Find which default model preprocessors are associated with the application.static StringEditConfigurationUtils. getDomainUri(VitroRequest vreq)static StringEditConfigurationUtils. getEditKey(VitroRequest vreq)static StringEditConfigurationUtils. getEditUrl(VitroRequest vreq)static StringEditConfigurationUtils. getEditUrlWithoutContext(VitroRequest vreq)static Map<String,List<String>>EditConfigurationUtils. getExistingLiteralValues(VitroRequest vreq, EditConfigurationVTwo editConfig)static StringEditConfigurationUtils. getFormUrl(VitroRequest vreq)static StringEditConfigurationUtils. getFormUrlWithoutContext(VitroRequest vreq)static IndividualEditConfigurationUtils. getIndividual(VitroRequest vreq, String uri)static VClassEditConfigurationUtils. getLangAwardRangeVClass(VitroRequest vreq)static IndividualEditConfigurationUtils. getObjectIndividual(VitroRequest vreq)static ObjectPropertyEditConfigurationUtils. getObjectProperty(VitroRequest vreq)static ObjectPropertyEditConfigurationUtils. getObjectPropertyForPredicate(VitroRequest vreq, String predicateUri)static ObjectPropertyEditConfigurationUtils. getObjectPropertyForPredicate(VitroRequest vreq, String predicateUri, String domainUri, String rangeUri)static ObjectPropertyEditConfigurationUtils. getObjectPropertyForPredicateLangAware(VitroRequest vreq, String predicateUri, String domainUri, String rangeUri)static StringEditConfigurationUtils. getObjectUri(VitroRequest vreq)static StringEditConfigurationUtils. getPredicateUri(VitroRequest vreq)static StringEditConfigurationUtils. getRangeUri(VitroRequest vreq)static VClassEditConfigurationUtils. getRangeVClass(VitroRequest vreq)static IndividualEditConfigurationUtils. getSubjectIndividual(VitroRequest vreq)static StringEditConfigurationUtils. getSubjectUri(VitroRequest vreq)static StringEditConfigurationUtils. getTypeOfNew(VitroRequest vreq)static booleanEditConfigurationUtils. isDataProperty(String predicateUri, VitroRequest vreq)static booleanEditConfigurationUtils. isObjectProperty(String predicateUri, VitroRequest vreq)protected AdditionsAndRetractionsProcessRdfForm. parseN3ToChange(List<String> requiredAdds, List<String> optionalAdds, List<String> requiredDels, List<String> optionalDels, VitroRequest vreq, EditConfigurationVTwo editConfig)voidEditSubmissionVTwoPreprocessor. preprocess(MultiValueEditSubmission editSubmission, VitroRequest vreq)static voidN3EditUtils. preprocessModels(AdditionsAndRetractions changes, EditConfigurationVTwo editConfiguration, VitroRequest request)Execute any modelChangePreprocessors in the editConfiguration;static ModelChangePreprocessorN3EditUtils. preprocessorForURI(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String preprocessorURI)Returns a DataGetter using information in the displayModel for the individual with the URI given by dataGetterURI to configure it.AdditionsAndRetractionsProcessRdfForm. process(EditConfigurationVTwo configuration, MultiValueEditSubmission submission, VitroRequest vreq)This detects if this is an edit of an existing statement or an edit to create a new statement or set of statements.static StringN3EditUtils. processEntityToReturnTo(EditConfigurationVTwo configuration, MultiValueEditSubmission submission, VitroRequest vreq)Process Entity to Return to - substituting uris etc.protected voidProcessRdfForm. subInValuesToN3(EditConfigurationVTwo editConfig, MultiValueEditSubmission submission, List<String> requiredAsserts, List<String> optionalAsserts, List<String> requiredRetracts, List<String> optionalRetracts, VitroRequest vreq)static voidN3EditUtils. updateEditConfigurationForBackButton(EditConfigurationVTwo editConfig, MultiValueEditSubmission submission, VitroRequest vreq, org.apache.jena.rdf.model.Model writeModel)If the edit was a data property statement edit, then this updates the EditConfiguration to be an edit of the new post-edit statement.Constructors in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo with parameters of type VitroRequest Constructor Description MultiValueEditSubmission(VitroRequest vreq, EditConfigurationVTwo editConfig) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields
Methods in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields with parameters of type VitroRequest Modifier and Type Method Description static Map<String,String>SelectListGeneratorVTwo. getOptions(EditConfigurationVTwo editConfig, String fieldName, VitroRequest vreq)static Map<String,String>SelectListGeneratorVTwo. getSortedMap(Map<String,String> hmap, Comparator<String[]> comparator, VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.fields with parameters of type VitroRequest Constructor Description IndividualsViaObjectPropetyOptions(String subjectUri, String predicateUri, List<VClass> rangeTypes, String objectUri, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.email
Methods in edu.cornell.mannlib.vitro.webapp.email with parameters of type VitroRequest Modifier and Type Method Description static FreemarkerEmailMessageFreemarkerEmailFactory. createNewMessage(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.filters
Methods in edu.cornell.mannlib.vitro.webapp.filters with parameters of type VitroRequest Modifier and Type Method Description WebappDaoFactoryModelSwitcher. checkForModelSwitching(VitroRequest vreq, WebappDaoFactory inputWadf)Check if special model is requested - this is for enabling the use of a different model for menu management. -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.i18n.selection
Constructors in edu.cornell.mannlib.vitro.webapp.i18n.selection with parameters of type VitroRequest Constructor Description LocaleSelectionDataGetter(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.rdfservice
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice that return VitroRequest Modifier and Type Method Description VitroRequestRDFService. getVitroRequest()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice with parameters of type VitroRequest Modifier and Type Method Description voidRDFService. setVitroRequest(VitroRequest vitroRequest)UQAM-Bug-Correction Useful among other things to transport the linguistic context in the service -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.rdfservice.filter
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.filter that return VitroRequest Modifier and Type Method Description VitroRequestLanguageFilteringRDFService. getVitroRequest()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.filter with parameters of type VitroRequest Modifier and Type Method Description voidLanguageFilteringRDFService. setVitroRequest(VitroRequest vitroRequest) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.rdfservice.impl
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl that return VitroRequest Modifier and Type Method Description VitroRequestRDFServiceFactorySingle.UnclosableRDFService. getVitroRequest()VitroRequestRDFServiceImpl. getVitroRequest()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl with parameters of type VitroRequest Modifier and Type Method Description static RDFServiceRDFServiceUtils. getRDFService(VitroRequest vreq)static RDFServiceRDFServiceUtils. getRDFService(VitroRequest vreq, ModelAccess.WhichService which)voidRDFServiceFactorySingle.UnclosableRDFService. setVitroRequest(VitroRequest vitroRequest)voidRDFServiceImpl. setVitroRequest(VitroRequest vitroRequest) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena that return VitroRequest Modifier and Type Method Description VitroRequestRDFServiceJena. getVitroRequest()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena with parameters of type VitroRequest Modifier and Type Method Description voidRDFServiceJena. setVitroRequest(VitroRequest vitroRequest) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.model
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.model that return VitroRequest Modifier and Type Method Description VitroRequestRDFServiceModel. getVitroRequest()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.jena.model with parameters of type VitroRequest Modifier and Type Method Description voidRDFServiceModel. setVitroRequest(VitroRequest vitroRequest) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging
Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging that return VitroRequest Modifier and Type Method Description VitroRequestLoggingRDFService. getVitroRequest()Methods in edu.cornell.mannlib.vitro.webapp.rdfservice.impl.logging with parameters of type VitroRequest Modifier and Type Method Description voidLoggingRDFService. setVitroRequest(VitroRequest vitroRequest) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.search.controller
Methods in edu.cornell.mannlib.vitro.webapp.search.controller with parameters of type VitroRequest Modifier and Type Method Description protected voidAutocompleteController. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse response)protected voidDataAutocompleteController. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse response)protected PagedSearchController.FormatPagedSearchController. getFormat(VitroRequest req)StringAutocompleteController.SearchResult. getMsTypeLocalName(String theUri, VitroRequest vreq)protected static List<PagedSearchController.PagingLink>PagedSearchController. getPagingLinks(int startIndex, int hitsPerPage, long hitCount, String baseUrl, UrlBuilder.ParamMap params, VitroRequest vreq)protected StringIndexController. getTitle(String siteName, VitroRequest vreq)protected booleanPagedSearchController. isRequestedFormatCSV(VitroRequest req)protected booleanPagedSearchController. isRequestedFormatXml(VitroRequest req)protected ResponseValuesIndexController. processRequest(VitroRequest vreq)protected ResponseValuesPagedSearchController. processRequest(VitroRequest vreq)protected ResponseValuesSearchHelpController. processRequest(VitroRequest vreq)protected ResponseValuesSearchServiceController. processRequest(VitroRequest req)Handle the different actions.protected AuthorizationRequestAutocompleteController. requiredActions(VitroRequest vreq)protected AuthorizationRequestDataAutocompleteController. requiredActions(VitroRequest vreq)protected AuthorizationRequestIndexController. requiredActions(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.services.shortview
Methods in edu.cornell.mannlib.vitro.webapp.services.shortview with parameters of type VitroRequest Modifier and Type Method Description ShortViewService.TemplateAndSupplementalDataShortViewService. getShortViewInfo(Individual individual, ShortViewService.ShortViewContext svContext, VitroRequest vreq)What template should be used to render the short view of this individual in this context? What data is available from custom data getters? Ask the Application Ontology for short view specifications on each of the most specific classes for this individual.ShortViewService.TemplateAndSupplementalDataShortViewServiceImpl. getShortViewInfo(Individual individual, ShortViewService.ShortViewContext svContext, VitroRequest vreq)FakeApplicationOntologyService.TemplateAndDataGettersFakeApplicationOntologyService. getShortViewProperties(VitroRequest vreq, Individual individual, String classUri, String contextName)Return the template name and DataGetter instances associated with this class and this short view context.StringShortViewService. renderShortView(Individual individual, ShortViewService.ShortViewContext context, Map<String,Object> modelMap, VitroRequest vreq)Render the short view template that applies to this individual in this context.StringShortViewServiceImpl. renderShortView(Individual individual, ShortViewService.ShortViewContext context, Map<String,Object> modelMap, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.utils
Methods in edu.cornell.mannlib.vitro.webapp.utils with parameters of type VitroRequest Modifier and Type Method Description static List<FauxDataPropertyWrapper>ApplicationConfigurationOntologyUtils. getPopulatedFauxDPs(List<DataProperty> populatedDataProperties, Individual subject, VitroRequest vreq)static List<FauxObjectPropertyWrapper>ApplicationConfigurationOntologyUtils. getPopulatedFauxOPs(List<ObjectProperty> populatedObjectProperties, Individual subject, VitroRequest vreq)static List<Property>ApplicationConfigurationOntologyUtils. getPossibleFauxProps(List<? extends FauxPropertyWrapper> curProps, Individual subject, VitroRequest vreq, boolean isData) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.utils.dataGetter
Methods in edu.cornell.mannlib.vitro.webapp.utils.dataGetter with parameters of type VitroRequest Modifier and Type Method Description protected voidBrowseDataGetter. configure(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Configure this instance based on the URI and display model.protected voidClassGroupPageData. configure(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Configure this instance based on the URI and display model.protected voidFixedHTMLDataGetter. configure(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Configure this instance based on the URI and display model.protected voidIndividualsForClassesDataGetter. configure(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Configure this instance based on the URI and display model.protected voidSearchIndividualsDataGetter. configure(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Configure this instance based on the URI and display model.protected voidSparqlQueryDataGetter. configure(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Configure this instance based on the URI and display model.com.fasterxml.jackson.databind.node.ObjectNodeBrowseDataGetter. convertToJSON(Map<String,Object> dataMap, VitroRequest vreq)For processig of JSONObjectcom.fasterxml.jackson.databind.JsonNodeClassGroupPageData. convertToJSON(Map<String,Object> dataMap, VitroRequest vreq)For processing of JSONObjectcom.fasterxml.jackson.databind.JsonNodeIndividualsForClassesDataGetter. convertToJSON(Map<String,Object> dataMap, VitroRequest vreq)For processig of JSONObjectstatic com.fasterxml.jackson.databind.node.ObjectNodeDataGetterUtils. covertDataToJSONForPage(VitroRequest vreq, String pageUri, org.apache.jena.rdf.model.Model displayModel)Convert data to JSON for page uri based on type and related datagetters TODO: How to handle different data getters? Will this replace json fields or add to them?static DataGetterDataGetterUtils. dataGetterForURI(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Returns a DataGetter using information in the displayModel for the individual with the URI given by dataGetterURI to configure it.protected Map<String,Object>BrowseDataGetter. doAllClassGroupsDisplay(Map params, VitroRequest request, javax.servlet.ServletContext context)protected Map<String,Object>BrowseDataGetter. doClassDisplay(Map params, VitroRequest request, javax.servlet.ServletContext context)protected Map<String,Object>BrowseDataGetter. doClassGroupDisplay(Map params, VitroRequest request, javax.servlet.ServletContext context)protected Map<String,Object>BrowseDataGetter. getAllClassGroupData(VitroRequest request, Map params, javax.servlet.ServletContext context)Gets a list of all VClassGroups with vclasses with individual counts.protected static StringIndividualsForClassesDataGetter. getAlphaParameter(VitroRequest request)static VClassGroupTemplateModelClassGroupPageData. getClassGroup(String classGroupUri, javax.servlet.ServletContext context, VitroRequest vreq)static VClassGroupTemplateModelIndividualsForClassesDataGetter. getClassGroup(String classGroupUri, VitroRequest vreq)protected Map<String,Object>BrowseDataGetter. getClassGroupData(VitroRequest request, Map params, javax.servlet.ServletContext context)static List<DataGetter>DataGetterUtils. getDataGettersForClass(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String classURI)Get a list of DataGetter objects that are associated with a Vitro VClass.static List<DataGetter>DataGetterUtils. getDataGettersForPage(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String pageURI)Get a list of DataGetter objects that are associated with a page.static List<DataGetter>DataGetterUtils. getDataGettersForTemplate(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String templateName)Get a list of DataGetter objects that are associated with a Freemarker template.protected edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter.ModeBrowseDataGetter. getMode(VitroRequest request, Map<String,Object> params)protected org.apache.jena.rdf.model.ModelDataGetterBase. getModel(javax.servlet.ServletContext context, VitroRequest vreq, String modelName)Get the model to use based on a model URI.protected static intIndividualsForClassesDataGetter. getPageParameter(VitroRequest request)static StringBrowseDataGetter. getParam(edu.cornell.mannlib.vitro.webapp.utils.dataGetter.BrowseDataGetter.Mode mode, VitroRequest request, Map params)protected voidIndividualsForClassesDataGetter. processClassesAndRestrictions(VitroRequest vreq, javax.servlet.ServletContext context, HashMap<String,Object> data, List<String> classes, List<String> restrictClasses)Constructors in edu.cornell.mannlib.vitro.webapp.utils.dataGetter with parameters of type VitroRequest Constructor Description BrowseDataGetter(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Constructor with display model and data getter URI that will be called by reflection.ClassGroupPageData(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Constructor with display model and data getter URI that will be called by reflection.ExecuteDataRetrieval(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, Individual individual)Constructor with display model and data getter URI that will be called by reflection.FixedHTMLDataGetter(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Constructor with display model and data getter URI that will be called by reflection.IndividualsForClassesDataGetter(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Constructor with display model and data getter URI that will be called by reflection.SearchIndividualsDataGetter(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Constructor with display model and data getter URI that will be called by reflection.SparqlQueryDataGetter(VitroRequest vreq, org.apache.jena.rdf.model.Model displayModel, String dataGetterURI)Constructor with display model and data getter URI that will be called by reflection. -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.utils.developer
Methods in edu.cornell.mannlib.vitro.webapp.utils.developer with parameters of type VitroRequest Modifier and Type Method Description protected voidDeveloperSettingsServlet. doRequest(VitroRequest vreq, javax.servlet.http.HttpServletResponse resp) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.utils.generators
Methods in edu.cornell.mannlib.vitro.webapp.utils.generators with parameters of type VitroRequest Modifier and Type Method Description static FrontEndEditingUtils.EditModeEditModeUtils. getEditMode(VitroRequest vreq, List<String> possiblePredicates) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.utils.jena
Methods in edu.cornell.mannlib.vitro.webapp.utils.jena with parameters of type VitroRequest Modifier and Type Method Description voidJenaIngestUtils. doPermanentURI(String oldModel, String newModel, String oldNamespace, String newNamespace, org.apache.jena.rdf.model.ModelMaker maker, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.utils.menuManagement
Methods in edu.cornell.mannlib.vitro.webapp.utils.menuManagement with parameters of type VitroRequest Modifier and Type Method Description org.apache.jena.rdf.model.ModelProcessClassGroup. processSubmission(VitroRequest vreq, org.apache.jena.rdf.model.Resource dataGetterResource)org.apache.jena.rdf.model.ModelProcessDataGetter. processSubmission(VitroRequest vreq, org.apache.jena.rdf.model.Resource dataGetterResource)org.apache.jena.rdf.model.ModelProcessIndividualsForClasses. processSubmission(VitroRequest vreq, org.apache.jena.rdf.model.Resource dataGetterResource)booleanProcessIndividualsForClasses. useProcessor(VitroRequest vreq)Process submission -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.utils.searchengine
Methods in edu.cornell.mannlib.vitro.webapp.utils.searchengine with parameters of type VitroRequest Modifier and Type Method Description static StringSearchQueryUtils. getAlphaParameter(VitroRequest request)Methods that can be used in multiple places, such as IndividualListController and SearchIndividualsDataGetterstatic intSearchQueryUtils. getPageParameter(VitroRequest request) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web
Methods in edu.cornell.mannlib.vitro.webapp.web with parameters of type VitroRequest Modifier and Type Method Description StringViewFinder. findClassView(Individual individual, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.images
Methods in edu.cornell.mannlib.vitro.webapp.web.images with parameters of type VitroRequest Modifier and Type Method Description static StringPlaceholderUtil. getPlaceholderImagePathForIndividual(VitroRequest vreq, String individualUri)If there is a placeholder image for any type that this Individual instantiates, return that image.static StringPlaceholderUtil. getPlaceholderImagePathForType(VitroRequest vreq, String typeUri)If we have a placeholder image for this exact type, return it. -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.templatemodels
Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels with parameters of type VitroRequest Constructor Description User(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview
Methods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview with parameters of type VitroRequest Modifier and Type Method Description static booleanListConfigUtils. getUsePreciseSubquery(VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.customlistview with parameters of type VitroRequest Constructor Description DataPropertyListConfig(DataPropertyTemplateModel dptm, freemarker.cache.TemplateLoader templateLoader, VitroRequest vreq, DataProperty dp, boolean editing)PropertyListConfig(ObjectPropertyTemplateModel optm, freemarker.cache.TemplateLoader templateLoader, VitroRequest vreq, ObjectProperty op, boolean editing) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.templatemodels.edit
Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.edit with parameters of type VitroRequest Constructor Description EditConfigurationTemplateModel(EditConfigurationVTwo editConfig, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual declared as VitroRequest Modifier and Type Field Description protected VitroRequestBaseIndividualTemplateModel. vreqprotected VitroRequestPropertyStatementTemplateModel. vreqprotected VitroRequestPropertyTemplateModel. vreqMethods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with parameters of type VitroRequest Modifier and Type Method Description static IndividualTemplateModelIndividualTemplateModelBuilder. build(Individual individual, VitroRequest vreq)IndividualTemplateModelIndividualTemplateModelBuilder.IIndividualTemplateModelBuilder. build(Individual individual, VitroRequest vreq)static ObjectPropertyTemplateModelObjectPropertyTemplateModel. getObjectPropertyTemplateModel(ObjectProperty op, Individual subject, VitroRequest vreq, boolean editing, List<ObjectProperty> populatedObjectPropertyList)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individual with parameters of type VitroRequest Constructor Description BaseIndividualTemplateModel(Individual individual, VitroRequest vreq)DataPropertyStatementTemplateModel(String subjectUri, Property property, org.apache.jena.rdf.model.Literal literal, String templateName, VitroRequest vreq)ObjectPropertyStatementTemplateModel(String subjectUri, ObjectProperty property, String objectKey, Map<String,String> data, String templateName, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist declared as VitroRequest Modifier and Type Field Description protected VitroRequestBaseListedIndividual. vreqMethods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist with parameters of type VitroRequest Modifier and Type Method Description static ListedIndividualListedIndividualBuilder. build(Individual individual, VitroRequest vreq)ListedIndividualListedIndividualBuilder.ILIstedIndividualBuilder. build(Individual individual, VitroRequest vreq)static List<ListedIndividual>BaseListedIndividual. getIndividualTemplateModels(List<Individual> individuals, VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.individuallist with parameters of type VitroRequest Constructor Description BaseListedIndividual(Individual individual, VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu declared as VitroRequest Modifier and Type Field Description protected VitroRequestMainMenu. vreqConstructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu with parameters of type VitroRequest Constructor Description MainMenu(VitroRequest vreq) -
Uses of VitroRequest in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult
Fields in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult declared as VitroRequest Modifier and Type Field Description protected VitroRequestIndividualSearchResult. vreqMethods in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult with parameters of type VitroRequest Modifier and Type Method Description static List<IndividualSearchResult>IndividualSearchResult. getIndividualTemplateModels(List<Individual> individuals, VitroRequest vreq)Constructors in edu.cornell.mannlib.vitro.webapp.web.templatemodels.searchresult with parameters of type VitroRequest Constructor Description IndividualSearchResult(Individual individual, VitroRequest vreq) -
Uses of VitroRequest in edu.ucsf.vitro.opensocial
Methods in edu.ucsf.vitro.opensocial with parameters of type VitroRequest Modifier and Type Method Description protected StringGadgetController. getTitle(String siteName, VitroRequest vreq)protected ResponseValuesGadgetController. processGadgetDetails(VitroRequest vreq)protected ResponseValuesGadgetController. processGadgetSandbox(VitroRequest vreq)protected ResponseValuesGadgetController. processRequest(VitroRequest vreq)Constructors in edu.ucsf.vitro.opensocial with parameters of type VitroRequest Constructor Description OpenSocialManager(VitroRequest vreq, String pageName)OpenSocialManager(VitroRequest vreq, String pageName, boolean editMode)
-