org.apache.tapestry.engine
Interface IScriptSource

All Known Implementing Classes:
DefaultScriptSource

public interface IScriptSource

Provides access to an IScript.

Since:
1.0.2
Version:
$Id: IScriptSource.java,v 1.2 2004/01/19 21:32:13 hlship Exp $
Author:
Howard Lewis Ship

Method Summary
 IScript getScript(IResourceLocation scriptLocation)
          Retrieves the script identified by the location from the source's cache, reading and parsing the script if necessary.
 void reset()
          Invoked to clear any cached scripts.
 

Method Detail

getScript

public IScript getScript(IResourceLocation scriptLocation)
Retrieves the script identified by the location from the source's cache, reading and parsing the script if necessary.


reset

public void reset()
Invoked to clear any cached scripts.