Uses of Interface
org.springframework.extensions.webscripts.ScriptLoader
-
Packages that use ScriptLoader Package Description org.springframework.extensions.webscripts org.springframework.extensions.webscripts.processor -
-
Uses of ScriptLoader in org.springframework.extensions.webscripts
Classes in org.springframework.extensions.webscripts that implement ScriptLoader Modifier and Type Class Description classMultiScriptLoaderComposite script loaderprotected classRemoteStore.RemoteStoreScriptLoaderRemote Store implementation of a Script LoaderMethods in org.springframework.extensions.webscripts that return ScriptLoader Modifier and Type Method Description ScriptLoaderClassPathStore. getScriptLoader()ScriptLoaderRemoteStore. getScriptLoader()ScriptLoaderStore. getScriptLoader()Gets the script loader for this storeConstructors in org.springframework.extensions.webscripts with parameters of type ScriptLoader Constructor Description MultiScriptLoader(ScriptLoader[] loaders)Construct -
Uses of ScriptLoader in org.springframework.extensions.webscripts.processor
Methods in org.springframework.extensions.webscripts.processor that return ScriptLoader Modifier and Type Method Description protected ScriptLoaderAbstractScriptProcessor. getScriptLoader()Gets the script loader.
-