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.markup |
Implementations of
IMarkupWriter . |
Modifier and Type | Method and Description |
---|---|
NestedMarkupWriter |
IMarkupWriter.getNestedWriter()
Returns a nested writer, one that accumulates its changes in a buffer.
|
Modifier and Type | Class and Description |
---|---|
class |
NullWriter
A
IMarkupWriter that does absolutely nothing; this is used during the rewind
phase of the request cycle when output is discarded anyway. |
Modifier and Type | Method and Description |
---|---|
NestedMarkupWriter |
NullWriter.getNestedWriter()
Returns
this : since a NullWriter doesn't actually do anything, one is as good
as another!. |
Modifier and Type | Class and Description |
---|---|
class |
NestedMarkupWriterImpl
Nested implementation of
IMarkupWriter . |
Modifier and Type | Method and Description |
---|---|
NestedMarkupWriter |
MarkupWriterImpl.getNestedWriter() |