ApplicationFactory is a factory object that creates (if needed) and returns {@link Application} instances.
There must be one {@link ApplicationFactory} instance per webapplication that is utilizing JavaServer Faces. This instance can be acquired, in a portable manner, by calling:
ApplicationFactory factory = (ApplicationFactory) FactoryFinder.getFactory(FactoryFinder.APPLICATION_FACTORY);
|
|