org.bowlerframework

BowlerConfigurator

object BowlerConfigurator extends ApplicationRouter

Kind of the "hub"/centre point for all things configuration within Bowler.

Linear Supertypes
ApplicationRouter, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. BowlerConfigurator
  2. ApplicationRouter
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def addApplicationRoute (protocol: HttpMethod, routeMatchers: Regex, routeExecutor: RouteExecutor): Unit

    Definition Classes
    BowlerConfiguratorApplicationRouter
  7. def addApplicationRoute (protocol: HttpMethod, routeMatchers: String, routeExecutor: RouteExecutor): Unit

    Definition Classes
    BowlerConfiguratorApplicationRouter
  8. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  9. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  10. def delete (routeMatchers: Regex, routeExecutor: RouteExecutor): Unit

  11. def delete (routeMatchers: String, routeExecutor: RouteExecutor): Unit

  12. def eq (arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  14. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def get (routeMatchers: Regex, routeExecutor: RouteExecutor): Unit

  16. def get (routeMatchers: String, routeExecutor: RouteExecutor): Unit

  17. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  18. def getIsServletApp (): Boolean

  19. def getRequestMapper (request: Request): RequestMapper

  20. def hashCode (): Int

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

    Attributes
    final
    Definition Classes
    Any
  22. var isServletApp : Boolean

  23. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  24. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  25. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  26. def post (routeMatchers: Regex, routeExecutor: RouteExecutor): Unit

  27. def post (routeMatchers: String, routeExecutor: RouteExecutor): Unit

  28. def put (routeMatchers: Regex, routeExecutor: RouteExecutor): Unit

  29. def put (routeMatchers: String, routeExecutor: RouteExecutor): Unit

  30. def resolveViewRenderer (request: Request): ViewRenderer

  31. def setApplicationRouter (router: ApplicationRouter): Unit

  32. def setIsServletApp (arg0: Boolean): Unit

  33. def setRenderStrategy (renderStrategy: RenderStrategy): Unit

  34. def setRequestMappingStrategy (mappingStrategy: RequestMappingStrategy): Unit

  35. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  36. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from ApplicationRouter

Inherited from AnyRef

Inherited from Any