Class RemoteStore.RemoteStoreScriptLoader
- java.lang.Object
-
- org.springframework.extensions.webscripts.RemoteStore.RemoteStoreScriptLoader
-
- All Implemented Interfaces:
ScriptLoader
- Enclosing class:
- RemoteStore
protected class RemoteStore.RemoteStoreScriptLoader extends java.lang.Object implements ScriptLoader
Remote Store implementation of a Script Loader- Author:
- Kevin Roast
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedRemoteStoreScriptLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptContentgetScript(java.lang.String path)Gets the script location for the script at the specified path
-
-
-
Method Detail
-
getScript
public ScriptContent getScript(java.lang.String path)
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:
ScriptLoader.getScript(java.lang.String)
-
-