Package | Description |
---|---|
org.apache.tapestry |
Tapestry is a comprehensive web application framework, written in Java.
|
org.apache.tapestry.html |
Components specific to the creation of HTML pages, including sophisticated
DHTML JavaScript effects.
|
org.apache.tapestry.script |
Parser and related classes for dynamically generating JavaScript for
inclusion in an HTML response.
|
org.apache.tapestry.util |
A general set of resuable classes and utilities for creating Internet and XML applications.
|
Modifier and Type | Interface and Description |
---|---|
interface |
PageRenderSupport
Extends
IScriptProcessor with a handful of additional methods
needed when rendering a page response. |
Modifier and Type | Method and Description |
---|---|
void |
IScript.execute(IRequestCycle cycle,
IScriptProcessor processor,
java.util.Map symbols)
Executes the script, which will read and modify the symbols
Map . |
Modifier and Type | Class and Description |
---|---|
class |
Body
The body of a Tapestry page.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptSession
Process object used when executing a
script template . |
Modifier and Type | Class and Description |
---|---|
class |
ScriptSessionImpl
The result of executing a script, the session is used during the parsing process as well.
|
Modifier and Type | Method and Description |
---|---|
void |
ParsedScript.execute(IRequestCycle cycle,
IScriptProcessor processor,
java.util.Map symbols)
Creates the
ScriptSessionImpl and invokes
AbstractToken.writeChildren(java.lang.StringBuffer, org.apache.tapestry.script.ScriptSession) . |
Constructor and Description |
---|
ScriptSessionImpl(org.apache.hivemind.Resource scriptTemplateResource,
IRequestCycle cycle,
IScriptProcessor processor,
ExpressionEvaluator evaluator,
ValueConverter valueConverter,
java.util.Map symbols) |
Modifier and Type | Class and Description |
---|---|
class |
PageRenderSupportImpl
Implementation of
PageRenderSupport . |