org.springframework.extensions.webscripts
Interface ScriptLoader

All Known Implementing Classes:
LocalFileSystemStore.LocalFileSystemStoreScriptLoader, MultiScriptLoader, RemoteStore.RemoteStoreScriptLoader

public interface ScriptLoader

Locate a script

Author:
davidc

Method Summary
 ScriptContent getScript(String path)
          Gets the script location for the script at the specified path
 

Method Detail

getScript

ScriptContent getScript(String path)
Gets the script location for the script at the specified path

Parameters:
path - path within api store
Returns:
script location (or null, if script does not exist at path)


Copyright © 2009 SpringSource, Inc. All Rights Reserved.