Uses of Class
io.microsphere.spring.web.util.WebSource
-
Packages that use WebSource Package Description io.microsphere.spring.web.idempotent io.microsphere.spring.web.util -
-
Uses of WebSource in io.microsphere.spring.web.idempotent
Methods in io.microsphere.spring.web.idempotent that return WebSource Modifier and Type Method Description WebSourceIdempotentAttributes. getSource()Get the request sourceWebSourcesource()The source of the token value -
Uses of WebSource in io.microsphere.spring.web.util
Methods in io.microsphere.spring.web.util that return WebSource Modifier and Type Method Description static WebSourceWebSource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSource[]WebSource. values()Returns an array containing the constants of this enum type, in the order they are declared.
-