Interface IApiRendererFactory
-
- All Known Implementing Classes:
CompositeApiRendererFactory
,DefaultApiRendererFactory
public interface IApiRendererFactory
This interface represents the factory to create a renderer (which transforms the model to the viewmodel).- Since:
- 9.2
- Author:
- A.Pragt
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IModelRenderer
getRenderer(com.aquima.interactions.composer.IElement element)
This method returns the renderer for a specified model.
-
-
-
Method Detail
-
getRenderer
IModelRenderer getRenderer(com.aquima.interactions.composer.IElement element)
This method returns the renderer for a specified model.- Parameters:
element
- The element to create a renderer for, not null.- Returns:
- The renderer for the element, never null.
-
-