Package alpha::view::renderers
AlphaRendererProviderFactory | |
AlphaRendererProviderHTML | HTML renderer. Will invoke widgets from the alpha::view::widgets package automatically for the correct data type. Templates from ./templates/html loaded by default, but these can be overridden on a per-DAO level in the application when required (consider the default ones to be scaffolding). |
AlphaRendererProviderInterface | Defines the renderer interface, which allows us to have various implementations (HTML, JSON, XML etc.) behind one unified interface. Use the AlphaRendererProviderFactory::getInstance() method to get instances of this. |