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

    Permalink
    Definition Classes
    ScalateSupport
  6. sealed class TypedMultiParams extends AnyRef

    Permalink
    Definition Classes
    SkinnyMicroParamsImplicits
  7. sealed class TypedParams extends AnyRef

    Permalink
    Definition Classes
    SkinnyMicroParamsImplicits

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: SkinnyContext): 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: micro.implicits.TypeConverter[Any, Boolean]

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

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

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

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

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

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

    Permalink
    Definition Classes
    LowPriorityImplicits
  22. implicit val anyToString: micro.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
    JSONParamsAutoBinderSupport
  30. lazy val charset: Option[String]

    Permalink
    Definition Classes
    SkinnyMicroBase
  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: SkinnyContext): String

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  36. def contentTypeInferrer: ContentTypeInferrer

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

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  38. def context: SkinnyContext

    Permalink
    Definition Classes
    SkinnyContextInitializer
  39. def contextPath: String

    Permalink
    Definition Classes
    MockControllerBase → ServletContextAccessor
  40. implicit def convertParamsToStrongParameters(params: micro.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: SkinnyContext): CookieOptions

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  45. def createRenderContext(out: PrintWriter)(implicit ctx: SkinnyContext): SkinnyScalateRenderContext

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → ScalateSupport
  46. def createSkinnyScalateRenderContext(ctx: SkinnyContext): SkinnyScalateRenderContext

    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: SkinnyContext): String

    Permalink
    Attributes
    protected[skinny]
    Definition Classes
    CSRFTokenSupport
  50. def currentActionName(implicit cxt: SkinnyContext): Option[Symbol]

    Permalink
    Definition Classes
    ActionDefinitionFeature
  51. def currentErrorHandler: ErrorHandler

    Permalink
    Attributes
    protected
    Definition Classes
    ErrorHandlerAccessor
  52. def currentLocale(implicit ctx: SkinnyContext): 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
    SkinnyMicroBase
  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: micro.implicits.TypeConverter[String, T], mf: Manifest[T]): micro.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
    SkinnyMicroServletBase → GenericServlet → Servlet
  65. def detectTooManyErrorFilterRegistrationAsAnErrorAtSkinnyMicroBase: 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
    SkinnyMicroServletBase → SkinnyMicroBase
  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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  83. implicit def executionContext: ExecutionContext

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

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

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

    Permalink
    Definition Classes
    FlashMapSupport
  87. def flash(implicit ctx: SkinnyContext): FlashMap

    Permalink
    Definition Classes
    FlashMapSupport
  88. def flashMapSetSession(f: FlashMap)(implicit ctx: SkinnyContext): Unit

    Permalink
    Definition Classes
    FlashMapSupport
  89. def formMultiParams(implicit ctx: SkinnyContext): micro.MultiParams

    Permalink
    Definition Classes
    FormParamsAccessor
  90. def formParams(implicit ctx: SkinnyContext): micro.Params

    Permalink
    Definition Classes
    FormParamsAccessor
  91. def format(implicit ctx: SkinnyContext): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderSupport
  108. def getOutputStreamContents(charset: String): String

    Permalink
    Definition Classes
    MockControllerBase
  109. def getOutputStreamContents: String

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

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

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

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

    Permalink
    Definition Classes
    GenericServlet → ServletConfig
  114. 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
  115. def halt(result: ActionResult): Nothing

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

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

    Permalink
    Definition Classes
    ScalateSupport → SkinnyMicroBase → Handler
  118. def handleForgery(): Unit

    Permalink
    Definition Classes
    CSRFProtectionFeature → CSRFTokenSupport
  119. def handleForgeryIfDetected(): Nothing

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

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

    Permalink
    Definition Classes
    RoutingDsl
  122. def inferFromFormats: ContentTypeInferrer

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats
  123. def infoTimeLoggingEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    TimeLogging
  124. def init(config: ServletConfig): Unit

    Permalink
    Definition Classes
    SkinnyMicroServletBase → GenericServlet → Servlet
  125. def init(): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderSupport → SkinnyMicroBase
  130. def isAsyncExecutable(result: Any): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  131. def isDevelopment(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EnvAccessor
  132. def isForged: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    CSRFTokenSupport
  133. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    EnvAccessor
  135. def isScalateErrorPageEnabled: Boolean

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

    Permalink
    Attributes
    protected
    Definition Classes
    EnvAccessor
  137. def isTest(): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    EnvAccessor
  138. def jade(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOps
  140. def keyAndErrorMessages(implicit ctx: SkinnyContext): Map[String, Seq[String]]

    Permalink
    Definition Classes
    RequestScopeFeature
  141. def layout(path: String)(implicit ctx: SkinnyContext): ScalateTemplateEngineFeature

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  142. def layoutTemplate(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

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

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

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

    Permalink
    Definition Classes
    GenericServlet
  146. def logger: Logger

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

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

    Permalink
    Definition Classes
    LowestPriorityImplicits
  149. def maxDurationToAwaitAsyncFilters: Duration

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  150. def methodNotAllowed(f: (Set[HttpMethod]) ⇒ Any): Unit

    Permalink
    Definition Classes
    SkinnyMicroBase
  151. val mimeTypes: Map[String, String]

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

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

    Permalink
    Definition Classes
    ParamsAccessor
  154. def multiParams(implicit ctx: SkinnyContext): micro.MultiParams

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

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

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

    Permalink
    Definition Classes
    SkinnyMicroBase
  158. final def notify(): Unit

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

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

    Permalink
    Definition Classes
    RoutingDsl
  161. def params(implicit ctx: SkinnyContext): SkinnyMicroParams

    Permalink
    Definition Classes
    MockControllerBase → JSONParamsAutoBinderSupport → ParamsAccessor
  162. def params(key: Symbol)(implicit ctx: SkinnyContext): String

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

    Permalink
    Definition Classes
    ParamsAccessor
  164. def parseRequestBody(format: String)(implicit ctx: SkinnyContext): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderSupport
  165. def parsedBody(implicit ctx: SkinnyContext): JValue

    Permalink
    Definition Classes
    MockControllerBase → JSONParamsAutoBinderSupport
  166. def pass(): Nothing

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

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

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

    Permalink
    Definition Classes
    RoutingDsl
  170. def preferredScalateExtension: String

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  171. def prefixForJSONVulnerabilityProtection: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    CSRFTokenSupport
  173. def prepareJSONBodyRequest(json: String): Unit

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

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

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

    Permalink
    Definition Classes
    RoutingDsl
  177. def queryMultiParams(implicit ctx: SkinnyContext): micro.MultiParams

    Permalink
    Definition Classes
    QueryParamsAccessor
  178. def queryParams(implicit ctx: SkinnyContext): micro.Params

    Permalink
    Definition Classes
    QueryParamsAccessor
  179. def readJsonFromBody(bd: String): JValue

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

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderSupport
  181. def readXmlFromBody(bd: String): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderSupport
  182. def readXmlFromStream(stream: InputStream): JValue

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderSupport
  183. def redirect(uri: String)(implicit ctx: SkinnyContext): ActionResult

    Permalink
    Definition Classes
    RedirectionDsl
  184. def redirect301(location: String, headers: Map[String, String])(implicit ctx: SkinnyContext): ActionResult

    Permalink
    Definition Classes
    RedirectionDsl
  185. def redirect302(location: String, headers: Map[String, String])(implicit ctx: SkinnyContext): ActionResult

    Permalink
    Definition Classes
    RedirectionDsl
  186. def redirect303(location: String, headers: Map[String, String])(implicit ctx: SkinnyContext): ActionResult

    Permalink
    Definition Classes
    RedirectionDsl
  187. implicit def regex2RouteMatcher(regex: Regex): RouteMatcher

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  191. def render(path: String)(implicit ctx: SkinnyContext = skinnyContext, format: Format = Format.HTML): String

    Permalink
  192. var renderCall: Option[RenderCall]

    Permalink
  193. def renderResponse(actionResult: Any)(implicit ctx: SkinnyContext): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport → SkinnyMicroBase
  196. def renderWithFormat(entity: Any)(implicit format: micro.Format): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateTemplateEngineFeature → TemplateEngineFeature
  198. def request(implicit ctx: SkinnyContext = context): HttpServletRequest

    Permalink
    Definition Classes
    MockControllerBase → SkinnyContextInitializer
  199. def requestFormat(implicit ctx: SkinnyContext): String

    Permalink
    Definition Classes
    ApiFormats
  200. def requestPath(implicit ctx: SkinnyContext = skinnyContext): String

    Permalink
    Definition Classes
    MockServlet → SkinnyMicroServletBase → SkinnyMicroBase
  201. def requestScope(keyAndValues: Seq[(String, Any)])(implicit ctx: SkinnyContext): RequestScopeFeature

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

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

    Permalink
    Definition Classes
    RequestScopeFeature
  204. def resourceNotFound()(implicit ctx: SkinnyContext): Any

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroServletBase
  205. def respondTo: Seq[micro.Format]

    Permalink
    Attributes
    protected
    Definition Classes
    Handler
  206. def response(implicit ctx: SkinnyContext = context): HttpServletResponse

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

    Permalink
    Attributes
    protected
    Definition Classes
    JSONSupport
  208. def routeBasePath(implicit ctx: SkinnyContext): String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroServletBase → SkinnyMicroBase
  209. lazy val routes: RouteRegistry

    Permalink
    Definition Classes
    RouteRegistryAccessor
  210. implicit def safe[S, T](f: (S) ⇒ T): micro.implicits.TypeConverter[S, T]

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

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

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  213. def scalateRenderContextNumberFormat: DecimalFormat

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  214. def scaml(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

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

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

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

    Permalink
    Definition Classes
    DefaultImplicits
  218. def serveStaticResource()(implicit ctx: SkinnyContext): Option[Any]

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroServletBase
  219. def serverAuthority(implicit ctx: SkinnyContext): String

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SessionImplicits
  228. def sessionLocaleKey: String

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

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

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

    Permalink
    Definition Classes
    RequestScopeFeature
  232. def setAsParams(model: Any)(implicit ctx: SkinnyContext): Unit

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    LocaleFeature
  235. def setI18n(implicit ctx: SkinnyContext): RequestScopeFeature

    Permalink
    Definition Classes
    RequestScopeFeature
  236. def setMultiparams[S](matchedRoute: Option[MatchedRoute], originalParams: micro.MultiParams)(implicit ctx: SkinnyContext): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  237. def setParams(implicit ctx: SkinnyContext): Unit

    Permalink
    Definition Classes
    RequestScopeFeature
  238. def setParamsToRequestScope(implicit ctx: SkinnyContext): Unit

    Permalink
    Definition Classes
    RequestScopeFeature
  239. def setRequestCharacterEncodingAsDefaultIfAbsent(request: HttpServletRequest): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  240. def shouldParseBody(fmt: String)(implicit ctx: SkinnyContext): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JSONParamsAutoBinderSupport
  241. def shutdown(): Unit

    Permalink
    Definition Classes
    ScalateSupport → Initializable
  242. implicit def skinnyContext(implicit ctx: javax.servlet.ServletContext): SkinnyContext

    Permalink
    Definition Classes
    MockControllerBase → MainThreadLocalEverywhere → SkinnyContextInitializer
  243. def skinnyEnv: Option[String]

    Permalink
    Attributes
    protected
    Definition Classes
    EnvAccessor
  244. lazy val skinnyErrorFilters: TrieMap[RenderingRequired, Seq[ErrorHandler]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  261. def skipHaltingWhenRedirection: Boolean

    Permalink
    Definition Classes
    MockControllerBase → RedirectionDsl
  262. def ssp(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

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

    Permalink
    Attributes
    protected
    Definition Classes
    TimeLogging
  264. def status(implicit ctx: SkinnyContext): Int

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RicherStringImplicits
  276. implicit val stringToSelf: micro.implicits.TypeConverter[String, String]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SkinnyMicroParamsImplicits
  295. implicit def toTypedParams(params: micro.Params): TypedParams

    Permalink
    Definition Classes
    SkinnyMicroParamsImplicits
  296. def transformRequestBody(body: JValue): JValue

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

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

    Permalink
    Definition Classes
    RoutingDsl
  299. def unstableAccessValidationEnabled: Boolean

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

    Permalink
    Definition Classes
    UrlGeneratorSupport
    Annotations
    @throws( classOf[java.lang.Exception] ) @throws( ... )
  301. def url(route: Route, splat: String, moreSplats: String*)(implicit ctx: SkinnyContext): String

    Permalink
    Definition Classes
    UrlGeneratorSupport
    Annotations
    @throws( classOf[java.lang.Exception] ) @throws( ... )
  302. def url(route: Route, params: (String, String)*)(implicit ctx: SkinnyContext): String

    Permalink
    Definition Classes
    UrlGeneratorSupport
    Annotations
    @throws( classOf[java.lang.Exception] ) @throws( ... )
  303. def url(path: String, params: Iterable[(String, Any)], includeContextPath: Boolean, includeServletPath: Boolean, absolutize: Boolean)(implicit ctx: SkinnyContext): String

    Permalink
    Definition Classes
    UrlGenerator
  304. def useJSONVulnerabilityProtection: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    JSONStringOps
  305. def useMostlyStableHttpSession: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    UnstableAccessValidationConfig
  306. def useSnakeCasedParamKeys: Boolean

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  318. def withOutputStream(f: (ServletOutputStream) ⇒ Unit)(implicit ctx: micro.Context): Unit

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ApiFormats → SkinnyMicroBase
  323. def writeChunk(chunk: Array[Byte])(implicit ctx: micro.Context): Unit

    Permalink
    Definition Classes
    ChunkedResponseSupport
  324. lazy val xFrameOptionsPolicy: String

    Permalink
    Definition Classes
    XFrameOptionsHeaderFeature
  325. def xmlItemName: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase

Deprecated Value Members

  1. def responseFormat(implicit ctx: SkinnyContext): 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 JSONParamsAutoBinderSupport

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 ThreadLocalRequestFeature

Inherited from BeforeAfterActionFeature

Inherited from SkinnyControllerCommonBase

Inherited from SkinnyFilterActivation

Inherited from ParamsPermitImplicits

Inherited from ParametersGetAsImplicits

Inherited from RoutesAsImplicits

Inherited from XContentTypeOptionsNosniffHeaderFeature

Inherited from TimeLoggingFeature

Inherited from SensitiveParametersFeature

Inherited from TimeLogging

Inherited from ValidationFeature

Inherited from JSONFeature

Inherited from JSONSupport

Inherited from JSONStringOps

Inherited from ChunkedResponseFeature

Inherited from ChunkedResponseSupport

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 SkinnyMicroServlet

Inherited from ThreadLocalFeatures

Inherited from BeforeAfterDsl

Inherited from RoutingDsl

Inherited from RoutingDslBase

Inherited from MainThreadLocalEverywhere

Inherited from SkinnyMicroServletBase

Inherited from SkinnyMicroBase

Inherited from SessionImplicits

Inherited from DefaultImplicits

Inherited from LowPriorityImplicits

Inherited from LowestPriorityImplicits

Inherited from micro.implicits.TypeConverterSupport

Inherited from SkinnyMicroParamsImplicits

Inherited from CookiesImplicits

Inherited from RouteMatcherImplicits

Inherited from HaltPassControl

Inherited from UrlGenerator

Inherited from ResponseStatusAccessor

Inherited from ResponseContentTypeAccessor

Inherited from RequestFormatAccessor

Inherited from FormParamsAccessor

Inherited from QueryParamsAccessor

Inherited from ParamsAccessor

Inherited from EnvAccessor

Inherited from ErrorHandlerAccessor

Inherited from RedirectionDsl

Inherited from AsyncSupported

Inherited from Handler

Inherited from logging.LoggerProvider

Inherited from ServletContextAccessor

Inherited from RicherStringImplicits

Inherited from ServletApiImplicits

Inherited from RouteRegistryAccessor

Inherited from UnstableAccessValidationConfig

Inherited from SkinnyContextInitializer

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