java.lang.Object
it.uniroma2.art.semanticturkey.services.core.controllers.DocgenController
All Implemented Interfaces:
IntrospectableController, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

@Controller public class DocgenController extends Object implements org.springframework.context.ApplicationContextAware, IntrospectableController
  • Constructor Details

    • DocgenController

      public DocgenController()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext arg0) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException
    • getServiceSpecies

      public ServiceSpecies getServiceSpecies()
      Specified by:
      getServiceSpecies in interface IntrospectableController
    • getService

      public Docgen getService()
      Specified by:
      getService in interface IntrospectableController
    • buildOWLDocumentationPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Docgen/buildOWLDocumentation", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Docgen.OWLDocumentation>> buildOWLDocumentationPublished()
    • buildSKOSDocumentationPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Docgen/buildSKOSDocumentation", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Docgen.SKOSDocumentation>> buildSKOSDocumentationPublished()