Uses of Class
io.microsphere.spring.web.util.WebScope
-
Packages that use WebScope Package Description io.microsphere.spring.web.util -
-
Uses of WebScope in io.microsphere.spring.web.util
Methods in io.microsphere.spring.web.util that return WebScope Modifier and Type Method Description static WebScopeWebScope. valueOf(int scope)Resolve theWebScopeby the specified scope valuestatic WebScopeWebScope. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebScope[]WebScope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-