Trait

skinny.controller

SessionInjectorController

Related Doc: package controller

Permalink

trait SessionInjectorController extends SkinnyController with logging.LoggerProvider

Session injector for testing & debugging.

Linear Supertypes
SkinnyController, SkinnyWebPageControllerFeatures, XFrameOptionsHeaderFeature, XXSSProtectionHeaderFeature, CSRFProtectionFeature, CsrfTokenSupport, ScalateTemplateEngineFeature, ScalateSupport, TemplateEngineFeature, FlashFeature, FlashMapSupport, SkinnyControllerBase, SkinnyControllerCommonBase, SkinnyFilterActivation, ParamsPermitImplicits, ParametersGetAsImplicits, RoutesAsImplicits, XContentTypeOptionsNosniffHeaderFeature, ThreadLocalRequestFeature, TimeLoggingFeature, SensitiveParametersFeature, TimeLogging, ValidationFeature, JSONFeature, BeforeAfterActionFeature, ChunkedResponseFeature, RequestScopeFeature, LocaleFeature, SnakeCasedParamKeysFeature, ActionDefinitionFeature, ExplicitRedirectFeature, UrlGeneratorSupport, FormParamsFeature, QueryParamsFeature, EnvFeature, ApiFormats, SkinnyEngineFilter, ThreadLocalFeatures, JSONStringOpsConfig, JSONOperations, JSONStringOps, BeforeAfterDsl, RoutingDsl, MainThreadLocalEverywhere, SkinnyEngineFilterBase, SkinnyEngineBase, SessionImplicits, DefaultImplicits, LowPriorityImplicits, LowestPriorityImplicits, engine.implicits.TypeConverterSupport, EngineParamsImplicits, CookiesImplicits, RouteMatcherImplicits, HaltPassControl, UrlGenerator, ResponseStatusAccessor, ResponseContentTypeAccessor, RequestFormatAccessor, ParamsAccessor, EnvironmentAccessor, ErrorHandlerAccessor, AsyncSupported, CoreHandler, Handler, logging.LoggerProvider, ServletContextAccessor, RicherStringImplicits, ServletApiImplicits, RouteRegistryAccessor, SkinnyEngineContextInitializer, Initializable, Filter, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SessionInjectorController
  2. SkinnyController
  3. SkinnyWebPageControllerFeatures
  4. XFrameOptionsHeaderFeature
  5. XXSSProtectionHeaderFeature
  6. CSRFProtectionFeature
  7. CsrfTokenSupport
  8. ScalateTemplateEngineFeature
  9. ScalateSupport
  10. TemplateEngineFeature
  11. FlashFeature
  12. FlashMapSupport
  13. SkinnyControllerBase
  14. SkinnyControllerCommonBase
  15. SkinnyFilterActivation
  16. ParamsPermitImplicits
  17. ParametersGetAsImplicits
  18. RoutesAsImplicits
  19. XContentTypeOptionsNosniffHeaderFeature
  20. ThreadLocalRequestFeature
  21. TimeLoggingFeature
  22. SensitiveParametersFeature
  23. TimeLogging
  24. ValidationFeature
  25. JSONFeature
  26. BeforeAfterActionFeature
  27. ChunkedResponseFeature
  28. RequestScopeFeature
  29. LocaleFeature
  30. SnakeCasedParamKeysFeature
  31. ActionDefinitionFeature
  32. ExplicitRedirectFeature
  33. UrlGeneratorSupport
  34. FormParamsFeature
  35. QueryParamsFeature
  36. EnvFeature
  37. ApiFormats
  38. SkinnyEngineFilter
  39. ThreadLocalFeatures
  40. JSONStringOpsConfig
  41. JSONOperations
  42. JSONStringOps
  43. BeforeAfterDsl
  44. RoutingDsl
  45. MainThreadLocalEverywhere
  46. SkinnyEngineFilterBase
  47. SkinnyEngineBase
  48. SessionImplicits
  49. DefaultImplicits
  50. LowPriorityImplicits
  51. LowestPriorityImplicits
  52. TypeConverterSupport
  53. EngineParamsImplicits
  54. CookiesImplicits
  55. RouteMatcherImplicits
  56. HaltPassControl
  57. UrlGenerator
  58. ResponseStatusAccessor
  59. ResponseContentTypeAccessor
  60. RequestFormatAccessor
  61. ParamsAccessor
  62. EnvironmentAccessor
  63. ErrorHandlerAccessor
  64. AsyncSupported
  65. CoreHandler
  66. Handler
  67. LoggerProvider
  68. ServletContextAccessor
  69. RicherStringImplicits
  70. ServletApiImplicits
  71. RouteRegistryAccessor
  72. SkinnyEngineContextInitializer
  73. Initializable
  74. Filter
  75. AnyRef
  76. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. trait Config extends AnyRef

    Permalink
    Definition Classes
    Initializable
  2. type ConfigT = FilterConfig

    Permalink
    Definition Classes
    SkinnyEngineFilterBase → ServletContextAccessor → Initializable
  3. sealed trait RenderingRequired extends AnyRef

    Permalink
    Definition Classes
    SkinnyFilterActivation
  4. trait SkinnyEngineTemplateEngine extends AnyRef

    Permalink
    Definition Classes
    ScalateSupport
  5. sealed class TypedMultiParams extends AnyRef

    Permalink
    Definition Classes
    EngineParamsImplicits
  6. sealed class TypedParams extends AnyRef

    Permalink
    Definition Classes
    EngineParamsImplicits

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. def acceptHeader(implicit request: HttpServletRequest): List[String]

    Permalink
    Definition Classes
    ApiFormats
  5. def acceptedFormats(accepted: Symbol*): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats
  6. val actionDefinitions: ArrayBuffer[ActionDefinition]

    Permalink
    Attributes
    protected
    Definition Classes
    ActionDefinitionFeature
  7. def addActionDefinition(actionDef: ActionDefinition): Unit

    Permalink
    Definition Classes
    ActionDefinitionFeature
  8. def addErrorFilter(handler: ErrorHandler): Unit

    Permalink
    Definition Classes
    SkinnyFilterActivation
  9. def addMimeMapping(mime: String, extension: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats
  10. def addParam(name: String, value: Any)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Definition Classes
    RequestScopeFeature
  11. def addRoute(method: HttpMethod, transformers: Seq[RouteTransformer], action: ⇒ Any): Route

    Permalink
    Attributes
    protected
    Definition Classes
    RoutingDsl
  12. def after(transformers: RouteTransformer*)(fun: ⇒ Any): Unit

    Permalink
    Definition Classes
    BeforeAfterDsl
  13. def afterAction(only: Seq[Symbol], except: Seq[Symbol])(action: ⇒ Any): Unit

    Permalink
    Definition Classes
    BeforeAfterActionFeature
  14. def afterFilter(only: Seq[Symbol], except: Seq[Symbol])(action: ⇒ Any): Unit

    Permalink
    Definition Classes
    BeforeAfterActionFeature
  15. implicit val anyToBoolean: engine.implicits.TypeConverter[Any, Boolean]

    Permalink
    Definition Classes
    LowPriorityImplicits
  16. implicit val anyToByte: engine.implicits.TypeConverter[Any, Byte]

    Permalink
    Definition Classes
    LowPriorityImplicits
  17. implicit val anyToDouble: engine.implicits.TypeConverter[Any, Double]

    Permalink
    Definition Classes
    LowPriorityImplicits
  18. implicit val anyToFloat: engine.implicits.TypeConverter[Any, Float]

    Permalink
    Definition Classes
    LowPriorityImplicits
  19. implicit val anyToInt: engine.implicits.TypeConverter[Any, Int]

    Permalink
    Definition Classes
    LowPriorityImplicits
  20. implicit val anyToLong: engine.implicits.TypeConverter[Any, Long]

    Permalink
    Definition Classes
    LowPriorityImplicits
  21. implicit val anyToShort: engine.implicits.TypeConverter[Any, Short]

    Permalink
    Definition Classes
    LowPriorityImplicits
  22. implicit val anyToString: engine.implicits.TypeConverter[Any, String]

    Permalink
    Definition Classes
    LowPriorityImplicits
  23. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  24. def asJValue[T](obj: T)(implicit writer: Writer[T]): JValue

    Permalink
    Definition Classes
    JSONStringOps
  25. def before(transformers: RouteTransformer*)(fun: ⇒ Any): Unit

    Permalink
    Definition Classes
    BeforeAfterDsl
  26. def beforeAction(only: Seq[Symbol], except: Seq[Symbol])(action: ⇒ Any): Unit

    Permalink
    Definition Classes
    BeforeAfterActionFeature
  27. def beforeFilter(only: Seq[Symbol], except: Seq[Symbol])(action: ⇒ Any): Unit

    Permalink
    Definition Classes
    BeforeAfterActionFeature
  28. implicit def booleanBlock2RouteMatcher(block: ⇒ Boolean): RouteMatcher

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

    Permalink
    Definition Classes
    SkinnyEngineBase
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def compact(value: JValue): String

    Permalink
    Definition Classes
    JSONStringOps
  32. var config: ConfigT

    Permalink
    Definition Classes
    ServletContextAccessor
  33. implicit def configWrapper(config: ConfigT): Config { object initParameters }

    Permalink
    Attributes
    protected
    Definition Classes
    ServletContextAccessor → Initializable
  34. def contentType(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  35. def contentTypeInferrer: ContentTypeInferrer

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats → SkinnyEngineBase
  36. def contentType_=(contentType: String)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  37. def context: SkinnyEngineContext

    Permalink
    Definition Classes
    SkinnyEngineContextInitializer
  38. def contextPath: String

    Permalink
    Definition Classes
    ServletContextAccessor
  39. implicit def convertParamsToStrongParameters(params: engine.Params): StrongParameters

    Permalink
    Definition Classes
    ParamsPermitImplicits
  40. implicit def convertRouteToRichRoute(route: Route)(implicit controller: SkinnyControllerCommonBase): RichRoute

    Permalink
    Definition Classes
    RoutesAsImplicits
  41. implicit def cookieOptions(implicit ctx: SkinnyEngineContext): CookieOptions

    Permalink
    Definition Classes
    CookiesImplicits
  42. def cookies(implicit ctx: SkinnyEngineContext): SweetCookies

    Permalink
    Definition Classes
    CookiesImplicits
  43. def createI18n()(implicit locale: Locale): I18n

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  44. def createRenderContext(req: HttpServletRequest, resp: HttpServletResponse, out: PrintWriter)(implicit ctx: SkinnyEngineContext): SkinnyEngineRenderContext

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → ScalateSupport
  45. def createSkinnyEngineRenderContext(ctx: SkinnyEngineContext): SkinnyEngineRenderContext

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature
  46. def createTemplateEngine(config: ConfigT): TemplateEngine

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → ScalateSupport
  47. def csrfKey: String

    Permalink
    Definition Classes
    CSRFProtectionFeature → CsrfTokenSupport
  48. def csrfToken(implicit context: SkinnyEngineContext): String

    Permalink
    Attributes
    protected[skinny]
    Definition Classes
    CsrfTokenSupport
  49. def currentActionName(implicit cxt: SkinnyEngineContext): Option[Symbol]

    Permalink
    Definition Classes
    ActionDefinitionFeature
  50. def currentErrorHandler: ErrorHandler

    Permalink
    Attributes
    protected
    Definition Classes
    ErrorHandlerAccessor
  51. def currentLocale(implicit ctx: SkinnyEngineContext): Option[Locale]

    Permalink
    Attributes
    protected
    Definition Classes
    LocaleFeature
  52. def defaultAcceptedFormats: List[Symbol]

    Permalink
    Definition Classes
    ApiFormats
  53. val defaultCharacterEncoding: String

    Permalink
    Attributes
    protected
    Definition Classes
    CoreHandler
  54. def defaultFormat: Symbol

    Permalink
    Definition Classes
    ApiFormats
  55. def defaultIndexName: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  57. def defaultLocale: Option[Locale]

    Permalink
    Attributes
    protected
    Definition Classes
    LocaleFeature
  58. def defaultObjectMapper: ObjectMapper

    Permalink
    Definition Classes
    JSONStringOps
  59. implicit def defaultStringToSeq[T](implicit elementConverter: engine.implicits.TypeConverter[String, T], mf: Manifest[T]): engine.implicits.TypeConverter[String, Seq[T]]

    Permalink
    Definition Classes
    DefaultImplicits
  60. def defaultTemplateFormat: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → ScalateSupport
  62. def delete(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    RoutingDsl
  63. def deserialize(str: String): AnyRef

    Permalink

    Deserialize an object from string

    Deserialize an object from string

    str

    string

    returns

    object

  64. def destroy(): Unit

    Permalink
    Definition Classes
    SkinnyEngineFilterBase
  65. def detectTooManyErrorFilterRegistrationAsAnErrorAtSkinnyEngineBase: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ErrorHandlerAccessor
  66. def doFilter(request: ServletRequest, response: ServletResponse, chain: FilterChain): Unit

    Permalink
    Definition Classes
    SkinnyEngineFilterBase
  67. var doNotFound: Action

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineFilterBase → SkinnyEngineBase
  68. implicit def enrichRequest(request: HttpServletRequest): RichRequest

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

    Permalink
    Definition Classes
    ServletApiImplicits
  70. implicit def enrichServletContext(servletContext: javax.servlet.ServletContext): RichServletContext

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

    Permalink
    Definition Classes
    ServletApiImplicits
  72. def environment: String

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

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

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

    Permalink
    Definition Classes
    ErrorHandlerAccessor
  76. def errorMessages(implicit ctx: SkinnyEngineContext): Seq[String]

    Permalink
    Definition Classes
    RequestScopeFeature
  77. def executeRoutes(request: HttpServletRequest, response: HttpServletResponse): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase → CoreHandler
  78. implicit def executionContext: ExecutionContext

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  79. def extractStatusCode(e: HaltException): Int

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  80. def filterChain: FilterChain

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineFilterBase
  81. def finalize(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  83. def flash(key: String)(implicit ctx: SkinnyEngineContext): Any

    Permalink
    Definition Classes
    FlashMapSupport
  84. def flash(implicit ctx: SkinnyEngineContext): FlashMap

    Permalink
    Definition Classes
    FlashMapSupport
  85. def flashMapSetSession(f: FlashMap)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Definition Classes
    FlashMapSupport
  86. def formMultiParams(implicit ctx: SkinnyEngineContext): engine.MultiParams

    Permalink
    Definition Classes
    FormParamsFeature
  87. def formParams(implicit ctx: SkinnyEngineContext): engine.Params

    Permalink
    Definition Classes
    FormParamsFeature
  88. def format(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ApiFormats
  89. def formatForMimeTypes(mimeTypes: String*): Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats
  90. def format_=(formatValue: String)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Definition Classes
    RequestFormatAccessor
  91. val formats: Map[String, String]

    Permalink
    Definition Classes
    ApiFormats
  92. def fromJSONString[A](json: String, underscoreKeys: Boolean, asIs: Boolean)(implicit mf: Manifest[A]): Option[A]

    Permalink
    Definition Classes
    JSONStringOps
  93. def fromJSONStringAsIs[A](json: String)(implicit mf: Manifest[A]): Option[A]

    Permalink
    Definition Classes
    JSONStringOps
  94. def fromJSONStringToJValue(json: String, underscoreKeys: Boolean, asIs: Boolean): Option[JValue]

    Permalink
    Definition Classes
    JSONStringOps
  95. def fromJValue[T](json: JValue)(implicit reader: Reader[T]): T

    Permalink
    Definition Classes
    JSONStringOps
  96. def fullUrl(path: String, params: Iterable[(String, Any)], includeContextPath: Boolean, includeServletPath: Boolean, withSessionId: Boolean)(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    UrlGenerator
  97. def generateWelcomePageIfAbsent(path: String)(implicit format: Format): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature
  98. def get()(implicit format: Format = Format.JSON): String

    Permalink

    Shows whole session attributes.

    Shows whole session attributes.

    format

    JSON by default

    returns

    session attributes

  99. def get(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    RoutingDsl
  100. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  101. def getFromRequestScope[A](key: String)(implicit ctx: SkinnyEngineContext): Option[A]

    Permalink
    Definition Classes
    RequestScopeFeature
  102. def halt(result: ActionResult): Nothing

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

    Permalink
    Definition Classes
    HaltPassControl
  104. def haltWithBody[A](httpStatus: Int)(implicit ctx: SkinnyEngineContext, format: Format): A

    Permalink
    Attributes
    protected
    Definition Classes
    TemplateEngineFeature → SkinnyControllerCommonBase
  105. def handle(req: HttpServletRequest, res: HttpServletResponse): Unit

    Permalink
    Definition Classes
    ScalateSupport → CoreHandler → Handler
  106. def handleForgery(): Unit

    Permalink
    Definition Classes
    CSRFProtectionFeature → CsrfTokenSupport
  107. def handleForgeryIfDetected(): Nothing

    Permalink
    Definition Classes
    SkinnyWebPageControllerFeatures → CSRFProtectionFeature
  108. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  109. def head(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    RoutingDsl
  110. def inferFromFormats: ContentTypeInferrer

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats
  111. def init(filterConfig: FilterConfig): Unit

    Permalink
    Definition Classes
    SkinnyEngineFilterBase
  112. def initParameter(name: String): Option[String]

    Permalink
    Definition Classes
    ServletContextAccessor
  113. def initialize(config: ConfigT): Unit

    Permalink
    Definition Classes
    ScalateSupport → ServletContextAccessor → Initializable
  114. def initializeRequestScopeAttributes(implicit ctx: SkinnyEngineContext): Any

    Permalink
    Definition Classes
    RequestScopeFeature
  115. def invoke(matchedRoute: MatchedRoute): Option[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  116. def isAsyncExecutable(result: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  117. def isDevelopment(): Boolean

    Permalink
    Definition Classes
    EnvFeature
  118. def isDevelopmentMode: Boolean

    Permalink
    Definition Classes
    EnvFeature → EnvironmentAccessor
  119. def isForged: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    CsrfTokenSupport
  120. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  121. def isProduction(): Boolean

    Permalink
    Definition Classes
    EnvFeature
  122. def isScalateErrorPageEnabled: Boolean

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature → ScalateSupport
  123. def isStaging(): Boolean

    Permalink
    Definition Classes
    EnvFeature
  124. def isTest(): Boolean

    Permalink
    Definition Classes
    EnvFeature
  125. def jade(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyEngineContext, renderCtx: SkinnyEngineRenderContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  126. implicit val jsonFormats: Formats

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOpsConfig
  127. def keyAndErrorMessages(implicit ctx: SkinnyEngineContext): Map[String, Seq[String]]

    Permalink
    Definition Classes
    RequestScopeFeature
  128. def layout(path: String)(implicit ctx: SkinnyEngineContext): ScalateTemplateEngineFeature

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  129. def layoutTemplate(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyEngineContext, renderCtx: SkinnyEngineRenderContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  130. def layoutTemplateAs(ext: Set[String])(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyEngineContext, renderCtx: SkinnyEngineRenderContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  131. def logger: Logger

    Permalink
    Attributes
    protected
    Definition Classes
    LoggerProvider
  132. def loggerName: String

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

    Permalink
    Definition Classes
    LowestPriorityImplicits
  134. def methodNotAllowed(f: (Set[HttpMethod]) ⇒ Any): Unit

    Permalink
    Definition Classes
    SkinnyEngineBase
  135. val mimeTypes: Map[String, String]

    Permalink
    Definition Classes
    ApiFormats
  136. def mount(ctx: javax.servlet.ServletContext): Unit

    Permalink
    Definition Classes
    Handler
  137. def multiParams(key: String)(implicit ctx: SkinnyEngineContext): Seq[String]

    Permalink
    Definition Classes
    ParamsAccessor
  138. def multiParams(implicit ctx: SkinnyEngineContext): engine.MultiParams

    Permalink
    Definition Classes
    ParamsAccessor
  139. def mustache(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyEngineContext, renderCtx: SkinnyEngineRenderContext): String

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

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

    Permalink
    Definition Classes
    SkinnyEngineBase
  142. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  144. def options(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    RoutingDsl
  145. def params(implicit ctx: SkinnyEngineContext): engine.Params

    Permalink
    Definition Classes
    ParamsAccessor
  146. def params(key: Symbol)(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ParamsAccessor
  147. def params(key: String)(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ParamsAccessor
  148. def pass(): Nothing

    Permalink
    Definition Classes
    HaltPassControl
  149. def patch(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    RoutingDsl
  150. implicit def pathPatternParser2RouteMatcher(pattern: PathPattern): RouteMatcher

    Permalink
    Attributes
    protected
    Definition Classes
    RouteMatcherImplicits
  151. def post(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    RoutingDsl
  152. def preferredScalateExtension: String

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  153. def prefixForJSONVulnerabilityProtection: String

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOpsConfig
  154. def prepareCsrfToken(): Any

    Permalink
    Attributes
    protected
    Definition Classes
    CsrfTokenSupport
  155. def protectFromForgery(only: Seq[Symbol], except: Seq[Symbol]): Unit

    Permalink
    Definition Classes
    CSRFProtectionFeature
  156. def put(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    RoutingDsl
  157. def queryMultiParams(implicit ctx: SkinnyEngineContext): engine.MultiParams

    Permalink
    Definition Classes
    QueryParamsFeature
  158. def queryParams(implicit ctx: SkinnyEngineContext): engine.Params

    Permalink
    Definition Classes
    QueryParamsFeature
  159. def redirect(uri: String)(implicit ctx: SkinnyEngineContext): Nothing

    Permalink
    Definition Classes
    SkinnyEngineBase
  160. def redirect301(location: String, headers: Map[String, String], reason: String)(implicit ctx: SkinnyEngineContext): ActionResult

    Permalink
    Definition Classes
    ExplicitRedirectFeature
  161. def redirect302(location: String, headers: Map[String, String], reason: String)(implicit ctx: SkinnyEngineContext): ActionResult

    Permalink
    Definition Classes
    ExplicitRedirectFeature
  162. def redirect303(location: String, headers: Map[String, String], reason: String)(implicit ctx: SkinnyEngineContext): ActionResult

    Permalink
    Definition Classes
    ExplicitRedirectFeature
  163. implicit def regex2RouteMatcher(regex: Regex): RouteMatcher

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  166. def removeRoute(method: HttpMethod, route: Route): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  167. def render(path: String)(implicit ctx: SkinnyEngineContext, format: Format): String

    Permalink
    Definition Classes
    TemplateEngineFeature
  168. def renderHaltException(e: HaltException)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  169. def renderPipeline(implicit ctx: SkinnyEngineContext): RenderPipeline

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  170. def renderResponse(actionResult: Any)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  171. def renderResponseBody(actionResult: Any)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  172. def renderUncaughtException(e: Throwable)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport → SkinnyEngineBase
  173. def renderWithFormat(entity: Any)(implicit format: engine.Format): String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  174. def renderWithTemplate(path: String)(implicit ctx: SkinnyEngineContext, format: Format): String

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → TemplateEngineFeature
  175. def request(implicit ctx: SkinnyEngineContext): HttpServletRequest

    Permalink
    Definition Classes
    SkinnyEngineContextInitializer
  176. def requestFormat(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ApiFormats
  177. def requestPath(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    SkinnyEngineFilterBase → SkinnyEngineBase
  178. def requestScope(keyAndValues: Seq[(String, Any)])(implicit ctx: SkinnyEngineContext): RequestScopeFeature

    Permalink
    Definition Classes
    RequestScopeFeature
  179. def requestScope(keyAndValue: (String, Any))(implicit ctx: SkinnyEngineContext): RequestScopeFeature

    Permalink
    Definition Classes
    RequestScopeFeature
  180. def requestScope(implicit ctx: SkinnyEngineContext): Map[String, Any]

    Permalink
    Definition Classes
    RequestScopeFeature
  181. def respondTo: Seq[engine.Format]

    Permalink
    Attributes
    protected
    Definition Classes
    Handler
  182. def response(implicit ctx: SkinnyEngineContext): HttpServletResponse

    Permalink
    Definition Classes
    SkinnyEngineContextInitializer
  183. def responseAsJSON(entity: Any, charset: Option[String], prettify: Boolean, underscoreKeys: Boolean)(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    JSONOperations
  184. def routeBasePath(implicit ctx: SkinnyEngineContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineFilterBase → SkinnyEngineBase
  185. val routes: RouteRegistry

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  187. implicit def safe[S, T](f: (S) ⇒ T): engine.implicits.TypeConverter[S, T]

    Permalink
    Definition Classes
    TypeConverterSupport
  188. implicit def safeOption[S, T](f: (S) ⇒ Option[T]): engine.implicits.TypeConverter[S, T]

    Permalink
    Definition Classes
    TypeConverterSupport
  189. def scalateExtensions: List[String]

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  190. def scalateRenderContextNumberFormat: DecimalFormat

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  191. def scaml(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyEngineContext, renderCtx: SkinnyEngineRenderContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  192. def sensitiveParameterNames: Seq[String]

    Permalink
    Attributes
    protected
    Definition Classes
    SensitiveParametersFeature
  193. implicit def seqHead[T](implicit elementConverter: engine.implicits.TypeConverter[String, T], mf: Manifest[T]): engine.implicits.TypeConverter[Seq[String], T]

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

    Permalink
    Definition Classes
    DefaultImplicits
  195. def serialize[A](obj: A): String

    Permalink

    Serialize an object to string.

    Serialize an object to string.

    A

    type of object

    obj

    object

    returns

    serialized string

  196. def serverAuthority(implicit ctx: SkinnyEngineContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    ServletContextAccessor
  197. def serverHost(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ServletContextAccessor
  198. def serverPort(implicit ctx: SkinnyEngineContext): Int

    Permalink
    Definition Classes
    ServletContextAccessor
  199. implicit def servletContext: javax.servlet.ServletContext

    Permalink
    Definition Classes
    ServletContextAccessor
  200. def session(key: Symbol)(implicit ctx: SkinnyEngineContext): Any

    Permalink
    Definition Classes
    SessionImplicits
  201. def session(key: String)(implicit ctx: SkinnyEngineContext): Any

    Permalink
    Definition Classes
    SessionImplicits
  202. implicit def session(implicit ctx: SkinnyEngineContext): HttpSession

    Permalink
    Definition Classes
    SessionImplicits
  203. def sessionLocaleKey: String

    Permalink
    Definition Classes
    LocaleFeature
  204. def sessionOption(implicit ctx: SkinnyEngineContext): Option[HttpSession]

    Permalink
    Definition Classes
    SessionImplicits
  205. def set(keyAndValues: Seq[(String, Any)])(implicit ctx: SkinnyEngineContext): RequestScopeFeature

    Permalink
    Definition Classes
    RequestScopeFeature
  206. def set(keyAndValue: (String, Any))(implicit ctx: SkinnyEngineContext): RequestScopeFeature

    Permalink
    Definition Classes
    RequestScopeFeature
  207. def setAsParams(model: Any)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Definition Classes
    RequestScopeFeature
  208. def setContentTypeIfAbsent()(implicit format: engine.Format): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  209. def setCurrentLocale(locale: String)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    LocaleFeature
  210. def setI18n(implicit ctx: SkinnyEngineContext): RequestScopeFeature

    Permalink
    Definition Classes
    RequestScopeFeature
  211. def setMultiparams[S](matchedRoute: Option[MatchedRoute], originalParams: engine.MultiParams)(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  212. def setParams(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Definition Classes
    RequestScopeFeature
  213. def setParamsToRequestScope(implicit ctx: SkinnyEngineContext): Unit

    Permalink
    Definition Classes
    RequestScopeFeature
  214. def shutdown(): Unit

    Permalink
    Definition Classes
    ScalateSupport → Initializable
  215. implicit def skinnyEngineContext(implicit ctx: javax.servlet.ServletContext): SkinnyEngineContext

    Permalink
    Definition Classes
    MainThreadLocalEverywhere → SkinnyEngineContextInitializer
  216. implicit def skinnyEngineRenderContext: SkinnyEngineRenderContext

    Permalink
    Definition Classes
    ScalateSupport
  217. def skinnyEnv: Option[String]

    Permalink
    Definition Classes
    EnvFeature
  218. lazy val skinnyErrorFilters: TrieMap[RenderingRequired, Seq[ErrorHandler]]

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyFilterActivation
  219. implicit def skinnyValidatorSafe[S, T](f: (S) ⇒ T): ParamValueTypeConverter[S, T]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  220. implicit def skinnyValidatorSafeOption[S, T](f: (S) ⇒ Option[T]): ParamValueTypeConverter[S, T]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  221. implicit def skinnyValidatorSeqHead[T](implicit elementConverter: ParamValueTypeConverter[String, T], mf: Manifest[T]): ParamValueTypeConverter[Seq[String], T]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  222. implicit def skinnyValidatorSeqToSeq[T](implicit elementConverter: ParamValueTypeConverter[String, T], mf: Manifest[T]): ParamValueTypeConverter[Seq[String], Seq[T]]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  223. implicit val skinnyValidatorStringToBoolean: ParamValueTypeConverter[String, Boolean]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  224. implicit val skinnyValidatorStringToByte: ParamValueTypeConverter[String, Byte]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  225. def skinnyValidatorStringToDate(format: ⇒ String): ParamValueTypeConverter[String, Date]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  226. def skinnyValidatorStringToDateFormat(format: ⇒ DateFormat): ParamValueTypeConverter[String, Date]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  227. implicit val skinnyValidatorStringToDouble: ParamValueTypeConverter[String, Double]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  228. implicit val skinnyValidatorStringToFloat: ParamValueTypeConverter[String, Float]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  229. implicit val skinnyValidatorStringToInt: ParamValueTypeConverter[String, Int]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  230. implicit val skinnyValidatorStringToLong: ParamValueTypeConverter[String, Long]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  231. implicit val skinnyValidatorStringToSelf: ParamValueTypeConverter[String, String]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  232. def skinnyValidatorStringToSeq[T](elementConverter: ParamValueTypeConverter[String, T], separator: String)(implicit arg0: Manifest[T]): ParamValueTypeConverter[String, Seq[T]]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  233. implicit val skinnyValidatorStringToShort: ParamValueTypeConverter[String, Short]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  234. implicit def skinnyValidator_defaultStringToSeq[T](implicit elementConverter: ParamValueTypeConverter[String, T], mf: Manifest[T]): ParamValueTypeConverter[String, Seq[T]]

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  235. def ssp(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyEngineContext, renderCtx: SkinnyEngineRenderContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  236. def stackTraceDepthForTimeLogging: Int

    Permalink
    Attributes
    protected
    Definition Classes
    TimeLogging
  237. def status(implicit ctx: SkinnyEngineContext): Int

    Permalink
    Definition Classes
    ResponseStatusAccessor
  238. def status_=(code: Int)(implicit ctx: SkinnyEngineContext): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    RouteMatcherImplicits
  240. implicit val stringToBoolean: engine.implicits.TypeConverter[String, Boolean]

    Permalink
    Definition Classes
    DefaultImplicits
  241. implicit val stringToByte: engine.implicits.TypeConverter[String, Byte]

    Permalink
    Definition Classes
    DefaultImplicits
  242. def stringToDate(format: ⇒ String): engine.implicits.TypeConverter[String, Date]

    Permalink
    Definition Classes
    DefaultImplicits
  243. def stringToDateFormat(format: ⇒ DateFormat): engine.implicits.TypeConverter[String, Date]

    Permalink
    Definition Classes
    DefaultImplicits
  244. implicit val stringToDouble: engine.implicits.TypeConverter[String, Double]

    Permalink
    Definition Classes
    DefaultImplicits
  245. implicit val stringToFloat: engine.implicits.TypeConverter[String, Float]

    Permalink
    Definition Classes
    DefaultImplicits
  246. implicit val stringToInt: engine.implicits.TypeConverter[String, Int]

    Permalink
    Definition Classes
    DefaultImplicits
  247. implicit val stringToLong: engine.implicits.TypeConverter[String, Long]

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

    Permalink
    Definition Classes
    RicherStringImplicits
  249. implicit val stringToSelf: engine.implicits.TypeConverter[String, String]

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

    Permalink
    Definition Classes
    DefaultImplicits
  251. implicit val stringToShort: engine.implicits.TypeConverter[String, Short]

    Permalink
    Definition Classes
    DefaultImplicits
  252. def sweepUnusedFlashEntries(req: HttpServletRequest): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    FlashMapSupport
  253. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  254. def templateAttributes(key: String)(implicit ctx: SkinnyEngineContext): Any

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  255. def templateAttributes(implicit ctx: SkinnyEngineContext): Map[String, Any]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  256. var templateEngine: TemplateEngine

    Permalink
    Attributes
    protected[skinny]
    Definition Classes
    ScalateSupport
  257. def templateExists(path: String)(implicit format: Format): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → TemplateEngineFeature
  258. def templatePaths(path: String)(implicit format: Format): List[String]

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → TemplateEngineFeature
  259. def toJSON(v: Any): JValue

    Permalink
    Definition Classes
    JSONStringOps
  260. def toJSONString(v: Any, underscoreKeys: Boolean): String

    Permalink
    Definition Classes
    JSONStringOps
  261. def toJSONStringAsIs(v: Any): String

    Permalink
    Definition Classes
    JSONStringOps
  262. def toPrettyJSONString(v: Any, underscoreKeys: Boolean): String

    Permalink
    Definition Classes
    JSONStringOps
  263. def toPrettyJSONStringAsIs(v: Any): String

    Permalink
    Definition Classes
    JSONStringOps
  264. def toSnakeCase(s: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  265. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  266. def toTemplatePath(path: String, format: Format, ext: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature
  267. implicit def toTypedMultiParams(params: engine.MultiParams): TypedMultiParams

    Permalink
    Definition Classes
    EngineParamsImplicits
  268. implicit def toTypedParams(params: engine.Params): TypedParams

    Permalink
    Definition Classes
    EngineParamsImplicits
  269. def trap(code: Int)(block: ⇒ Any): Unit

    Permalink
    Definition Classes
    RoutingDsl
  270. def trap(codes: Range)(block: ⇒ Any): Unit

    Permalink
    Definition Classes
    RoutingDsl
  271. def update()(implicit format: Format = Format.HTML): Unit

    Permalink

    Injects a value into session.

    Injects a value into session.

    format

    format

    returns

    none

  272. def url(route: Route, params: Map[String, String], splats: Iterable[String])(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    UrlGeneratorSupport
  273. def url(route: Route, splat: String, moreSplats: String*)(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    UrlGeneratorSupport
  274. def url(route: Route, params: (String, String)*)(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    UrlGeneratorSupport
  275. def url(path: String, params: Iterable[(String, Any)], includeContextPath: Boolean, includeServletPath: Boolean, absolutize: Boolean, withSessionId: Boolean)(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    UrlGenerator
  276. def useJSONVulnerabilityProtection: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOpsConfig
  277. def useSnakeCasedParamKeys: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SnakeCasedParamKeysFeature
  278. def useUnderscoreKeysForJSON: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOpsConfig
  279. def validation(params: Params, validations: NewValidation*)(implicit locale: Locale): MapValidator

    Permalink
    Definition Classes
    ValidationFeature
  280. def validationWithParams(validations: NewValidation*)(implicit locale: Locale): MapValidator

    Permalink
    Definition Classes
    ValidationFeature
  281. def validationWithParamsAndPrefix(prefix: String, params: Params, validations: NewValidation*)(implicit locale: Locale): MapValidator

    Permalink
    Definition Classes
    ValidationFeature
  282. def validationWithPrefix(params: Params, prefix: String, validations: NewValidation*)(implicit ctx: SkinnyEngineContext): MapValidator

    Permalink
    Definition Classes
    ValidationFeature
  283. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  286. def warnElapsedTime[A](millis: Long, additionalLines: ⇒ Seq[String])(action: ⇒ A): A

    Permalink
    Definition Classes
    TimeLogging
  287. def warnElapsedTimeWithRequest[A](millis: Long, additionalLines: Seq[String])(action: ⇒ A)(implicit context: SkinnyEngineContext): A

    Permalink
    Definition Classes
    TimeLoggingFeature
  288. def withFormat[A](format: engine.Format)(action: ⇒ A): A

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  289. def withOutputStream(f: (ServletOutputStream) ⇒ Unit): Unit

    Permalink
    Definition Classes
    ChunkedResponseFeature
  290. def withRequest[A](request: HttpServletRequest)(f: ⇒ A): A

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineContextInitializer
  292. def withResponse[A](response: HttpServletResponse)(f: ⇒ A): A

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineContextInitializer
  293. def withRouteMultiParams[S](matchedRoute: Option[MatchedRoute])(thunk: ⇒ S): S

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats → SkinnyEngineBase
  294. def writeChunk(chunk: Array[Byte])(implicit stream: ServletOutputStream): Unit

    Permalink
    Definition Classes
    ChunkedResponseFeature
  295. lazy val xFrameOptionsPolicy: String

    Permalink
    Definition Classes
    XFrameOptionsHeaderFeature
  296. def xmlItemName: String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  297. def xmlRootName: String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase

Deprecated Value Members

  1. def renderTemplate(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyEngineRenderContext): Unit

    Permalink
    Definition Classes
    ScalateSupport
    Annotations
    @deprecated
    Deprecated

    (Since version 1.4) not idiomatic Scalate; consider layoutTemplate instead

  2. def responseFormat(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ApiFormats
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) format now means the same as responseFormat, responseFormat will be removed eventually

Inherited from SkinnyController

Inherited from SkinnyWebPageControllerFeatures

Inherited from XFrameOptionsHeaderFeature

Inherited from XXSSProtectionHeaderFeature

Inherited from CSRFProtectionFeature

Inherited from CsrfTokenSupport

Inherited from ScalateTemplateEngineFeature

Inherited from ScalateSupport

Inherited from TemplateEngineFeature

Inherited from FlashFeature

Inherited from FlashMapSupport

Inherited from SkinnyControllerBase

Inherited from SkinnyControllerCommonBase

Inherited from SkinnyFilterActivation

Inherited from ParamsPermitImplicits

Inherited from ParametersGetAsImplicits

Inherited from RoutesAsImplicits

Inherited from XContentTypeOptionsNosniffHeaderFeature

Inherited from ThreadLocalRequestFeature

Inherited from TimeLoggingFeature

Inherited from SensitiveParametersFeature

Inherited from TimeLogging

Inherited from ValidationFeature

Inherited from JSONFeature

Inherited from BeforeAfterActionFeature

Inherited from ChunkedResponseFeature

Inherited from RequestScopeFeature

Inherited from LocaleFeature

Inherited from SnakeCasedParamKeysFeature

Inherited from ActionDefinitionFeature

Inherited from ExplicitRedirectFeature

Inherited from UrlGeneratorSupport

Inherited from FormParamsFeature

Inherited from QueryParamsFeature

Inherited from EnvFeature

Inherited from ApiFormats

Inherited from SkinnyEngineFilter

Inherited from ThreadLocalFeatures

Inherited from JSONStringOpsConfig

Inherited from JSONOperations

Inherited from JSONStringOps

Inherited from BeforeAfterDsl

Inherited from RoutingDsl

Inherited from MainThreadLocalEverywhere

Inherited from SkinnyEngineFilterBase

Inherited from SkinnyEngineBase

Inherited from SessionImplicits

Inherited from DefaultImplicits

Inherited from LowPriorityImplicits

Inherited from LowestPriorityImplicits

Inherited from engine.implicits.TypeConverterSupport

Inherited from EngineParamsImplicits

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 logging.LoggerProvider

Inherited from ServletContextAccessor

Inherited from RicherStringImplicits

Inherited from ServletApiImplicits

Inherited from RouteRegistryAccessor

Inherited from SkinnyEngineContextInitializer

Inherited from Initializable

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Ungrouped