Uses of Class
edu.cornell.mannlib.vitro.webapp.controller.VitroHttpServlet
-
-
Uses of VitroHttpServlet in edu.cornell.mannlib.vedit.controller
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vedit.controller Modifier and Type Class Description classBaseEditControllerclassEditFrontControllerThis controller exists only so we can request different edit form controllers without having to have entries in web.xml for each.classOperationController -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller Modifier and Type Class Description classDashboardPropertyListControllerHandles requests for entity information.classMailUsersServletclassOntologyControllerclassSparqlQueryBuilderServletThis servlet works as a RequestDispatcher to direct to the sparl query builder page.classUserMailControllerController for comments ("contact us") page * @author bjl23 -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.accounts.admin Modifier and Type Class Description classUserAccountsAdminControllerParcel out the different actions required of the Administrators portion of the UserAccounts GUI. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.accounts.manageproxies Modifier and Type Class Description classManageProxiesControllerParcel out the different actions required of the ManageProxies GUI. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.accounts.user
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.accounts.user Modifier and Type Class Description classUserAccountsUserControllerParcel out the different actions required of the UserAccounts GUI. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.admin
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.admin Modifier and Type Class Description classRestrictLoginsControllerOffer the user the ability to apply a RestrictedAuthenticator or revert to a BasicAuthenticator.classShowAuthControllerShow a summary of who is logged in and how they are to be treated by the authorization system.classShowBackgroundThreadsControllerShow the list of living background threads (instances of VitroBackgroundThread), and their status.classShowConfigurationShow the current ConfigurationProperties and the Java system properties.classShowSourcesControllerShow the details of where our RDF data is coming from.classSparqlQueryControllerPresent the SPARQL Query form, and execute the queries.classStartupStatusControllerDisplay the startup status page.classWaitForBackgroundThreadsControllerWait for background threads to complete. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.authenticate
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.authenticate Modifier and Type Class Description classAdminLoginControllerProvide a "hidden" login page for systems where the Login Widget has been modified to only show the link to an External Authentication system.classFakeExternalAuthControllerThis allows J. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.datatools.dumprestore Modifier and Type Class Description classDumpRestoreControllerAllow the user to dump the knowledge base from either RDFService, or restore it. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.edit
-
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.edit.listing
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.edit.listing Modifier and Type Class Description classAllClassGroupsListingControllerclassDataPropertyStatementListingControllerclassIndividualsListingControllerclassObjectPropertyStatementListingControllerclassOntologiesListingControllerclassPropertyGroupsListingControllerclassVClassWebappWithInstancesListingController -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.edit.listing.jena Modifier and Type Class Description classNamespacesListingControllerclassRestrictionsListingController -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.freemarker
-
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.grefine
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.grefine Modifier and Type Class Description classGrefineMqlreadServletThis servlet is for servicing Google Refine's "Add columns from VIVO"'s search for individual properties.classGrefinePropertyListServletThis servlet is for servicing Google Refine's "Add columns from VIVO" requests.classJSONReconcileServletThis servlet is for servicing JSON requests from Google Refine's Reconciliation Service. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.individual
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.individual Modifier and Type Class Description classIndividualControllerHandles requests for entity information. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.jena
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.jena Modifier and Type Class Description classJenaAdminActionsclassJenaCsv2RdfControllerclassJenaExportControllerclassJenaIngestControllerclassJenaXMLFileUploadclassRDFUploadControllerclassRDFUploadFormController -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.json
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.controller.json Modifier and Type Class Description classJsonServletThis servlet is for servicing requests for JSON objects/data. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.edit.n3editing.controller Modifier and Type Class Description classEditRequestAJAXControllerThis servlet is intended to handle all requests to create a form for use by the N3 editing system.classEditRequestDispatchControllerThis servlet is intended to handle all requests to create a form for use by the N3 editing system.classPostEditCleanupControllerclassProcessRdfFormControllerThis servlet will convert a request to an EditSubmission, find the EditConfiguration associated with the request, use ProcessRdfForm to process these to a set of RDF additions and retractions, the apply these to the models. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.filestorage.serving
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.filestorage.serving Modifier and Type Class Description classFileServingServletHandles a request to serve an uploaded file from the file storage system. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.search.controller
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.search.controller Modifier and Type Class Description classIndexControllerAccepts requests to display the current status of the search index, or to initiate a rebuild.classPagedSearchControllerPaged search controller that uses the search engineclassSearchHelpControllerclassSearchServiceControllerAccepts requests to update a set of URIs in the search index. -
Uses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.sparql
Subclasses of VitroHttpServlet in edu.cornell.mannlib.vitro.webapp.sparql Modifier and Type Class Description classGetAllClassesThis servlet gets all the classes for initizing the sparql query builder.classGetAllPrefixThis servlet gets all the prefix for initizing the sparql query builder.classGetClazzAllPropertiesThis servlet gets all the properties for a given subject.classGetClazzDataPropertiesThis servlet gets all the data properties for a given subject.classGetClazzObjectPropertiesThis servlet gets all the object properties for a given subject.classGetObjectClassesThis servlet gets all the range classes for a given predicate. -
Uses of VitroHttpServlet in edu.ucsf.vitro.opensocial
Subclasses of VitroHttpServlet in edu.ucsf.vitro.opensocial Modifier and Type Class Description classGadgetController -
Uses of VitroHttpServlet in org.vivoweb.linkeddatafragments.servlet
Subclasses of VitroHttpServlet in org.vivoweb.linkeddatafragments.servlet Modifier and Type Class Description classVitroLinkedDataFragmentServletServlet that responds with a Linked Data Fragment.
-