
com.tacitknowledge.flip.package.html Maven / Gradle / Ivy
The newest version!
The main point to access the Flip framework. When your application is
started you should create FeatureService.
There are two options to do this:
- Using FeatureServiceReflectionFactory
which will scan for the classes in the packages passed which are annotated
with FlipContext annotation
or with FlipProperty annotation.
Also it by default adds the XmlPropertyReader
and SystemPropertiesContextProvider.
After that it orders them by priority specified in the annotation and instantiates
ContextManager and PropertyManager.
-
Using FeatureServiceDirectFactory which
should be initialized by a DI or yourself. Here you should set the
context providers and property readers in the order you like. Also you will have
to set properties used to configure the property readers.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy