skinny.micro.scalate

ScalateI18nSupport

trait ScalateI18nSupport extends ScalateSupport with I18nSupport

Self Type
ScalateI18nSupport with BeforeAfterDsl
Linear Supertypes
I18nSupport, ScalateSupport, SkinnyMicroBase, SessionImplicits, DefaultImplicits, LowPriorityImplicits, LowestPriorityImplicits, TypeConverterSupport, SkinnyMicroParamsImplicits, CookiesImplicits, RouteMatcherImplicits, HaltPassControl, UrlGenerator, ResponseStatusAccessor, ResponseContentTypeAccessor, RequestFormatAccessor, ParamsAccessor, EnvironmentAccessor, ErrorHandlerAccessor, AsyncSupported, CoreHandler, Handler, LoggerProvider, ServletContextAccessor, RicherStringImplicits, ServletApiImplicits, RouteRegistryAccessor, UnstableAccessValidationConfig, SkinnyMicroContextInitializer, Initializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ScalateI18nSupport
  2. I18nSupport
  3. ScalateSupport
  4. SkinnyMicroBase
  5. SessionImplicits
  6. DefaultImplicits
  7. LowPriorityImplicits
  8. LowestPriorityImplicits
  9. TypeConverterSupport
  10. SkinnyMicroParamsImplicits
  11. CookiesImplicits
  12. RouteMatcherImplicits
  13. HaltPassControl
  14. UrlGenerator
  15. ResponseStatusAccessor
  16. ResponseContentTypeAccessor
  17. RequestFormatAccessor
  18. ParamsAccessor
  19. EnvironmentAccessor
  20. ErrorHandlerAccessor
  21. AsyncSupported
  22. CoreHandler
  23. Handler
  24. LoggerProvider
  25. ServletContextAccessor
  26. RicherStringImplicits
  27. ServletApiImplicits
  28. RouteRegistryAccessor
  29. UnstableAccessValidationConfig
  30. SkinnyMicroContextInitializer
  31. Initializable
  32. AnyRef
  33. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Config extends AnyRef

    Definition Classes
    Initializable
  2. abstract type ConfigT <: AnyRef { ... /* 3 definitions in type refinement */ }

    Definition Classes
    ServletContextAccessor → Initializable
  3. trait SkinnyMicroTemplateEngine extends AnyRef

    A TemplateEngine integrated with SkinnyMicro.

  4. sealed class TypedMultiParams extends AnyRef

    Definition Classes
    SkinnyMicroParamsImplicits
  5. sealed class TypedParams extends AnyRef

    Definition Classes
    SkinnyMicroParamsImplicits

Abstract Value Members

  1. abstract val doNotFound: () ⇒ Any

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  2. abstract def requestPath(implicit ctx: SkinnyContext): String

    Definition Classes
    SkinnyMicroBase
  3. abstract def routeBasePath(implicit ctx: SkinnyContext): String

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase

