case class LeanRoutes()(implicit cc: castor.Context, log: Logger) extends Routes with Product with Serializable
Instance Constructors
- new LeanRoutes()(implicit cc: castor.Context, log: Logger)
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (LeanRoutes, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def cancelParse(request: Request): String
- def caskMetadata: RoutesEndpointsMetadata[LeanRoutes.this.type]
- var channels: ArrayBuffer[WebSocketChannel]
- def clone(): AnyRef
- def codeGenDefs(): String
- def codeGenInducDefs(): String
- def decorators: Seq[Decorator[_, _, _]]
- def ensuring(cond: (LeanRoutes) => Boolean, msg: => Any): LeanRoutes
- def ensuring(cond: (LeanRoutes) => Boolean): LeanRoutes
- def ensuring(cond: Boolean, msg: => Any): LeanRoutes
- def ensuring(cond: Boolean): LeanRoutes
- final def eq(arg0: AnyRef): Boolean
- def files(): String
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getMods(file: String): String
- def getModsJs(file: String): Value
- def inducDefn(request: Request): String
- def initialize()(implicit routes: RoutesEndpointsMetadata[LeanRoutes.this.type]): Unit
- final def isInstanceOf[T0]: Boolean
- def loadFile(name: String): Task[Unit]
- def loadFileReq(request: Request): String
- def log: Logger
- def memDefs(): String
- def memInducDefs(): String
- def messenger: Logger
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def parse(request: Request): String
- def parser: LeanParser
- def productElementNames: Iterator[String]
- def saveCode(): String
- def send(s: String): Unit
- def sendErr(s: String): Unit
- def sendLog(s: String): Unit
- val sendLogger: Logger
- def showUserProfile(): WebsocketResult
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
Deprecated Value Members
- def finalize(): Unit
- def →[B](y: B): (LeanRoutes, B)
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from Routes
Value Members
- def caskMetadata: RoutesEndpointsMetadata[LeanRoutes.this.type]
- def decorators: Seq[Decorator[_, _, _]]
- def initialize()(implicit routes: RoutesEndpointsMetadata[LeanRoutes.this.type]): Unit
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromLeanRoutes to any2stringadd[LeanRoutes]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromLeanRoutes to StringFormat[LeanRoutes]
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ->[B](y: B): (LeanRoutes, B)
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def cancelParse(request: Request): String
- def caskMetadata: RoutesEndpointsMetadata[LeanRoutes.this.type]
- var channels: ArrayBuffer[WebSocketChannel]
- def clone(): AnyRef
- def codeGenDefs(): String
- def codeGenInducDefs(): String
- def decorators: Seq[Decorator[_, _, _]]
- def ensuring(cond: (LeanRoutes) => Boolean, msg: => Any): LeanRoutes
- def ensuring(cond: (LeanRoutes) => Boolean): LeanRoutes
- def ensuring(cond: Boolean, msg: => Any): LeanRoutes
- def ensuring(cond: Boolean): LeanRoutes
- final def eq(arg0: AnyRef): Boolean
- def files(): String
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- def getMods(file: String): String
- def getModsJs(file: String): Value
- def inducDefn(request: Request): String
- def initialize()(implicit routes: RoutesEndpointsMetadata[LeanRoutes.this.type]): Unit
- final def isInstanceOf[T0]: Boolean
- def loadFile(name: String): Task[Unit]
- def loadFileReq(request: Request): String
- def log: Logger
- def memDefs(): String
- def memInducDefs(): String
- def messenger: Logger
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def parse(request: Request): String
- def parser: LeanParser
- def productElementNames: Iterator[String]
- def saveCode(): String
- def send(s: String): Unit
- def sendErr(s: String): Unit
- def sendLog(s: String): Unit
- val sendLogger: Logger
- def showUserProfile(): WebsocketResult
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
- def →[B](y: B): (LeanRoutes, B)