Uses of Interface
org.springframework.extensions.webscripts.ScriptLoader

Packages that use ScriptLoader
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
protected  class LocalFileSystemStore.LocalFileSystemStoreScriptLoader
          Local File System Store implementation of a Script Loader
 class MultiScriptLoader
          Composite script loader
protected  class RemoteStore.RemoteStoreScriptLoader
          Remote Store implementation of a Script Loader
 

Methods in org.springframework.extensions.webscripts that return ScriptLoader
 ScriptLoader LocalFileSystemStore.getScriptLoader()
           
 ScriptLoader Store.getScriptLoader()
          Gets the script loader for this store
 ScriptLoader RemoteStore.getScriptLoader()
           
 ScriptLoader JarStore.getScriptLoader()
           
 ScriptLoader ClassPathStore.getScriptLoader()
           
 

Constructors in org.springframework.extensions.webscripts with parameters of type ScriptLoader
MultiScriptLoader(ScriptLoader[] loaders)
          Construct
 

Uses of ScriptLoader in org.springframework.extensions.webscripts.processor
 

Methods in org.springframework.extensions.webscripts.processor that return ScriptLoader
protected  ScriptLoader AbstractScriptProcessor.getScriptLoader()
          Gets the script loader.
 



Copyright © 2009 SpringSource, Inc. All Rights Reserved.