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