xitrum.routing

Routes

object Routes extends Logger

Linear Supertypes
Logger, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Routes
  2. Logger
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type First_Other_Last = (ArrayBuffer[Action], ArrayBuffer[Action], ArrayBuffer[Action])

  2. class SockJsClassAndOptions extends AnyRef

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. lazy val action404Method: Option[Method]

  7. lazy val action500Method: Option[Method]

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def createSockJsHandler(pathPrefix: String): SockJsHandler

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. var error: Class[_ <: ErrorController]

    404.

    404.html and 500.html is used by default

  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def fromCacheFileOrRecollect(): Unit

  16. def fromSockJsController(): Unit

  17. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. lazy val jsRoutes: String

    For use from browser

  21. lazy val logger: org.slf4j.Logger

    Logger name is inferred from the class name.

    Logger name is inferred from the class name.

    Definition Classes
    Logger
  22. def lookupMethod(route: Route): Method

  23. def matchRoute(httpMethod: HttpMethod, pathInfo: PathInfo): Option[(Method, Params)]

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. def printActionPageCaches(): Unit

  28. def printRoutes(): Unit

  29. def printSockJsRoutes(): Unit

  30. def sockJs(handlerClass: Class[_ <: SockJsHandler], pathPrefix: String, websocket: Boolean = true, cookieNeeded: Boolean = false): Unit

    Mounts SockJS handler at the path prefix.

    Mounts SockJS handler at the path prefix.

    websocket

    set to true to enable WebSocket

    cookieNeeded

    set to true for load balancers that needs JSESSION cookie

  31. def sockJsClassAndOptions(pathPrefix: String): SockJsClassAndOptions

  32. def sockJsPathPrefix(sockJsHandlerClass: Class[_ <: SockJsHandler]): String

    sockJsHandlerClass

    Normal SockJsHandler subclass or object class

  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  34. def toString(): String

    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  36. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  37. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Logger

Inherited from AnyRef

Inherited from Any

Ungrouped