com.primix.tapestry
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.1 2001/06/14 15:24:16 hship Exp $
Author:
Howard Ship

Method Summary
 IScript getScript(java.lang.String resourcePath)
           
 void reset()
          Invoked to clear any cached data.
 

Method Detail

getScript

public IScript getScript(java.lang.String resourcePath)
                  throws ResourceUnavailableException

reset

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