Class ExtensionsController

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

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

    • ExtensionsController

      public ExtensionsController()
  • 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 Extensions getService()
      Specified by:
      getService in interface IntrospectableController
    • getExtensionsPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Extensions/getExtensions", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Collection<ExtensionFactory<?>>>> getExtensionsPublished(@RequestParam("extensionPointID") String extensionPointID)
    • getExtensionPointsPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Extensions/getExtensionPoints", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<Collection<ExtensionPoint>>> getExtensionPointsPublished(@RequestParam(value="scopes",required=false,defaultValue="") Scope[] scopes)
    • getExtensionPointPublished

      @RequestMapping(value="it.uniroma2.art.semanticturkey/st-core-services/Extensions/getExtensionPoint", method=GET, produces="application/json;charset=UTF-8") public org.springframework.http.HttpEntity<Response<ExtensionPoint>> getExtensionPointPublished(@RequestParam("identifier") String identifier)