Uses of Class
io.jooby.ModelAndView
Packages that use ModelAndView
-
Uses of ModelAndView in io.jooby
Subclasses of ModelAndView in io.joobyMethods in io.jooby that return ModelAndViewModifier and TypeMethodDescriptionSets the locale used when rendering the view, if the template engine supports setting it.Methods in io.jooby with parameters of type ModelAndViewModifier 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.