Class ScopedRouter

java.lang.Object
org.restlet.Restlet
org.restlet.routing.Router
net.ontopia.topicmaps.rest.v1.scoped.ScopedRouter
All Implemented Interfaces:
org.restlet.Uniform
Direct Known Subclasses:
AssociationRouter, NamesRouter, OccurrenceRouter, VariantRouter

public class ScopedRouter extends org.restlet.routing.Router
  • Field Summary

    Fields inherited from class org.restlet.routing.Router

    MODE_BEST_MATCH, MODE_CUSTOM, MODE_FIRST_MATCH, MODE_LAST_MATCH, MODE_NEXT_MATCH, MODE_RANDOM_MATCH
  • Constructor Summary

    Constructors
    Constructor
    Description
    ScopedRouter(org.restlet.Context context)
     
  • Method Summary

    Methods inherited from class org.restlet.routing.Router

    attach, attach, attach, attach, attach, attach, attachDefault, attachDefault, createRoute, createRoute, detach, detach, doHandle, getCustom, getDefaultMatchingMode, getDefaultMatchingQuery, getDefaultRoute, getMatchingMode, getMaxAttempts, getNext, getRequiredScore, getRetryDelay, getRoutes, getRoutingMode, handle, logRoute, redirectPermanent, redirectSeeOther, redirectTemporary, setDefaultMatchingMode, setDefaultMatchingQuery, setDefaultRoute, setMaxAttempts, setRequiredScore, setRetryDelay, setRoutes, setRoutingMode, start, stop

    Methods inherited from class org.restlet.Restlet

    createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, isStarted, isStopped, setAuthor, setContext, setDescription, setFinderClass, setName, setOwner

    Methods inherited from class java.lang.Object

    clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ScopedRouter

      public ScopedRouter(org.restlet.Context context)