org.springframework.extensions.webscripts
Class RemoteStore.RemoteStoreScriptLoader

java.lang.Object
  extended by org.springframework.extensions.webscripts.RemoteStore.RemoteStoreScriptLoader
All Implemented Interfaces:
ScriptLoader
Enclosing class:
RemoteStore

protected class RemoteStore.RemoteStoreScriptLoader
extends Object
implements ScriptLoader

Remote Store implementation of a Script Loader

Author:
Kevin Roast

Constructor Summary
protected RemoteStore.RemoteStoreScriptLoader()
           
 
Method Summary
 ScriptContent getScript(String path)
          Gets the script location for the script at the specified path
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteStore.RemoteStoreScriptLoader

protected RemoteStore.RemoteStoreScriptLoader()
Method Detail

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)
See Also:
ScriptLoader.getScript(java.lang.String)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.