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