Uses of Interface
com.aquima.web.api.model.page.IModelFactory
Packages that use IModelFactory
Package
Description
-
Uses of IModelFactory in com.aquima.web.api.model.page
Classes in com.aquima.web.api.model.page that implement IModelFactoryModifier and TypeClassDescriptionclass
This class converts the data model of a page to a viewmodel for the api. -
Uses of IModelFactory in com.aquima.web.ui.mvc
Constructors in com.aquima.web.ui.mvc with parameters of type IModelFactoryModifierConstructorDescriptionMvcRenderer
(String theme, String templateGroupPath, String templateName, com.aquima.interactions.foundation.io.IResourceManager resourceManager, IModelFactory modelFactory, boolean developmentMode, String webResourceBasePath) MvcUi
(MvcUiConfiguration configuration, IModelFactory modelFactory, PathManager pathManager) -
Uses of IModelFactory in com.aquima.web.ui.mvc.angular
Constructors in com.aquima.web.ui.mvc.angular with parameters of type IModelFactoryModifierConstructorDescriptionAngularUi
(AngularUiConfiguration configuration, IModelFactory modelFactory, PathManager pathManager)