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