Object/Class

skinny.controller

AssetsController

Related Docs: class AssetsController | package controller

Permalink

object AssetsController extends AssetsController with Routes

AssetsController with default configurations.

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

Type Members

  1. trait Config extends AnyRef

    Permalink
    Definition Classes
    Initializable
  2. type ConfigT = FilterConfig

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

    Permalink
    Definition Classes
    SkinnyFilterActivation
  4. trait SkinnyMicroTemplateEngine extends AnyRef

    Permalink
    Definition Classes
    ScalateSupport
  5. sealed class TypedMultiParams extends AnyRef

    Permalink
    Definition Classes
    SkinnyMicroParamsImplicits
  6. 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. val PATTERN_ASCTIME: String

    Permalink
    Definition Classes
    AssetsController
  5. val PATTERN_RFC1036: String

    Permalink
    Definition Classes
    AssetsController
  6. val PATTERN_RFC1123: String

    Permalink
    Definition Classes
    AssetsController
  7. def acceptHeader(implicit request: HttpServletRequest): List[String]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    JSONStringOps
  28. def assetsRootPath: String

    Permalink

    Returns assets root path.

    Returns assets root path.

    Definition Classes
    AssetsController
  29. val basePath: String

    Permalink

    Base path for assets files.

    Base path for assets files.

    Definition Classes
    AssetsController
  30. def before(transformers: RouteTransformer*)(fun: ⇒ Any): Unit

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

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

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

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

    Permalink
    Definition Classes
    SkinnyMicroBase
  35. def clone(): AnyRef

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

    Permalink
    Definition Classes
    JSONStringOps
  37. var config: ConfigT

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

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

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  40. def contentTypeInferrer: ContentTypeInferrer

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

    Permalink
    Definition Classes
    ResponseContentTypeAccessor
  42. def context: SkinnyContext

    Permalink
    Definition Classes
    SkinnyContextInitializer
  43. def contextPath: String

    Permalink
    Definition Classes
    ServletContextAccessor
  44. implicit def convertParamsToStrongParameters(params: micro.Params): StrongParameters

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

    Permalink
    Definition Classes
    RoutesAsImplicits
  46. implicit def cookieOptions(implicit ctx: SkinnyContext): CookieOptions

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

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

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

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

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

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

    Permalink
    Definition Classes
    CSRFProtectionFeature → CSRFTokenSupport
  53. def csrfToken(implicit context: SkinnyContext): String

    Permalink
    Attributes
    protected[skinny]
    Definition Classes
    CSRFTokenSupport
  54. def css(): Any

    Permalink

    Returns css or less assets.

    Returns css or less assets.

    Definition Classes
    AssetsController
  55. def cssFromClassPath(path: String): Option[String]

    Permalink
    Definition Classes
    AssetsController
  56. def cssRootPath: String

    Permalink

    Returns assets/css root path.

    Returns assets/css root path.

    Definition Classes
    AssetsController
  57. val cssRootUrl: Route

    Permalink
  58. def currentActionName(implicit cxt: SkinnyContext): Option[Symbol]

    Permalink
    Definition Classes
    ActionDefinitionFeature
  59. def currentErrorHandler: ErrorHandler

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

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

    Permalink
    Definition Classes
    ApiFormats
  62. val defaultCharacterEncoding: String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  63. def defaultFormat: Symbol

    Permalink
    Definition Classes
    ApiFormats
  64. def defaultIndexName: String

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

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

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

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

    Permalink
    Definition Classes
    DefaultImplicits
  69. def defaultTemplateFormat: String

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

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

    Permalink
    Definition Classes
    RoutingDsl
  72. def destroy(): Unit

    Permalink
    Definition Classes
    SkinnyMicroFilterBase
  73. def detectTooManyErrorFilterRegistrationAsAnErrorAtSkinnyMicroBase: Boolean

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

    Permalink
    Definition Classes
    SkinnyMicroFilterBase
  75. var doNotFound: Action

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroFilterBase → SkinnyMicroBase
  76. implicit def enrichRequest(request: HttpServletRequest): RichRequest

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

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

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

    Permalink
    Definition Classes
    ServletApiImplicits
  80. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  86. def filterChain: FilterChain

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroFilterBase
  87. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    UrlGenerator
  103. def fullpath: String

    Permalink
    Definition Classes
    AssetsController
  104. def generateWelcomePageIfAbsent(path: String)(implicit format: Format): Unit

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RoutingDsl
  116. def inferFromFormats: ContentTypeInferrer

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

    Permalink
    Attributes
    protected
    Definition Classes
    TimeLogging
  118. def init(filterConfig: FilterConfig): Unit

    Permalink
    Definition Classes
    SkinnyMicroFilterBase
  119. def initParameter(name: String): Option[String]

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    EnvAccessor
  125. def isDisabledInProduction: Boolean

    Permalink

    Predicates this controller in production env.

    Predicates this controller in production env.

    Definition Classes
    AssetsController
  126. def isDisabledInStaging: Boolean

    Permalink

    Predicates this controller in staging env.

    Predicates this controller in staging env.

    Definition Classes
    AssetsController
  127. def isEnabled: Boolean

    Permalink

    Predicates this controller is enabled in the current env.

    Predicates this controller is enabled in the current env.

    Definition Classes
    AssetsController
  128. def isForged: Boolean

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

    Permalink
    Definition Classes
    Any
  130. def isModified(resourceLastModified: Long): Boolean

    Permalink
    Definition Classes
    AssetsController
  131. def isProduction(): Boolean

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    ScalateSupport
  136. def js(): Any

    Permalink

    Returns js or coffee assets.

    Returns js or coffee assets.

    Definition Classes
    AssetsController
  137. def jsRootPath: String

    Permalink

    Returns assets/js root path.

    Returns assets/js root path.

    Definition Classes
    AssetsController
  138. val jsRootUrl: Route

    Permalink
  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 logger: Logger

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

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

    Permalink
    Definition Classes
    LowestPriorityImplicits
  147. def maxDurationToAwaitAsyncFilters: Duration

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroBase
  148. def maybeFullpath: Option[String]

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

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

    Permalink
    Definition Classes
    ApiFormats
  151. val modifiedHeaderFormats: Seq[DateTimeFormatter]

    Permalink
    Definition Classes
    AssetsController
  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): micro.Params

    Permalink
    Definition Classes
    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 pass(): Nothing

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

    Permalink
    Definition Classes
    RoutingDsl
  166. def path(extension: String): Option[String]

    Permalink
    Definition Classes
    AssetsController
  167. implicit def pathPatternParser2RouteMatcher(pattern: PathPattern): RouteMatcher

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

    Permalink
    Definition Classes
    RoutingDsl
  169. def preferredScalateExtension: String

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  170. def prefixForJSONVulnerabilityProtection: String

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

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

    Permalink
    Definition Classes
    CSRFProtectionFeature
  173. val publicBasePath: String

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

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

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

    Permalink
    Definition Classes
    QueryParamsAccessor
  177. def redirect(uri: String)(implicit ctx: SkinnyContext): ActionResult

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    RouteMatcherImplicits
  182. def registerCssCompiler(compiler: AssetCompiler): Unit

    Permalink

    Registers CSS compiler to this controller.

    Registers CSS compiler to this controller.

    compiler

    compiler

    Definition Classes
    AssetsController
  183. def registerJsCompiler(compiler: AssetCompiler): Unit

    Permalink

    Registers JS compiler to this controller.

    Registers JS compiler to this controller.

    compiler

    compiler

    Definition Classes
    AssetsController
  184. def relativeUrl(path: String, params: Iterable[(String, Any)], includeContextPath: Boolean, includeServletPath: Boolean)(implicit ctx: SkinnyContext): String

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

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

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

    Permalink
    Definition Classes
    TemplateEngineFeature
  188. def renderResponse(actionResult: Any)(implicit ctx: SkinnyContext): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    SkinnyContextInitializer
  194. def requestFormat(implicit ctx: SkinnyContext): String

    Permalink
    Definition Classes
    ApiFormats
  195. def requestPath(implicit ctx: SkinnyContext): String

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyMicroFilterBase → SkinnyMicroBase
  203. lazy val routes: RouteRegistry

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

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

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

    Permalink
    Definition Classes
    ScalateTemplateEngineFeature
  207. def scalateRenderContextNumberFormat: DecimalFormat

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

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

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

    Permalink
    Definition Classes
    DefaultImplicits
  211. 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
  212. def serverAuthority(implicit ctx: SkinnyContext): String

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

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

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

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

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

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

    Permalink
    Definition Classes
    SessionImplicits
  219. def sessionLocaleKey: String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    RequestScopeFeature
  227. def setLastModified(lastModified: Long): Unit

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

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

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

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

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

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

    Permalink
    Definition Classes
    MainThreadLocalEverywhere → SkinnyContextInitializer
  234. implicit val skinnyController: SkinnyControllerCommonBase

    Permalink
    Definition Classes
    Routes
  235. def skinnyEnv: Option[String]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ParametersGetAsImplicits
  253. def skipHaltingWhenRedirection: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    RedirectionDsl
  254. def sourceMapsEnabled: Boolean

    Permalink
    Definition Classes
    AssetsController
  255. def sourceMapsPath(): Option[String]

    Permalink
    Definition Classes
    AssetsController
  256. def ssp(path: String, attributes: (String, Any)*)(implicit ctx: SkinnyContext): String

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    SkinnyMicroParamsImplicits
  290. def trap(code: Int)(block: ⇒ Any): Unit

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

    Permalink
    Definition Classes
    RoutingDsl
  292. def unstableAccessValidationEnabled: Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    UnstableAccessValidationConfig
  293. 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( ... )
  294. def url(route: Route, splat: String, moreSplats: String*)(implicit ctx: SkinnyContext): String

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

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

    Permalink
    Definition Classes
    UrlGenerator
  297. def useJSONVulnerabilityProtection: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    ChunkedResponseSupport
  317. lazy val xFrameOptionsPolicy: String

    Permalink
    Definition Classes
    XFrameOptionsHeaderFeature
  318. def xmlItemName: String

    Permalink
    Attributes
    protected
    Definition Classes
    SkinnyControllerCommonBase
  319. 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 routing.Routes

Inherited from AssetsController

Inherited from SkinnyController

Inherited from SkinnyWebPageControllerFeatures

Inherited from XFrameOptionsHeaderFeature

Inherited from XXSSProtectionHeaderFeature

Inherited from CSRFProtectionFeature

Inherited from CSRFTokenSupport

Inherited from ScalateTemplateEngineFeature

Inherited from ScalateSupport

Inherited from TemplateEngineFeature

Inherited from FlashFeature

Inherited from FlashMapSupport

Inherited from SkinnyControllerBase

Inherited from 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 SkinnyMicroFilter

Inherited from ThreadLocalFeatures

Inherited from BeforeAfterDsl

Inherited from RoutingDsl

Inherited from RoutingDslBase

Inherited from MainThreadLocalEverywhere

Inherited from SkinnyMicroFilterBase

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 Filter

Inherited from AnyRef

Inherited from Any

Ungrouped