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 243791 2004-02-19 17:38:13Z hlship $
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

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


reset

void reset()
Invoked to clear any cached scripts.