Uses of Class
io.microsphere.spring.web.util.RequestContextStrategy
-
Packages that use RequestContextStrategy Package Description io.microsphere.spring.web.annotation io.microsphere.spring.web.util -
-
Uses of RequestContextStrategy in io.microsphere.spring.web.annotation
Methods in io.microsphere.spring.web.annotation that return RequestContextStrategy Modifier and Type Method Description RequestContextStrategyrequestContextStrategy()Indicate where theRequestAttributesstores. -
Uses of RequestContextStrategy in io.microsphere.spring.web.util
Methods in io.microsphere.spring.web.util that return RequestContextStrategy Modifier and Type Method Description static RequestContextStrategyRequestContextStrategy. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static RequestContextStrategy[]RequestContextStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-