Class MultiScriptLoader
java.lang.Object
org.springframework.extensions.webscripts.MultiScriptLoader
- All Implemented Interfaces:
ScriptLoader
Composite script loader
- Author:
- davidc
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the script location for the script at the specified path
-
Constructor Details
-
MultiScriptLoader
Construct- Parameters:
loaders- ScriptLoader[]
-
-
Method Details
-
getScript
Description copied from interface:ScriptLoaderGets the script location for the script at the specified path- Specified by:
getScriptin interfaceScriptLoader- Parameters:
path- path within api store- Returns:
- script location (or null, if script does not exist at path)
-