org.apache.tapestry.engine
Interface IScriptSource

All Known Implementing Classes:
DefaultScriptSource

public interface IScriptSource

Provides access to an IScript.

Since:
1.0.2
Author:
Howard Lewis Ship

Method Summary
 IScript getScript(org.apache.hivemind.Resource resource)
          Retrieves the script identified by the location from the source's cache, reading and parsing the script if necessary.
 

Method Detail

getScript

IScript getScript(org.apache.hivemind.Resource resource)
Retrieves the script identified by the location from the source's cache, reading and parsing the script if necessary.



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.