Package | Description |
---|---|
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 |
Modifier and Type | Method and Description |
---|---|
IScriptSource |
IEngine.getScriptSource()
Deprecated.
To be removed in 4.1. This value can now be injected as "infrastructure:scriptSource".
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultScriptSource
Provides basic access to scripts available on the classpath.
|
Modifier and Type | Method and Description |
---|---|
IScriptSource |
AbstractEngine.getScriptSource() |
Modifier and Type | Method and Description |
---|---|
void |
InjectScriptWorker.setSource(IScriptSource source) |
Constructor and Description |
---|
DeferredScriptImpl(org.apache.hivemind.Resource resource,
IScriptSource source,
org.apache.hivemind.Location location) |
Modifier and Type | Method and Description |
---|---|
abstract IScriptSource |
Script.getScriptSource()
Injected
|
Modifier and Type | Method and Description |
---|---|
IScriptSource |
Infrastructure.getScriptSource()
The source for ready-to-execute versions of Tapestry script templates.
|
Modifier and Type | Method and Description |
---|---|
IScriptSource |
InfrastructureImpl.getScriptSource() |