class EnabledFilters extends HttpFilters
Ordering
- Alphabetic
- By Inheritance
Inherited
- EnabledFilters
- HttpFilters
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- 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
- def asJava: http.HttpFilters
- Definition Classes
- HttpFilters
- val filters: Seq[EssentialFilter]
Return the filters that should filter every request
Return the filters that should filter every request
- Definition Classes
- → HttpFilters
- def start(): Unit
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.