Class DefaultApiRendererFactory
java.lang.Object
com.aquima.web.api.model.page.renderer.DefaultApiRendererFactory
- All Implemented Interfaces:
IApiRendererFactory
This is the default renderer factory to render the viewmodels.
- Since:
- 9.2
- Author:
- A.Pragt
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultApiRendererFactory
(com.blueriq.component.api.IAquimaEngineConfiguration configuration) -
Method Summary
Modifier and TypeMethodDescriptiongetRenderer
(com.aquima.interactions.composer.IElement element) This method returns the renderer for a specified model.
-
Constructor Details
-
DefaultApiRendererFactory
public DefaultApiRendererFactory(com.blueriq.component.api.IAquimaEngineConfiguration configuration)
-
-
Method Details
-
getRenderer
Description copied from interface:IApiRendererFactory
This method returns the renderer for a specified model.- Specified by:
getRenderer
in interfaceIApiRendererFactory
- Parameters:
element
- The element to create a renderer for, not null.- Returns:
- The renderer for the element, never null.
-