Class MultiScriptLoader

java.lang.Object
org.springframework.extensions.webscripts.MultiScriptLoader
All Implemented Interfaces:
ScriptLoader

public class MultiScriptLoader extends Object implements ScriptLoader
Composite script loader
Author:
davidc
  • Constructor Details

    • MultiScriptLoader

      public MultiScriptLoader(ScriptLoader[] loaders)
      Construct
      Parameters:
      loaders - ScriptLoader[]
  • Method Details

    • getScript

      public ScriptContent getScript(String path)
      Description copied from interface: ScriptLoader
      Gets the script location for the script at the specified path
      Specified by:
      getScript in interface ScriptLoader
      Parameters:
      path - path within api store
      Returns:
      script location (or null, if script does not exist at path)