org.springframework.extensions.webscripts
Class LocalFileSystemStore.LocalFileSystemStoreScriptLoader

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

protected class LocalFileSystemStore.LocalFileSystemStoreScriptLoader
extends Object
implements ScriptLoader

Local File System Store implementation of a Script Loader

Author:
muzquiano

Constructor Summary
protected LocalFileSystemStore.LocalFileSystemStoreScriptLoader()
           
 
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

LocalFileSystemStore.LocalFileSystemStoreScriptLoader

protected LocalFileSystemStore.LocalFileSystemStoreScriptLoader()
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.