c

play.api.http

EnabledFilters

class EnabledFilters extends HttpFilters

This class provides filters that are "automatically" enabled through play.filters.enabled. A list of default filters are defined in reference.conf.

See https://www.playframework.com/documentation/latest/Filters for more information.

Annotations
@Singleton()
Source
HttpFilters.scala
Linear Supertypes
HttpFilters, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EnabledFilters
  2. HttpFilters
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new EnabledFilters(env: Environment, configuration: Configuration, injector: Injector)

    env

    the environment (classloader is used from here)

    configuration

    the configuration

    injector

    finds an instance of filter by the class name

    Annotations
    @Inject()

Value Members

  1. def asJava: http.HttpFilters
    Definition Classes
    HttpFilters
  2. val filters: Seq[EssentialFilter]

    Return the filters that should filter every request

    Return the filters that should filter every request

    Definition Classes
    HttpFilters
  3. def start(): Unit