When we use the Context.render method Ratpack’s rendering mechanism kicks in. The type of the argument we pass to the render method is used to look up the correct renderer. The renderer implements the Renderer interface and provides the real … Continue reading
The post Ratpacked: Customising Renderers With Decorators appeared first on JDriven.