skinny

controller

package controller

Visibility
  1. Public
  2. All

Type Members

  1. case class ActionDefinition(name: Symbol, method: HttpMethod, matcher: (HttpMethod, String) ⇒ Boolean) extends Product with Serializable

  2. case class Params(underlying: Map[String, Any]) extends Dynamic with Product with Serializable

  3. class SkinnyController extends ScalatraFilter with SkinnyControllerBase

  4. trait SkinnyControllerBase extends ScalatraBase with BasicFeature with RequestScopeFeature with BeforeAfterActionFeature with ValidationFeature with TemplateEngineFeature with ScalateTemplateEngineFeature with CSRFProtectionFeature with RoutesAsImplicits with ParamsGetAsImplicits with ParamsPermitImplicits with Logging

  5. trait SkinnyResource extends SkinnyController

  6. class SkinnyServlet extends ScalatraServlet with SkinnyControllerBase

Value Members

  1. object Constants

  2. package feature

  3. package implicits

Ungrouped