Concrete Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. implicit val anyToBoolean: TypeConverter[Any, Boolean]

    Definition Classes
    LowPriorityImplicits
  7. implicit val anyToByte: TypeConverter[Any, Byte]

    Definition Classes
    LowPriorityImplicits
  8. implicit val anyToDouble: TypeConverter[Any, Double]

    Definition Classes
    LowPriorityImplicits
  9. implicit val anyToFloat: TypeConverter[Any, Float]

    Definition Classes
    LowPriorityImplicits
  10. implicit val anyToInt: TypeConverter[Any, Int]

    Definition Classes
    LowPriorityImplicits
  11. implicit val anyToLong: TypeConverter[Any, Long]

    Definition Classes
    LowPriorityImplicits
  12. implicit val anyToShort: TypeConverter[Any, Short]

    Definition Classes
    LowPriorityImplicits
  13. implicit val anyToString: TypeConverter[Any, String]

    Definition Classes
    LowPriorityImplicits
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. implicit def booleanBlock2RouteMatcher(block: ⇒ Boolean): RouteMatcher

    Attributes
    protected
    Definition Classes
    RouteMatcherImplicits
  16. lazy val charset: Option[String]

    Definition Classes
    SkinnyMicroBase
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. var config: (ScalateI18nSupport.this)#ConfigT

    Definition Classes
    ServletContextAccessor
  19. implicit def configWrapper(config: (ScalateI18nSupport.this)#ConfigT): (ScalateI18nSupport.this)#Config { object initParameters }

    Attributes
    protected
    Definition Classes
    ServletContextAccessor → Initializable
  20. def contentType(implicit ctx: SkinnyContext): String

    Definition Classes
    ResponseContentTypeAccessor
  21. def contentTypeInferrer: ContentTypeInferrer

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  22. def contentType_=(contentType: String)(implicit ctx: SkinnyContext): Unit

    Definition Classes
    ResponseContentTypeAccessor
  23. def context: SkinnyContext

    Definition Classes
    SkinnyMicroContextInitializer
  24. def contextPath: String

    Definition Classes
    ServletContextAccessor
  25. implicit def cookieOptions(implicit ctx: SkinnyContext): CookieOptions

    Definition Classes
    CookiesImplicits
  26. def cookies(implicit ctx: SkinnyContext): SweetCookies

    Definition Classes
    CookiesImplicits
  27. def createRenderContext(out: PrintWriter)(implicit ctx: SkinnyContext): SkinnyScalateRenderContext

    Added "messages" into the template context so it can be accessed like: #{messages("hello")}

    Added "messages" into the template context so it can be accessed like: #{messages("hello")}

    Attributes
    protected
    Definition Classes
    ScalateI18nSupportScalateSupport
  28. def createTemplateEngine(config: (ScalateI18nSupport.this)#ConfigT): TemplateEngine

    Creates the templateMicro from the config.

    Creates the templateMicro from the config. There is little reason to override this unless you have created a ServletBase extension outside an HttpServlet or Filter.

    Attributes
    protected
    Definition Classes
    ScalateSupport
  29. def currentErrorHandler: ErrorHandler

    Attributes
    protected
    Definition Classes
    ErrorHandlerAccessor
  30. val defaultCharacterEncoding: String

    Attributes
    protected
    Definition Classes
    CoreHandler
  31. def defaultIndexName: String

    The default index page when the path is a directory.

    The default index page when the path is a directory.

    Attributes
    protected
    Definition Classes
    ScalateSupport
  32. def defaultLayoutPath: Option[String]

    The default path to search for templates.

    The default path to search for templates. Left as a def so it can be read from the servletContext in initialize, but you probably want a constant.

    Defaults to: - /WEB-INF/templates/views (recommended) - /WEB-INF/views (used by previous SkinnyMicro quickstarts) - /WEB-INF/scalate/templates (used by previous SkinnyMicro quickstarts)

    Attributes
    protected
    Definition Classes
    ScalateSupport
  33. implicit def defaultStringToSeq[T](implicit elementConverter: TypeConverter[String, T], mf: Manifest[T]): TypeConverter[String, Seq[T]]

    Definition Classes
    DefaultImplicits
  34. def defaultTemplateFormat: String

    The default template format.

    The default template format.

    Attributes
    protected
    Definition Classes
    ScalateSupport
  35. def defaultTemplatePath: List[String]

    The default path to search for templates.

    The default path to search for templates. Left as a def so it can be read from the servletContext in initialize, but you probably want a constant.

    Defaults to: - /WEB-INF/templates/views (recommended) - /WEB-INF/views (used by previous SkinnyMicro quickstarts) - /WEB-INF/scalate/templates (used by previous SkinnyMicro quickstarts)

    Attributes
    protected
    Definition Classes
    ScalateSupport
  36. def detectTooManyErrorFilterRegistrationAsAnErrorAtSkinnyMicroBase: Boolean

    Attributes
    protected
    Definition Classes
    ErrorHandlerAccessor
  37. implicit def enrichRequest(request: HttpServletRequest): RichRequest

    Definition Classes
    ServletApiImplicits
  38. implicit def enrichResponse(response: HttpServletResponse): RichResponse

    Definition Classes
    ServletApiImplicits
  39. implicit def enrichServletContext(servletContext: ServletContext): RichServletContext

    Definition Classes
    ServletApiImplicits
  40. implicit def enrichSession(session: HttpSession): RichHttpServletSession

    Definition Classes
    ServletApiImplicits
  41. def environment: String

    Definition Classes
    EnvironmentAccessor
  42. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  44. def error(handler: ErrorHandler): Unit

    Definition Classes
    ErrorHandlerAccessor
  45. def executeRoutes(request: HttpServletRequest, response: HttpServletResponse): Unit

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase → CoreHandler
  46. implicit def executionContext: ExecutionContext

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  47. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def findTemplate(path: String, extensionSet: Set[String] = templateEngine.extensions): Option[String]

    Finds a template for a path.

    Finds a template for a path. Delegates to a TemplateFinder, and if that fails, tries again with /defaultIndexName appended.

    Attributes
    protected
    Definition Classes
    ScalateSupport
  49. def format_=(formatValue: String)(implicit ctx: SkinnyContext): Unit

    Definition Classes
    RequestFormatAccessor
  50. def fullUrl(path: String, params: Iterable[(String, Any)], includeContextPath: Boolean, includeServletPath: Boolean, withSessionId: Boolean)(implicit ctx: SkinnyContext): String

    Definition Classes
    UrlGenerator
  51. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  52. def halt(result: ActionResult): Nothing

    Definition Classes
    HaltPassControl
  53. def halt[T](status: Integer, body: T, headers: Map[String, String], reason: String)(implicit arg0: Manifest[T]): Nothing

    Definition Classes
    HaltPassControl
  54. def handle(req: HttpServletRequest, res: HttpServletResponse): Unit

    Definition Classes
    ScalateSupport → CoreHandler → Handler
  55. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  56. def initParameter(name: String): Option[String]

    Definition Classes
    ServletContextAccessor
  57. def initialize(config: (ScalateI18nSupport.this)#ConfigT): Unit

    Definition Classes
    ScalateSupport → ServletContextAccessor → Initializable
  58. def invoke(matchedRoute: MatchedRoute): Option[Any]

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  59. def isAsyncExecutable(result: Any): Boolean

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  60. def isDevelopmentMode: Boolean

    Definition Classes
    EnvironmentAccessor
  61. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  62. def isScalateErrorPageEnabled: Boolean

    Flag whether the Scalate error page is enabled.

    Flag whether the Scalate error page is enabled. If true, uncaught exceptions will be caught and rendered by the Scalate error page.

    The default is true.

    Attributes
    protected
    Definition Classes
    ScalateSupport
  63. def jade(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

    Convenience method for layoutTemplateAs("jade").

    Convenience method for layoutTemplateAs("jade").

    Attributes
    protected
    Definition Classes
    ScalateSupport
  64. def layoutTemplate(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

    Finds and renders a template with the current layout strategy, looking for all known extensions, returning the result.

    Finds and renders a template with the current layout strategy, looking for all known extensions, returning the result.

    path

    The path of the template, passed to findTemplate.

    attributes

    Attributes to path to the render context. Disable layouts by passing layout -> "".

    Attributes
    protected
    Definition Classes
    ScalateSupport
  65. def layoutTemplateAs(ext: Set[String])(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

    Finds and renders a template with the current layout strategy, returning the result.

    Finds and renders a template with the current layout strategy, returning the result.

    ext

    The extensions to look for a template.

    path

    The path of the template, passed to findTemplate.

    attributes

    Attributes to path to the render context. Disable layouts by passing layout -> "".

    Attributes
    protected
    Definition Classes
    ScalateSupport
  66. def locale(implicit ctx: SkinnyContext): Locale

    Definition Classes
    I18nSupport
  67. def logger: Logger

    Attributes
    protected
    Definition Classes
    LoggerProvider
  68. def loggerName: String

    Attributes
    protected
    Definition Classes
    LoggerProvider
  69. implicit def lowestPriorityAny2T[T](implicit arg0: Manifest[T]): TypeConverter[Any, T]

    Definition Classes
    LowestPriorityImplicits
  70. def maxDurationToAwaitAsyncFilters: Duration

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  71. def messages(implicit ctx: SkinnyContext): Messages

    Definition Classes
    I18nSupport
  72. def messages(key: String)(implicit ctx: SkinnyContext): String

    Definition Classes
    I18nSupport
  73. def methodNotAllowed(f: (Set[HttpMethod]) ⇒ Any): Unit

    Definition Classes
    SkinnyMicroBase
  74. def mount(ctx: ServletContext): Unit

    Definition Classes
    Handler
  75. def multiParams(key: String)(implicit ctx: SkinnyContext): Seq[String]

    Definition Classes
    ParamsAccessor
  76. def multiParams(implicit ctx: SkinnyContext): MultiParams

    Definition Classes
    ParamsAccessor
  77. def mustache(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

    Convenience method for layoutTemplateAs("mustache").

    Convenience method for layoutTemplateAs("mustache").

    Attributes
    protected
    Definition Classes
    ScalateSupport
  78. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  79. def notFound(fun: ⇒ Any): Unit

    Definition Classes
    SkinnyMicroBase
  80. final def notify(): Unit

    Definition Classes
    AnyRef
  81. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  82. def params(implicit ctx: SkinnyContext): Params

    Definition Classes
    ParamsAccessor
  83. def params(key: Symbol)(implicit ctx: SkinnyContext): String

    Definition Classes
    ParamsAccessor
  84. def params(key: String)(implicit ctx: SkinnyContext): String

    Definition Classes
    ParamsAccessor
  85. def pass(): Nothing

    Definition Classes
    HaltPassControl
  86. implicit def pathPatternParser2RouteMatcher(pattern: PathPattern): RouteMatcher

    Attributes
    protected
    Definition Classes
    RouteMatcherImplicits
  87. def provideMessages(locale: Locale)(implicit ctx: SkinnyContext): Messages

    Definition Classes
    I18nSupport
  88. def redirect(uri: String)(implicit ctx: SkinnyContext): Nothing

    Definition Classes
    SkinnyMicroBase
  89. implicit def regex2RouteMatcher(regex: Regex): RouteMatcher

    Attributes
    protected
    Definition Classes
    RouteMatcherImplicits
  90. def relativeUrl(path: String, params: Iterable[(String, Any)], includeContextPath: Boolean, includeServletPath: Boolean)(implicit ctx: SkinnyContext): String

    Definition Classes
    UrlGenerator
  91. def removeRoute(method: String, route: Route): Unit

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  92. def removeRoute(method: HttpMethod, route: Route): Unit

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  93. def renderHaltException(e: HaltException)(implicit ctx: SkinnyContext): Unit

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  94. def renderPipeline(implicit ctx: SkinnyContext): RenderPipeline

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  95. def renderResponse(actionResult: Any)(implicit ctx: SkinnyContext): Unit

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  96. def renderResponseBody(actionResult: Any)(implicit ctx: SkinnyContext): Unit

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  97. def renderUncaughtException(e: Throwable)(implicit ctx: SkinnyContext): Unit

    Attributes
    protected
    Definition Classes
    ScalateSupport → SkinnyMicroBase
  98. def request(implicit ctx: SkinnyContext): HttpServletRequest

    Definition Classes
    SkinnyMicroContextInitializer
  99. def respondTo: Seq[Format]

    Attributes
    protected
    Definition Classes
    Handler
  100. def response(implicit ctx: SkinnyContext): HttpServletResponse

    Definition Classes
    SkinnyMicroContextInitializer
  101. val routes: RouteRegistry

    Attributes
    protected
    Definition Classes
    RouteRegistryAccessor
  102. def runRoutes(routes: Traversable[Route]): Stream[Any]

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  103. implicit def safe[S, T](f: (S) ⇒ T): TypeConverter[S, T]

    Definition Classes
    TypeConverterSupport
  104. implicit def safeOption[S, T](f: (S) ⇒ Option[T]): TypeConverter[S, T]

    Definition Classes
    TypeConverterSupport
  105. def scaml(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

    Convenience method for layoutTemplateAs("scaml").

    Convenience method for layoutTemplateAs("scaml").

    Attributes
    protected
    Definition Classes
    ScalateSupport
  106. implicit def seqHead[T](implicit elementConverter: TypeConverter[String, T], mf: Manifest[T]): TypeConverter[Seq[String], T]

    Definition Classes
    DefaultImplicits
  107. implicit def seqToSeq[T](implicit elementConverter: TypeConverter[String, T], mf: Manifest[T]): TypeConverter[Seq[String], Seq[T]]

    Definition Classes
    DefaultImplicits
  108. def serverAuthority(implicit ctx: SkinnyContext): String

    Attributes
    protected
    Definition Classes
    ServletContextAccessor
  109. def serverHost(implicit ctx: SkinnyContext): String

    Definition Classes
    ServletContextAccessor
  110. def serverPort(implicit ctx: SkinnyContext): Int

    Definition Classes
    ServletContextAccessor
  111. implicit def servletContext: ServletContext

    Definition Classes
    ServletContextAccessor
  112. def session(key: Symbol)(implicit ctx: SkinnyContext): Any

    Definition Classes
    SessionImplicits
  113. def session(key: String)(implicit ctx: SkinnyContext): Any

    Definition Classes
    SessionImplicits
  114. implicit def session(implicit ctx: SkinnyContext): HttpSession

    Definition Classes
    SessionImplicits
  115. def sessionOption(implicit ctx: SkinnyContext): Option[HttpSession]

    Definition Classes
    SessionImplicits
  116. def setMultiparams[S](matchedRoute: Option[MatchedRoute], originalParams: MultiParams)(implicit ctx: SkinnyContext): Unit

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  117. def shutdown(): Unit

    Definition Classes
    ScalateSupport → Initializable
  118. def skinnyContext(implicit ctx: ServletContext): SkinnyContext

    Definition Classes
    SkinnyMicroContextInitializer
  119. def ssp(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

    Convenience method for layoutTemplateAs("ssp").

    Convenience method for layoutTemplateAs("ssp").

    Attributes
    protected
    Definition Classes
    ScalateSupport
  120. def status(implicit ctx: SkinnyContext): Int

    Definition Classes
    ResponseStatusAccessor
  121. def status_=(code: Int)(implicit ctx: SkinnyContext): Unit

    Definition Classes
    ResponseStatusAccessor
  122. implicit def string2RouteMatcher(path: String): RouteMatcher

    Attributes
    protected
    Definition Classes
    RouteMatcherImplicits
  123. implicit val stringToBoolean: TypeConverter[String, Boolean]

    Definition Classes
    DefaultImplicits
  124. implicit val stringToByte: TypeConverter[String, Byte]

    Definition Classes
    DefaultImplicits
  125. def stringToDate(format: ⇒ String): TypeConverter[String, Date]

    Definition Classes
    DefaultImplicits
  126. def stringToDateFormat(format: ⇒ DateFormat): TypeConverter[String, Date]

    Definition Classes
    DefaultImplicits
  127. implicit val stringToDouble: TypeConverter[String, Double]

    Definition Classes
    DefaultImplicits
  128. implicit val stringToFloat: TypeConverter[String, Float]

    Definition Classes
    DefaultImplicits
  129. implicit val stringToInt: TypeConverter[String, Int]

    Definition Classes
    DefaultImplicits
  130. implicit val stringToLong: TypeConverter[String, Long]

    Definition Classes
    DefaultImplicits
  131. implicit def stringToRicherString(s: String): RicherString

    Definition Classes
    RicherStringImplicits
  132. implicit val stringToSelf: TypeConverter[String, String]

    Definition Classes
    DefaultImplicits
  133. def stringToSeq[T](elementConverter: TypeConverter[String, T], separator: String)(implicit arg0: Manifest[T]): TypeConverter[String, Seq[T]]

    Definition Classes
    DefaultImplicits
  134. implicit val stringToShort: TypeConverter[String, Short]

    Definition Classes
    DefaultImplicits
  135. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  136. def templateAttributes(key: String)(implicit ctx: SkinnyContext): Any

    Attributes
    protected
    Definition Classes
    ScalateSupport
  137. def templateAttributes(implicit ctx: SkinnyContext): Map[String, Any]

    A request-scoped map of attributes to pass to the template.

    A request-scoped map of attributes to pass to the template. This map will be set to any render context created with the createRenderContext method.

    Attributes
    protected
    Definition Classes
    ScalateSupport
  138. var templateEngine: TemplateEngine

    The template engine used by the methods in this support class.

    The template engine used by the methods in this support class. It provides a lower-level interface to Scalate and may be used directly to circumvent the conventions imposed by the helpers in this class. For instance, paths passed directly to the template engine are not run through findTemplate.

    Attributes
    protected[this]
    Definition Classes
    ScalateSupport
  139. def toString(): String

    Definition Classes
    AnyRef → Any
  140. implicit def toTypedMultiParams(params: MultiParams): (ScalateI18nSupport.this)#TypedMultiParams

    Definition Classes
    SkinnyMicroParamsImplicits
  141. implicit def toTypedParams(params: Params): (ScalateI18nSupport.this)#TypedParams

    Definition Classes
    SkinnyMicroParamsImplicits
  142. def unstableAccessValidationEnabled: Boolean

    Attributes
    protected
    Definition Classes
    UnstableAccessValidationConfig
  143. def url(path: String, params: Iterable[(String, Any)], includeContextPath: Boolean, includeServletPath: Boolean, absolutize: Boolean, withSessionId: Boolean)(implicit ctx: SkinnyContext): String

    Definition Classes
    UrlGenerator
  144. def userLocales(implicit ctx: SkinnyContext): Array[Locale]

    Definition Classes
    I18nSupport
  145. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  148. def withRequest[A](request: HttpServletRequest)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    SkinnyMicroContextInitializer
  149. def withRequestResponse[A](request: HttpServletRequest, response: HttpServletResponse)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    SkinnyMicroContextInitializer
  150. def withResponse[A](response: HttpServletResponse)(f: ⇒ A): A

    Attributes
    protected
    Definition Classes
    SkinnyMicroContextInitializer
  151. def withRouteMultiParams[S](matchedRoute: Option[MatchedRoute])(thunk: ⇒ S): S

    Attributes
    protected
    Definition Classes
    SkinnyMicroBase

Inherited from I18nSupport

Inherited from ScalateSupport

Inherited from SkinnyMicroBase

Inherited from SessionImplicits

Inherited from DefaultImplicits

Inherited from LowPriorityImplicits

Inherited from LowestPriorityImplicits

Inherited from TypeConverterSupport

Inherited from SkinnyMicroParamsImplicits

Inherited from CookiesImplicits

Inherited from RouteMatcherImplicits

Inherited from HaltPassControl

Inherited from UrlGenerator

Inherited from ResponseStatusAccessor

Inherited from ResponseContentTypeAccessor

Inherited from RequestFormatAccessor

Inherited from ParamsAccessor

Inherited from EnvironmentAccessor

Inherited from ErrorHandlerAccessor

Inherited from AsyncSupported

Inherited from CoreHandler

Inherited from Handler

Inherited from LoggerProvider

Inherited from ServletContextAccessor

Inherited from RicherStringImplicits

Inherited from ServletApiImplicits

Inherited from RouteRegistryAccessor

Inherited from UnstableAccessValidationConfig

Inherited from SkinnyMicroContextInitializer

Inherited from Initializable

Inherited from AnyRef

Inherited from Any

Ungrouped