Class CuiMockRenderer


  • public class CuiMockRenderer
    extends Renderer
    Simple Mock renderer that is capable of rendering any element by using the simple-name of the given component. In addition it is capable of rendering the 'id'-attribute as 'id' and 'name' in case the component is of type UIInput or the attribute UIComponent.getId() is set, the 'styleClass' and 'style' attributes and reacts to the 'rendered'-attribute. It can be configured to use a certain tagname to be rendered by using CuiMockRenderer(String). Otherwise the simple-name of the component will be used.
    Author:
    Oliver Wolff