Uses of Interface
org.springframework.extensions.webscripts.ScriptParameterFactory
-
Packages that use ScriptParameterFactory Package Description org.springframework.extensions.webscripts -
-
Uses of ScriptParameterFactory in org.springframework.extensions.webscripts
Methods in org.springframework.extensions.webscripts that return types with arguments of type ScriptParameterFactory Modifier and Type Method Description java.util.Collection<ScriptParameterFactory>ScriptParameterFactoryRegistry. getScriptParameterFactories()Methods in org.springframework.extensions.webscripts with parameters of type ScriptParameterFactory Modifier and Type Method Description voidScriptParameterFactoryRegistry. registerScriptParameterFactory(ScriptParameterFactory factory)
-