Class

trivial.rest.controller.finatra

FinatraController

Related Doc: package finatra

Permalink

abstract class FinatraController extends Controller with TrivialController

Linear Supertypes
TrivialController, Controller, Logging, Logging, RouteDSL, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FinatraController
  2. TrivialController
  3. Controller
  4. Logging
  5. Logging
  6. RouteDSL
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FinatraController()

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def debug(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  7. def debug(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  8. def debugFutureResult[T](msg: String)(func: ⇒ Future[T]): Future[T]

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  9. def debugResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  10. def delete(path: String)(f: (TrivialRequest) ⇒ TrivialResponse): Unit

    Permalink
    Definition Classes
    FinatraControllerTrivialController
  11. def delete[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def error(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  15. def error(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  16. def errorResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  17. def failure(failure: Failure): FinatraResponse

    Permalink
    Definition Classes
    FinatraControllerTrivialController
  18. def filter(next: HttpFilter): RouteDSL

    Permalink
    Definition Classes
    RouteDSL
  19. def filter[FilterType <: HttpFilter](implicit arg0: Manifest[FilterType]): RouteDSL

    Permalink
    Attributes
    protected
    Definition Classes
    RouteDSL
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def get(path: String)(f: (TrivialRequest) ⇒ TrivialResponse): Unit

    Permalink
    Definition Classes
    FinatraControllerTrivialController
  22. def get[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  23. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. def head[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  26. def info(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  27. def info(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  28. def infoResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  29. def isDebugEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  30. def isErrorEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  31. def isInfoEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  32. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  33. def isTraceEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  34. def isWarnEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  35. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    Logging → Logging
  36. def loggerName: String

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. def options[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  41. def patch[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  42. def post(path: String)(f: (TrivialRequest) ⇒ TrivialResponse): Unit

    Permalink
    Definition Classes
    FinatraControllerTrivialController
  43. def post[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  44. def put(path: String)(f: (TrivialRequest) ⇒ TrivialResponse): Unit

    Permalink
    Definition Classes
    FinatraControllerTrivialController
  45. def put[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  46. def response: ResponseBuilder

    Permalink

    Make the response available when wiring URL matchers to handlers.

    Make the response available when wiring URL matchers to handlers.

    Definition Classes
    FinatraController → Controller
  47. def success(content: String): FinatraResponse

    Permalink
    Definition Classes
    FinatraControllerTrivialController
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  49. def time[T](formatStr: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  50. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  51. def trace(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  52. def trace(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  53. def trace[RequestType, ResponseType](route: String, name: String)(callback: (RequestType) ⇒ ResponseType)(implicit arg0: Manifest[RequestType], arg1: Manifest[ResponseType]): Unit

    Permalink
    Definition Classes
    RouteDSL
  54. def unsupport(path: String, httpMethod: HttpMethod, errorMsg: String): Unit

    Permalink

    Register a METHOD NOT SUPPORTED handler for any HttpMethod that is not supported by each resource.

    Register a METHOD NOT SUPPORTED handler for any HttpMethod that is not supported by each resource.

    Definition Classes
    FinatraControllerTrivialController
  55. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def warn(msg: ⇒ Any, t: ⇒ Throwable): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  59. def warn(msg: ⇒ Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Logging
  60. def warnResult[T](msg: String)(func: ⇒ T): T

    Permalink
    Attributes
    protected
    Definition Classes
    Logging

Inherited from TrivialController

Inherited from Controller

Inherited from Logging

Inherited from Logging

Inherited from RouteDSL

Inherited from AnyRef

Inherited from Any

Ungrouped