Then environment that services these requires is known as the Context. There should be a single instance of the implementation of this interface and it should be registered with {@link com.adito.boot.ContextHolder#setContext(Context)}.
The instance of the context may then be accessed in the web application and boot classes using {@link com.adito.boot.ContextHolder#getContext()}.
The context responsibilities include :-
|
|
|
|