Trait

skinny.test

MockServlet

Related Doc: package test

Permalink

trait MockServlet extends controller.SkinnyServlet with MockControllerBase with MockWebPageControllerFeatures

Mock of SkinnyServlet.

Linear Supertypes
MockWebPageControllerFeatures, MockControllerBase, JSONParamsAutoBinderFeature, controller.SkinnyServlet, SkinnyWebPageControllerFeatures, XFrameOptionsHeaderFeature, XXSSProtectionHeaderFeature, CSRFProtectionFeature, CsrfTokenSupport, ScalateTemplateEngineFeature, ScalateSupport, TemplateEngineFeature, FlashFeature, FlashMapSupport, controller.SkinnyControllerBase, SkinnyControllerCommonBase, SkinnyFilterActivation, ParamsPermitImplicits, ParametersGetAsImplicits, RoutesAsImplicits, XContentTypeOptionsNosniffHeaderFeature, ThreadLocalRequestFeature, TimeLoggingFeature, SensitiveParametersFeature, TimeLogging, ValidationFeature, JSONFeature, EngineJSONStringOps, JSONStringOpsConfig, JSONStringOps, BeforeAfterActionFeature, ChunkedResponseFeature, RequestScopeFeature, LocaleFeature, SnakeCasedParamKeysFeature, ActionDefinitionFeature, ExplicitRedirectFeature, UrlGeneratorSupport, FormParamsFeature, QueryParamsFeature, EnvFeature, ApiFormats, SkinnyEngineServlet, ThreadLocalFeatures, BeforeAfterDsl, RoutingDsl, MainThreadLocalEverywhere, SkinnyEngineServletBase, 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, UnstableAccessValidationConfig, SkinnyEngineContextInitializer, Initializable, HttpServlet, GenericServlet, Serializable, ServletConfig, Servlet, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MockServlet
  2. MockWebPageControllerFeatures
  3. MockControllerBase
  4. JSONParamsAutoBinderFeature
  5. SkinnyServlet
  6. SkinnyWebPageControllerFeatures
  7. XFrameOptionsHeaderFeature
  8. XXSSProtectionHeaderFeature
  9. CSRFProtectionFeature
  10. CsrfTokenSupport
  11. ScalateTemplateEngineFeature
  12. ScalateSupport
  13. TemplateEngineFeature
  14. FlashFeature
  15. FlashMapSupport
  16. SkinnyControllerBase
  17. SkinnyControllerCommonBase
  18. SkinnyFilterActivation
  19. ParamsPermitImplicits
  20. ParametersGetAsImplicits
  21. RoutesAsImplicits
  22. XContentTypeOptionsNosniffHeaderFeature
  23. ThreadLocalRequestFeature
  24. TimeLoggingFeature
  25. SensitiveParametersFeature
  26. TimeLogging
  27. ValidationFeature
  28. JSONFeature
  29. EngineJSONStringOps
  30. JSONStringOpsConfig
  31. JSONStringOps
  32. BeforeAfterActionFeature
  33. ChunkedResponseFeature
  34. RequestScopeFeature
  35. LocaleFeature
  36. SnakeCasedParamKeysFeature
  37. ActionDefinitionFeature
  38. ExplicitRedirectFeature
  39. UrlGeneratorSupport
  40. FormParamsFeature
  41. QueryParamsFeature
  42. EnvFeature
  43. ApiFormats
  44. SkinnyEngineServlet
  45. ThreadLocalFeatures
  46. BeforeAfterDsl
  47. RoutingDsl
  48. MainThreadLocalEverywhere
  49. SkinnyEngineServletBase
  50. SkinnyEngineBase
  51. SessionImplicits
  52. DefaultImplicits
  53. LowPriorityImplicits
  54. LowestPriorityImplicits
  55. TypeConverterSupport
  56. EngineParamsImplicits
  57. CookiesImplicits
  58. RouteMatcherImplicits
  59. HaltPassControl
  60. UrlGenerator
  61. ResponseStatusAccessor
  62. ResponseContentTypeAccessor
  63. RequestFormatAccessor
  64. ParamsAccessor
  65. EnvironmentAccessor
  66. ErrorHandlerAccessor
  67. AsyncSupported
  68. CoreHandler
  69. Handler
  70. LoggerProvider
  71. ServletContextAccessor
  72. RicherStringImplicits
  73. ServletApiImplicits
  74. RouteRegistryAccessor
  75. UnstableAccessValidationConfig
  76. SkinnyEngineContextInitializer
  77. Initializable
  78. HttpServlet
  79. GenericServlet
  80. Serializable
  81. ServletConfig
  82. Servlet
  83. AnyRef
  84. 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 = ServletConfig

    Permalink
    Definition Classes
    SkinnyEngineServletBase → ServletContextAccessor → Initializable
  3. case class RenderCall(path: String) extends Product with Serializable

    Permalink
    Definition Classes
    MockControllerBase
  4. sealed trait RenderingRequired extends AnyRef

    Permalink
    Definition Classes
    SkinnyFilterActivation
  5. trait SkinnyEngineTemplateEngine extends AnyRef

    Permalink
    Definition Classes
    ScalateSupport
  6. sealed class TypedMultiParams extends AnyRef

    Permalink
    Definition Classes
    EngineParamsImplicits
  7. 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. def cacheRequestBodyAsString: Boolean

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

    Permalink
    Definition Classes
    SkinnyEngineBase
  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
    SkinnyEngineContextInitializer
  39. def contextPath: String

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

    Permalink
    Definition Classes
    ParamsPermitImplicits
  41. implicit def convertRouteToRichRoute(route: Route)(implicit controller: SkinnyControllerCommonBase): 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
    SkinnyControllerCommonBase
  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 context: SkinnyEngineContext): String

    Permalink
    Attributes
    protected[skinny]
    Definition Classes
    CsrfTokenSupport
  50. def currentActionName(implicit cxt: SkinnyEngineContext): 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
    Attributes
    protected
    Definition Classes
    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
    RoutingDsl
  64. def destroy(): Unit

    Permalink
    Definition Classes
    SkinnyEngineServletBase → GenericServlet → Servlet
  65. def detectTooManyErrorFilterRegistrationAsAnErrorAtSkinnyEngineBase: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    ErrorHandlerAccessor
  66. def doDelete(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  67. def doGet(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  68. def doHead(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  69. var doNotFound: Action

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineServletBase → SkinnyEngineBase
  70. def doOptions(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  71. def doPost(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  72. def doPut(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  73. def doTrace(arg0: HttpServletRequest, arg1: HttpServletResponse): Unit

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  74. implicit def enrichRequest(request: HttpServletRequest): RichRequest

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

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

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

    Permalink
    Definition Classes
    ServletApiImplicits
  78. def environment: String

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineBase
  86. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RequestScopeFeature
  106. def getInitParameter(arg0: String): String

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  107. def getInitParameterNames(): Enumeration[String]

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  108. def getLastModified(arg0: HttpServletRequest): Long

    Permalink
    Attributes
    protected[javax.servlet.http]
    Definition Classes
    HttpServlet
  109. def getMergedMultiParams(params1: Map[String, Seq[String]], params2: Map[String, Seq[String]]): Map[String, Seq[String]]

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  110. def getOutputStreamContents(charset: String): String

    Permalink
    Definition Classes
    MockControllerBase
  111. def getOutputStreamContents: String

    Permalink
    Definition Classes
    MockControllerBase
  112. def getServletConfig(): ServletConfig

    Permalink
    Definition Classes
    GenericServlet → Servlet
  113. def getServletContext(): javax.servlet.ServletContext

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  114. def getServletInfo(): String

    Permalink
    Definition Classes
    GenericServlet → Servlet
  115. def getServletName(): String

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  116. def halt[T](status: Integer = null, body: T = (), headers: Map[String, String] = Map.empty, reason: String = null)(implicit arg0: Manifest[T]): Nothing

    Permalink
    Definition Classes
    MockControllerBase → HaltPassControl
  117. def halt(result: ActionResult): Nothing

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

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

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

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

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

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

    Permalink
    Definition Classes
    RoutingDsl
  124. def inferFromFormats: ContentTypeInferrer

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats
  125. def init(config: ServletConfig): Unit

    Permalink
    Definition Classes
    SkinnyEngineServletBase → GenericServlet → Servlet
  126. def init(): Unit

    Permalink
    Definition Classes
    GenericServlet
    Annotations
    @throws( ... )
  127. def initParameter(name: String): Option[String]

    Permalink
    Definition Classes
    MockControllerBase → ServletContextAccessor
  128. def initialize(config: ConfigT): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature → SkinnyEngineBase
  131. def isAsyncExecutable(result: Any): Boolean

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

    Permalink
    Definition Classes
    EnvFeature
  133. def isDevelopmentMode: Boolean

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

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

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

    Permalink
    Definition Classes
    EnvFeature
  137. def isScalateErrorPageEnabled: Boolean

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  146. def log(arg0: String, arg1: Throwable): Unit

    Permalink
    Definition Classes
    GenericServlet
  147. def log(arg0: String): Unit

    Permalink
    Definition Classes
    GenericServlet
  148. def logger: Logger

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RoutingDsl
  162. def params(implicit ctx: SkinnyEngineContext): EngineParams

    Permalink
    Definition Classes
    MockControllerBase → JSONParamsAutoBinderFeature → ParamsAccessor
  163. def params(key: Symbol)(implicit ctx: SkinnyEngineContext): String

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

    Permalink
    Definition Classes
    ParamsAccessor
  165. def parseRequestBody(format: String)(implicit ctx: SkinnyEngineContext): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  166. def parsedBody(implicit ctx: SkinnyEngineContext): JValue

    Permalink
    Definition Classes
    MockControllerBase → JSONParamsAutoBinderFeature
  167. def pass(): Nothing

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

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

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

    Permalink
    Definition Classes
    RoutingDsl
  171. def preferredScalateExtension: String

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  172. def prefixForJSONVulnerabilityProtection: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    CsrfTokenSupport
  174. def prepareJSONBodyRequest(json: String): Unit

    Permalink
    Definition Classes
    MockControllerBase
  175. def prepareParams(params: (String, String)*): TrieMap[String, Seq[String]]

    Permalink
    Definition Classes
    MockControllerBase
  176. def protectFromForgery(only: Seq[Symbol], except: Seq[Symbol]): Unit

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

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

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

    Permalink
    Definition Classes
    QueryParamsFeature
  180. def readJsonFromBody(bd: String): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  181. def readJsonFromStream(stream: InputStream): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  182. def readJsonFromStreamWithCharset(stream: InputStream, charset: String): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  183. def readXmlFromBody(bd: String): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  184. def readXmlFromStream(stream: InputStream): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  185. def redirect(uri: String)(implicit ctx: SkinnyEngineContext): Nothing

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

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

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

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

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

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

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

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

    Permalink
  194. var renderCall: Option[RenderCall]

    Permalink
  195. def renderHaltException(e: HaltException)(implicit ctx: SkinnyEngineContext): Unit

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    MockControllerBase → SkinnyEngineContextInitializer
  203. def requestFormat(implicit ctx: SkinnyEngineContext): String

    Permalink
    Definition Classes
    ApiFormats
  204. def requestPath(implicit ctx: SkinnyEngineContext = skinnyEngineContext): String

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

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

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

    Permalink
    Definition Classes
    RequestScopeFeature
  208. def resourceNotFound()(implicit ctx: SkinnyEngineContext): Any

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineServletBase
  209. def respondTo: Seq[engine.Format]

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

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

    Permalink
    Definition Classes
    EngineJSONStringOps
  212. def routeBasePath(implicit ctx: SkinnyEngineContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineServletBase → SkinnyEngineBase
  213. val routes: RouteRegistry

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

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

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

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

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  218. def scalateRenderContextNumberFormat: DecimalFormat

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

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

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

    Permalink
    Definition Classes
    DefaultImplicits
  222. 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
  223. def serveStaticResource()(implicit ctx: SkinnyEngineContext): Option[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyEngineServletBase
  224. def serverAuthority(implicit ctx: SkinnyEngineContext): String

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

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

    Permalink
    Definition Classes
    ServletContextAccessor
  227. def service(request: HttpServletRequest, response: HttpServletResponse): Unit

    Permalink
    Definition Classes
    SkinnyEngineServletBase → HttpServlet
  228. def service(arg0: ServletRequest, arg1: ServletResponse): Unit

    Permalink
    Definition Classes
    HttpServlet → GenericServlet → Servlet
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  229. implicit def servletContext: javax.servlet.ServletContext

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

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

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

    Permalink
    Definition Classes
    SessionImplicits
  233. def sessionLocaleKey: String

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RequestScopeFeature
  244. def shouldParseBody(fmt: String)(implicit ctx: SkinnyEngineContext): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  245. def shutdown(): Unit

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

    Permalink
    Definition Classes
    MockControllerBase → MainThreadLocalEverywhere → SkinnyEngineContextInitializer
  247. implicit def skinnyEngineRenderContext(implicit ctx: SkinnyEngineContext): SkinnyEngineRenderContext

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    EngineParamsImplicits
  300. def transformRequestBody(body: JValue): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderFeature
  301. def trap(code: Int)(block: ⇒ Any): Unit

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

    Permalink
    Definition Classes
    RoutingDsl
  303. def unstableAccessValidationEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    UnstableAccessValidationConfig
  304. def url(route: Route, params: Map[String, String], splats: Iterable[String])(implicit ctx: SkinnyEngineContext): String

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

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

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

    Permalink
    Definition Classes
    UrlGenerator
  308. def useJSONVulnerabilityProtection: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ChunkedResponseFeature
  327. lazy val xFrameOptionsPolicy: String

    Permalink
    Definition Classes
    XFrameOptionsHeaderFeature
  328. def xmlItemName: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase

Deprecated Value Members

  1. 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 MockControllerBase

Inherited from JSONParamsAutoBinderFeature

Inherited from controller.SkinnyServlet

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 controller.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 EngineJSONStringOps

Inherited from JSONStringOpsConfig

Inherited from JSONStringOps

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 SkinnyEngineServlet

Inherited from ThreadLocalFeatures

Inherited from BeforeAfterDsl

Inherited from RoutingDsl

Inherited from MainThreadLocalEverywhere

Inherited from SkinnyEngineServletBase

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 UnstableAccessValidationConfig

Inherited from SkinnyEngineContextInitializer

Inherited from Initializable

Inherited from HttpServlet

Inherited from GenericServlet

Inherited from Serializable

Inherited from ServletConfig

Inherited from Servlet

Inherited from AnyRef

Inherited from Any

Ungrouped