Package net.rgielen.fxweaver.core
Class FxContextLoader<T extends FxWeaver>
- java.lang.Object
-
- net.rgielen.fxweaver.core.FxContextLoader<T>
-
public abstract class FxContextLoader<T extends FxWeaver> extends Object
FxContextLoader provides a generic factoryFxWeavertemplate for implementing a concrete context loader for a given DI / bean management framework. May be overridden by a class matching a specific framework bootstrap mechanism. This is a convenience class, there is no actual need to implement it or to subclassFxWeaverto use the weaving facility.- Author:
- Rene Gielen
-
-
Constructor Summary
Constructors Constructor Description FxContextLoader()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Tstart()(Optianally) Start the bean management / dependency injection context and provide a suitableFxWeaverinstance.
-