Trait

skinny.controller

SkinnySessionInjectorController

Related Doc: package controller

Permalink

trait SkinnySessionInjectorController extends SkinnyController with SkinnySessionFilter

Session injector for testing & debugging.

Linear Supertypes
SkinnySessionFilter, SkinnyFilter, SkinnyController, SkinnyWebPageControllerFeatures, XFrameOptionsHeaderFeature, XXSSProtectionHeaderFeature, CSRFProtectionFeature, CsrfTokenSupport, ScalateTemplateEngineFeature, ScalateSupport, TemplateEngineFeature, FlashFeature, FlashMapSupport, SkinnyControllerBase, SkinnyFilterActivation, ParamsPermitImplicits, ParametersGetAsImplicits, RoutesAsImplicits, XContentTypeOptionsNosniffHeaderFeature, ThreadLocalRequestFeature, TimeLoggingFeature, SensitiveParametersFeature, TimeLogging, JSONFeature, JSONStringOps, ValidationFeature, FutureOpsFeature, BeforeAfterActionFeature, ChunkedResponseFeature, RequestScopeFeature, LocaleFeature, SnakeCasedParamKeysFeature, ActionDefinitionFeature, ExplicitRedirectFeature, UrlGeneratorSupport, RichRouteFeature, FormParamsFeature, QueryParamsFeature, EnvFeature, ApiFormats, SkinnyEngineFilter, SkinnyEngineBase, SessionImplicits, DefaultImplicits, LowPriorityImplicits, LowestPriorityImplicits, engine.implicits.TypeConverterSupport, EngineParamsImplicits, CookiesImplicits, RouteMatcherImplicits, UrlGenerator, BeforeAfterDsl, ResponseStatusAccessor, ResponseContentTypeAccessor, RequestFormatAccessor, ParamsAccessor, EnvironmentAccessor, ErrorHandlerAccessor, logging.LoggerProvider, CoreRoutingDsl, ServletContextAccessor, RicherStringImplicits, Initializable, RouteRegistryAccessor, HaltPassControl, CoreHandler, DynamicScope, ServletApiImplicits, Handler, Filter, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SkinnySessionInjectorController
  2. SkinnySessionFilter
  3. SkinnyFilter
  4. SkinnyController
  5. SkinnyWebPageControllerFeatures
  6. XFrameOptionsHeaderFeature
  7. XXSSProtectionHeaderFeature
  8. CSRFProtectionFeature
  9. CsrfTokenSupport
  10. ScalateTemplateEngineFeature
  11. ScalateSupport
  12. TemplateEngineFeature
  13. FlashFeature
  14. FlashMapSupport
  15. SkinnyControllerBase
  16. SkinnyFilterActivation
  17. ParamsPermitImplicits
  18. ParametersGetAsImplicits
  19. RoutesAsImplicits
  20. XContentTypeOptionsNosniffHeaderFeature
  21. ThreadLocalRequestFeature
  22. TimeLoggingFeature
  23. SensitiveParametersFeature
  24. TimeLogging
  25. JSONFeature
  26. JSONStringOps
  27. ValidationFeature
  28. FutureOpsFeature
  29. BeforeAfterActionFeature
  30. ChunkedResponseFeature
  31. RequestScopeFeature
  32. LocaleFeature
  33. SnakeCasedParamKeysFeature
  34. ActionDefinitionFeature
  35. ExplicitRedirectFeature
  36. UrlGeneratorSupport
  37. RichRouteFeature
  38. FormParamsFeature
  39. QueryParamsFeature
  40. EnvFeature
  41. ApiFormats
  42. SkinnyEngineFilter
  43. SkinnyEngineBase
  44. SessionImplicits
  45. DefaultImplicits
  46. LowPriorityImplicits
  47. LowestPriorityImplicits
  48. TypeConverterSupport
  49. EngineParamsImplicits
  50. CookiesImplicits
  51. RouteMatcherImplicits
  52. UrlGenerator
  53. BeforeAfterDsl
  54. ResponseStatusAccessor
  55. ResponseContentTypeAccessor
  56. RequestFormatAccessor
  57. ParamsAccessor
  58. EnvironmentAccessor
  59. ErrorHandlerAccessor
  60. LoggerProvider
  61. CoreRoutingDsl
  62. ServletContextAccessor
  63. RicherStringImplicits
  64. Initializable
  65. RouteRegistryAccessor
  66. HaltPassControl
  67. CoreHandler
  68. DynamicScope
  69. ServletApiImplicits
  70. Handler
  71. Filter
  72. AnyRef
  73. 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
    SkinnyEngineFilter → 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
    RichRouteFeature → CoreRoutingDsl
  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 awaitFutures[A](duration: Duration)(fs: Future[A]*)(implicit ec: ExecutionContext): Seq[A]

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

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

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

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

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

    Permalink
    Definition Classes
    SkinnyControllerBase
  31. def clone(): AnyRef

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

    Permalink
    Definition Classes
    JSONStringOps
  33. var config: ConfigT

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

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

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  36. def contentTypeInferrer: ContentTypeInferrer

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

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  38. def context: SkinnyEngineContext

    Permalink
    Definition Classes
    DynamicScope
  39. def contextPath: String

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

    Permalink
    Definition Classes
    ParamsPermitImplicits
  41. implicit def convertRouteToRichRoute(route: Route)(implicit controller: SkinnyControllerBase): RichRoute

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CSRFProtectionFeature → CsrfTokenSupport
  49. def csrfToken(implicit request: HttpServletRequest): String

    Permalink
    Attributes
    protected[skinny]
    Definition Classes
    CsrfTokenSupport
  50. def currentActionName: Option[Symbol]

    Permalink
    Definition Classes
    ActionDefinitionFeature
  51. def currentErrorHandler: ErrorHandler

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

    Permalink
    Definition Classes
    SkinnySessionFilter → LocaleFeature
  53. def defaultAcceptedFormats: List[Symbol]

    Permalink
    Definition Classes
    ApiFormats
  54. val defaultCharacterEncoding: String

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

    Permalink
    Definition Classes
    ApiFormats
  56. def defaultIndexName: String

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

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

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

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

    Permalink
    Definition Classes
    DefaultImplicits
  61. def defaultTemplateFormat: String

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

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

    Permalink
    Definition Classes
    CoreRoutingDsl
  64. def destroy(): Unit

    Permalink
    Definition Classes
    SkinnyEngineFilter → Filter
  65. def detectTooManyErrorFilterRegistrationAsAnErrorAtSkinnyEngineBase: Boolean

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

    Permalink
    Definition Classes
    SkinnyEngineFilter → Filter
  67. var doNotFound: Action

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineFilter → 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(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase → CoreHandler
  78. def extractStatusCode(e: HaltException): Int

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineFilter
  80. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    SkinnySessionFilter
  85. def formMultiParams(implicit ctx: SkinnyEngineContext): engine.MultiParams

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    UrlGenerator
  96. def futureWithContext[A](op: (SkinnyEngineContext) ⇒ A)(implicit ec: ExecutionContext, context: SkinnyEngineContext): Future[A]

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature
  98. def get(transformers: RouteTransformer*)(action: ⇒ Any): Route

    Permalink
    Definition Classes
    CoreRoutingDsl
  99. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    CoreRoutingDsl
  109. def inferFromFormats: ContentTypeInferrer

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

    Permalink
    Definition Classes
    SkinnyEngineFilter → Filter
  111. def initParameter(name: String): Option[String]

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

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

    Permalink
    Definition Classes
    RequestScopeFeature
  114. def initializeSkinnySession: SkinnyHttpSession

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnySessionFilter
  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
    SkinnySessionFilter
  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
    JSONStringOps
  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. implicit def mainThreadRequest: HttpServletRequest

    Permalink
    Definition Classes
    DynamicScope
  135. implicit def mainThreadResponse: HttpServletResponse

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

    Permalink
    Definition Classes
    SkinnyEngineBase → CoreRoutingDsl
  137. val mimeTypes: Map[String, String]

    Permalink
    Definition Classes
    ApiFormats
  138. def mount(ctx: ServletContext): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    SkinnyEngineBase → CoreRoutingDsl
  144. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    CoreRoutingDsl
  147. def params(implicit ctx: SkinnyEngineContext): engine.Params

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

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

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

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

    Permalink
    Definition Classes
    CoreRoutingDsl
  152. implicit def pathPatternParser2RouteMatcher(pattern: PathPattern): RouteMatcher

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

    Permalink
    Definition Classes
    CoreRoutingDsl
  154. def preferredScalateExtension: String

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  155. def prefixForJSONVulnerabilityProtection: String

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOps
  156. def prepareCsrfToken(): Any

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

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

    Permalink
    Definition Classes
    CoreRoutingDsl
  159. def queryMultiParams(implicit ctx: SkinnyEngineContext): engine.MultiParams

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

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

    Permalink
    Definition Classes
    SkinnyEngineBase
  162. def redirect301(location: String, headers: Map[String, String], reason: String): ActionResult

    Permalink
    Definition Classes
    ExplicitRedirectFeature
  163. def redirect302(location: String, headers: Map[String, String], reason: String): ActionResult

    Permalink
    Definition Classes
    ExplicitRedirectFeature
  164. def redirect303(location: String, headers: Map[String, String], reason: String): ActionResult

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

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

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

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

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

    Permalink
    Definition Classes
    TemplateEngineFeature
  170. def renderHaltException(e: HaltException): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  171. def renderPipeline: RenderPipeline

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  172. def renderResponse(actionResult: Any): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  173. def renderResponseBody(actionResult: Any): Unit

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → TemplateEngineFeature
  177. def request: HttpServletRequest

    Permalink
    Definition Classes
    DynamicScope
  178. def requestFormat(implicit ctx: SkinnyEngineContext): String

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerBase
  184. def response: HttpServletResponse

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

    Permalink
    Definition Classes
    JSONFeature
  186. def routeBasePath(implicit ctx: SkinnyEngineContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineFilter → CoreRoutingDsl
  187. lazy val routes: RouteRegistry

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

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

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

    Permalink
    Definition Classes
    TypeConverterSupport
  191. def saveCurrentSkinnySession(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnySessionFilter
  192. def scalateExtensions: List[String]

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  193. def scalateRenderContextNumberFormat: DecimalFormat

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

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

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

    Permalink
    Definition Classes
    DefaultImplicits
  197. 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
  198. def serverAuthority(implicit ctx: SkinnyEngineContext): String

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

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

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

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

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

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

    Permalink
    Definition Classes
    SessionImplicits
  205. def sessionLocaleKey: String

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

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

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

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

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

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

    Permalink
    Definition Classes
    SkinnySessionFilter → LocaleFeature
  212. def setI18n(implicit ctx: SkinnyEngineContext): RequestScopeFeature

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

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

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

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

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

    Permalink
    Definition Classes
    DynamicScope
  218. implicit def skinnyEngineRenderContext: SkinnyEngineRenderContext

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyFilterActivation
  221. def skinnySession[A](key: Symbol)(implicit ctx: SkinnyEngineContext): Option[A]

    Permalink
    Definition Classes
    SkinnySessionFilter
  222. def skinnySession[A](key: String)(implicit ctx: SkinnyEngineContext): Option[A]

    Permalink
    Definition Classes
    SkinnySessionFilter
  223. def skinnySession(implicit ctx: SkinnyEngineContext): SkinnyHttpSession

    Permalink
    Definition Classes
    SkinnySessionFilter
  224. implicit def skinnyValidatorSafe[S, T](f: (S) ⇒ T): ParamValueTypeConverter[S, T]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    DefaultImplicits
  255. 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
  256. implicit val stringToShort: engine.implicits.TypeConverter[String, Short]

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerBase
  270. def toString(): String

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

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

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

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

    Permalink
    Definition Classes
    CoreRoutingDsl
  275. def trap(codes: Range)(block: ⇒ Any): Unit

    Permalink
    Definition Classes
    CoreRoutingDsl
  276. def update()(implicit format: Format = Format.HTML): Unit

    Permalink

    Injects a value into session.

    Injects a value into session.

    format

    format

    returns

    none

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

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

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

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

    Permalink
    Definition Classes
    UrlGenerator
  281. def useJSONVulnerabilityProtection: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOps
  282. def useSnakeCasedParamKeys: Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerBase
  294. def withOutputStream(f: (ServletOutputStream) ⇒ Unit): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    ChunkedResponseFeature
  300. lazy val xFrameOptionsPolicy: String

    Permalink
    Definition Classes
    XFrameOptionsHeaderFeature
  301. def xmlItemName: String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerBase
  302. def xmlRootName: String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerBase

Deprecated Value Members

  1. def futureWithRequest[A](op: (HttpServletRequest) ⇒ A)(implicit ec: ExecutionContext, req: HttpServletRequest): Future[A]

    Permalink
    Definition Classes
    FutureOpsFeature
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) Use futureWithContext instead

  2. 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

  3. 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 SkinnySessionFilter

Inherited from SkinnyFilter

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 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 JSONFeature

Inherited from JSONStringOps

Inherited from ValidationFeature

Inherited from FutureOpsFeature

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 RichRouteFeature

Inherited from FormParamsFeature

Inherited from QueryParamsFeature

Inherited from EnvFeature

Inherited from ApiFormats

Inherited from SkinnyEngineFilter

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 UrlGenerator

Inherited from BeforeAfterDsl

Inherited from ResponseStatusAccessor

Inherited from ResponseContentTypeAccessor

Inherited from RequestFormatAccessor

Inherited from ParamsAccessor

Inherited from EnvironmentAccessor

Inherited from ErrorHandlerAccessor

Inherited from logging.LoggerProvider

Inherited from CoreRoutingDsl

Inherited from ServletContextAccessor

Inherited from RicherStringImplicits

Inherited from Initializable

Inherited from RouteRegistryAccessor

Inherited from HaltPassControl

Inherited from CoreHandler

Inherited from DynamicScope

Inherited from ServletApiImplicits

Inherited from Handler

Inherited from Filter

Inherited from AnyRef

Inherited from Any

Ungrouped