Uses of Class
io.jooby.ModelAndView
-
Uses of ModelAndView in io.jooby
Modifier and TypeMethodDescriptionSets the locale used when rendering the view, if the template engine supports setting it.Modifier and TypeMethodDescriptionTemplateEngine.render
(Context ctx, ModelAndView modelAndView) Render a model and view instance as String.default boolean
TemplateEngine.supports
(ModelAndView modelAndView) True if the template engine is able to render the given view.