Uses of Class
com.jk.web.mvc.MvcUserBinding
Packages that use MvcUserBinding
-
Uses of MvcUserBinding in com.jk.web.mvc
Methods in com.jk.web.mvc that return types with arguments of type MvcUserBindingModifier and TypeMethodDescriptionstatic Map<String,
MvcUserBinding> MvcUtil.createUserBindingMap()
This method creates a new empty map for storing MVC user bindings.static Map<String,
MvcUserBinding> MvcUtil.getUserBinding
(jakarta.servlet.http.HttpServletRequest req) This method retrieves the user bindings map associated with the user's session.