Package spark.route

Class ServletRoutes


  • public final class ServletRoutes
    extends java.lang.Object
    Holds the servlet routes.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Routes routes  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ServletRoutes()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Routes get()  
      • Methods inherited from class java.lang.Object

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

      • routes

        private static Routes routes
    • Constructor Detail

      • ServletRoutes

        private ServletRoutes()
    • Method Detail

      • get

        public static Routes get()