Uses of Interface
org.apache.tapestry.engine.IScriptSource

Packages that use IScriptSource
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl   
 

Uses of IScriptSource in org.apache.tapestry
 

Methods in org.apache.tapestry that return IScriptSource
 IScriptSource IEngine.getScriptSource()
          Deprecated. To be removed in 3.2.
 

Uses of IScriptSource in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement IScriptSource
 class DefaultScriptSource
          Provides basic access to scripts available on the classpath.
 

Methods in org.apache.tapestry.engine that return IScriptSource
 IScriptSource AbstractEngine.getScriptSource()
           
 

Uses of IScriptSource in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return IScriptSource
 IScriptSource Infrastructure.getScriptSource()
          The source for read-to-execute versions of Tapestry script templates.
 

Uses of IScriptSource in org.apache.tapestry.services.impl
 

Methods in org.apache.tapestry.services.impl that return IScriptSource
 IScriptSource InfrastructureImpl.getScriptSource()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type IScriptSource
 void InfrastructureImpl.setScriptSource(IScriptSource scriptSource)