Uses of Class
org.springframework.extensions.webscripts.Match.Kind
-
Packages that use Match.Kind Package Description org.springframework.extensions.webscripts -
-
Uses of Match.Kind in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return Match.Kind Modifier and Type Method Description Match.KindMatch. getKind()Gets the kind of Matchstatic Match.KindMatch.Kind. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Match.Kind[]Match.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared.
-