trait ApplicationFactories extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ApplicationFactories
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def withAction(createAction: () => Action[_]): ApplicationFactory
- final def withComponents(components: => BuiltInComponents): ApplicationFactory
- final def withConfigAndRouter(extraConfig: Map[String, Any])(createRouter: () => Router): ApplicationFactory
- final def withGuiceApp(builder: GuiceApplicationBuilder): ApplicationFactory
- final def withResult(result: Result): ApplicationFactory
- final def withRouter(createRouter: () => Router): ApplicationFactory
Mixin with helpers for creating ApplicationFactory objects.