Uses of Class
ratpack.core.render.NoSuchRendererException
-
Packages that use NoSuchRendererException Package Description ratpack.core.handling The handling of application requests. -
-
Uses of NoSuchRendererException in ratpack.core.handling
Methods in ratpack.core.handling that throw NoSuchRendererException Modifier and Type Method Description void
Context. render(Object object)
Render the given object, using the rendering framework.
-