Package play.filters.components
Interface AllowedHostsComponents
- All Superinterfaces:
ConfigurationComponents,HttpErrorHandlerComponents
- All Known Subinterfaces:
HttpFiltersComponents
Java Components for the Allowed Hosts filter.
- See Also:
-
AllowedHostsFilter
-
Method Summary
Modifier and TypeMethodDescriptiondefault play.filters.hosts.AllowedHostsConfigdefault play.filters.hosts.AllowedHostsFilterMethods inherited from interface play.components.ConfigurationComponents
config, configurationMethods inherited from interface play.components.HttpErrorHandlerComponents
httpErrorHandler, javaContextComponents, scalaHttpErrorHandler
-
Method Details
-
allowedHostsConfig
default play.filters.hosts.AllowedHostsConfig allowedHostsConfig() -
allowedHostsFilter
default play.filters.hosts.AllowedHostsFilter allowedHostsFilter()
-