|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| 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.enhance | Classes used for performing dynamic bytecode enhancement of component and page classes. |
| org.apache.tapestry.html | Components specific to the creation of HTML pages, including sophisticated DHTML JavaScript effects. |
| 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 4.1. This value can now be injected as "infrastructure:scriptSource". |
| 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.enhance |
| Methods in org.apache.tapestry.enhance with parameters of type IScriptSource | |
void |
InjectScriptWorker.setSource(IScriptSource source)
|
| Constructors in org.apache.tapestry.enhance with parameters of type IScriptSource | |
DeferredScriptImpl(org.apache.hivemind.Resource resource,
IScriptSource source,
org.apache.hivemind.Location location)
|
|
| Uses of IScriptSource in org.apache.tapestry.html |
| Methods in org.apache.tapestry.html that return IScriptSource | |
abstract IScriptSource |
Script.getScriptSource()
Injected |
| Uses of IScriptSource in org.apache.tapestry.services |
| Methods in org.apache.tapestry.services that return IScriptSource | |
IScriptSource |
Infrastructure.getScriptSource()
The source for ready-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()
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||