Package play.filters.components
Interface AllowedHostsComponents
-
- All Superinterfaces:
ConfigurationComponents
,HttpErrorHandlerComponents
- All Known Subinterfaces:
HttpFiltersComponents
public interface AllowedHostsComponents extends ConfigurationComponents, HttpErrorHandlerComponents
Java Components for the Allowed Hosts filter.- See Also:
AllowedHostsFilter
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default play.filters.hosts.AllowedHostsConfig
allowedHostsConfig()
default play.filters.hosts.AllowedHostsFilter
allowedHostsFilter()
-
Methods inherited from interface play.components.ConfigurationComponents
config, configuration
-
Methods inherited from interface play.components.HttpErrorHandlerComponents
httpErrorHandler, javaContextComponents, scalaHttpErrorHandler
-
-