Packages

case class ParserRoutes()(implicit cc: castor.Context, log: Logger) extends Routes with Product with Serializable

Linear Supertypes
Serializable, Product, Equals, Routes, AnyRef, Any
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ParserRoutes
  2. Serializable
  3. Product
  4. Equals
  5. Routes
  6. AnyRef
  7. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ParserRoutes()(implicit cc: castor.Context, log: Logger)

Value Members

  1. def caskMetadata: RoutesEndpointsMetadata[ParserRoutes.this.type]
    Definition Classes
    Routes
  2. def decorators: Seq[Decorator[_, _, _]]
    Definition Classes
    Routes
  3. def log: Logger
  4. val mainHTML: String
  5. def nlp(): Response[String]
    Annotations
    @get("/nlp.html", endpoints.this.get.<init>$default$2)
  6. def parse(request: Request): String
    Annotations
    @post("/parse", endpoints.this.post.<init>$default$2)
  7. def productElementNames: Iterator[String]
    Definition Classes
    Product