EnabledFilters
play.api.http.EnabledFilters
@Singleton
class EnabledFilters(env: Environment, configuration: Configuration, injector: Injector) 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.
Value parameters
- configuration
-
the configuration
- env
-
the environment (classloader is used from here)
- injector
-
finds an instance of filter by the class name
Attributes
- Graph
-
- Supertypes
Members list
In this article