Uses of Class
org.springframework.extensions.webscripts.ArgumentTypeDescription
-
Packages that use ArgumentTypeDescription Package Description org.springframework.extensions.webscripts -
-
Uses of ArgumentTypeDescription in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return ArgumentTypeDescription Modifier and Type Method Description ArgumentTypeDescription[]Description. getArguments()Gets webscript argument descriptionsArgumentTypeDescription[]DescriptionImpl. getArguments()static ArgumentTypeDescriptionArgumentTypeDescription. newInstance()Returns a new instance of ArgumentTypeDescriptionMethods in org.springframework.extensions.webscripts with parameters of type ArgumentTypeDescription Modifier and Type Method Description booleanArgumentTypeDescription. compare(ArgumentTypeDescription newArgumentTypeDescription)Utility function for comparing this ArgumentTypeDescription with another ArgumentTypeDescription instance.voidDescriptionImpl. setArguments(ArgumentTypeDescription[] arguments)
-