Class DocRedirector


  • public class DocRedirector
    extends org.restlet.Application
    • Field Summary

      • Fields inherited from class org.restlet.Application

        KEY
    • Constructor Summary

      Constructors 
      Constructor Description
      DocRedirector​(org.restlet.Context parentContext)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.restlet.Restlet createRoot()  
      java.lang.String getName()  
      • Methods inherited from class org.restlet.Application

        getAuthor, getConnectorService, getConverterService, getDecoderService, getDescription, getMetadataService, getOwner, getRoot, getStatusService, getTunnelService, handle, setAuthor, setConnectorService, setConverterService, setDecoderService, setDescription, setMetadataService, setName, setOwner, setStatusService, setTunnelService, start, stop
      • Methods inherited from class org.restlet.Restlet

        getContext, getLogger, init, isStarted, isStopped, setContext
      • Methods inherited from class org.restlet.Uniform

        delete, delete, get, get, handle, head, head, options, options, post, post, put, put
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DocRedirector

        public DocRedirector​(org.restlet.Context parentContext)
    • Method Detail

      • getName

        public java.lang.String getName()
        Overrides:
        getName in class org.restlet.Application
      • createRoot

        public org.restlet.Restlet createRoot()
        Specified by:
        createRoot in class org.restlet.Application