Class RemoteStore.RemoteStoreScriptLoader
java.lang.Object
org.springframework.extensions.webscripts.RemoteStore.RemoteStoreScriptLoader
- All Implemented Interfaces:
ScriptLoader
- Enclosing class:
- RemoteStore
Remote Store implementation of a Script Loader
- Author:
- Kevin Roast
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the script location for the script at the specified path
-
Constructor Details
-
RemoteStoreScriptLoader
protected RemoteStoreScriptLoader()
-
-
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)
- See Also:
-