Uses of Class
com.morpheusdata.views.ViewModel
Packages that use ViewModel
-
Uses of ViewModel in com.morpheusdata.core
Methods in com.morpheusdata.core with parameters of type ViewModel -
Uses of ViewModel in com.morpheusdata.views
Methods in com.morpheusdata.views with parameters of type ViewModelModifier and TypeMethodDescriptionGiven a template and a model, returns a TemplateResponseHandlebarsRenderer.renderTemplate(String location, ViewModel<?> model) Renderer.renderTemplate(String location, ViewModel<?> model) Given a template location and a model, returns a TemplateResponse -
Uses of ViewModel in com.morpheusdata.web
Methods in com.morpheusdata.web with parameters of type ViewModelModifier and TypeMethodDescriptionDispatcher.doDispatch(PluginController controller, String methodName, ViewModel<?> params) Using reflection, dynamically call the Class and method of a Plugin Controller.Looks up plugin based on path, checks user permissions and responds per the specified ViewModel