Package play.components
Interface ConfigurationComponents
- All Known Subinterfaces:
AhcWSComponents,AllowedHostsComponents,AssetsComponents,BaseComponents,BuiltInComponents,CaffeineCacheComponents,CORSComponents,CSPComponents,CSRFComponents,DBComponents,EhCacheComponents,FormFactoryComponents,GzipFilterComponents,HttpFiltersComponents,IPFilterComponents,JPAComponents,RedirectHttpsComponents,SecurityHeadersComponents
- All Known Implementing Classes:
BuiltInComponentsFromContext,ContextBasedBuiltInComponents,RoutingDslComponentsFromContext
public interface ConfigurationComponents
Provides configuration components.
- See Also:
-
ConfigConfiguration
-
Method Summary
Modifier and TypeMethodDescriptioncom.typesafe.config.Configconfig()default play.api.Configuration
-
Method Details
-
config
com.typesafe.config.Config config() -
configuration
default play.api.Configuration configuration()
-