Class OntopiaRestApplication

java.lang.Object
org.restlet.Restlet
org.restlet.Application
net.ontopia.topicmaps.rest.OntopiaRestApplication
All Implemented Interfaces:
org.restlet.Uniform

public class OntopiaRestApplication extends org.restlet.Application
  • Field Details

  • Constructor Details

    • OntopiaRestApplication

      public OntopiaRestApplication(org.restlet.Context context)
  • Method Details

    • getTopicMapReference

      public TopicMapReferenceIF getTopicMapReference(org.restlet.Request request)
    • getResolver

      public ParameterResolverIF getResolver()
    • createInboundRoot

      public org.restlet.Restlet createInboundRoot()
      Overrides:
      createInboundRoot in class org.restlet.Application
    • getDeclarationContext

      public DeclarationContextIF getDeclarationContext(TopicMapIF topicmap)
    • isEnabled

      protected boolean isEnabled(APIVersions version)
    • stop

      public void stop() throws Exception
      Overrides:
      stop in class org.restlet.Application
      Throws:
      Exception
    • getController

      public <C extends AbstractController> C getController(Class<C> controllerClass)