Uses of Class
com.jk.web.mvc.MvcPageModelBinding
Packages that use MvcPageModelBinding
-
Uses of MvcPageModelBinding in com.jk.web.mvc
Methods in com.jk.web.mvc that return MvcPageModelBindingModifier and TypeMethodDescriptionMvcUserBinding.getBinding()
This method retrieves the page-model binding associated with this user binding.Methods in com.jk.web.mvc with parameters of type MvcPageModelBindingModifier and TypeMethodDescriptionvoid
MvcUserBinding.setBinding
(MvcPageModelBinding binding) This method sets the page-model binding associated with this user binding to the provided value.Constructors in com.jk.web.mvc with parameters of type MvcPageModelBindingModifierConstructorDescriptionMvcUserBinding
(MvcPageModelBinding binding, Object modelInstance) This method constructs a newMvcUserBinding
with a given page-model binding and model instance.