Packages

trait SwaggerRouteDSL extends RouteDSL

Self Type
SwaggerRouteDSL
Linear Supertypes
RouteDSL, RouteState, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SwaggerRouteDSL
  2. RouteDSL
  3. RouteState
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. implicit abstract val swagger: Swagger
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def any(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  5. def any(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  6. def any(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  7. def any(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  8. def any[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  11. def delete(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  12. def delete(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  13. def delete(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  14. def delete(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  15. def delete[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  16. def deleteWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) ⇒ Unit)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
  17. val dsl: RouteDSL
    Attributes
    protected
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. def filter(next: HttpFilter): FilteredDSL[HttpFilter]
    Definition Classes
    RouteDSL
  21. def filter[FilterType <: HttpFilter](f: ⇒ Unit)(implicit arg0: Manifest[FilterType]): Unit
    Definition Classes
    RouteDSL
  22. def filter[FilterType <: HttpFilter](implicit arg0: Manifest[FilterType]): FilteredDSL[FilterType]
    Definition Classes
    RouteDSL
  23. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def get(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  25. def get(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  26. def get(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  27. def get(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  28. def get[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) ⇒ Unit)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
  31. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  32. def head(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  33. def head(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  34. def head(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  35. def head(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  36. def head[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  37. def headWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) ⇒ Unit)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def options(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  43. def options(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  44. def options(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  45. def options(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  46. def options[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  47. def optionsWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) ⇒ Unit)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
  48. def patch(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  49. def patch(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  50. def patch(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  51. def patch(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  52. def patch[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  53. def patchWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) ⇒ Unit)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
  54. def post(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  55. def post(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  56. def post(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  57. def post(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  58. def post[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  59. def postWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) ⇒ Unit)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
  60. def prefix(value: String): PrefixedDSL
    Definition Classes
    RouteDSL
  61. def put(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  62. def put(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  63. def put(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  64. def put(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  65. def put[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  66. def putWithDoc[RequestType, ResponseType](route: String, name: String = "", admin: Boolean = false, routeIndex: Option[RouteIndex] = None)(doc: (Operation) ⇒ Unit)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit
  67. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  68. def toString(): String
    Definition Classes
    AnyRef → Any
  69. def trace(route: String, name: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  70. def trace(route: String, admin: Boolean, index: RouteIndex, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  71. def trace(route: String, admin: Boolean, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  72. def trace(route: String, callback: JavaCallback[Request, AnyRef]): Unit
    Attributes
    protected
    Definition Classes
    RouteDSL
  73. def trace[RequestType, ResponseType](route: String, name: String, admin: Boolean, index: Option[RouteIndex])(callback: (RequestType) ⇒ ResponseType)(implicit arg0: scala.reflect.api.JavaUniverse.TypeTag[RequestType], arg1: scala.reflect.api.JavaUniverse.TypeTag[ResponseType]): Unit
    Definition Classes
    RouteDSL
  74. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from RouteDSL

Inherited from RouteState

Inherited from AnyRef

Inherited from Any

Ungrouped