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.markup |
Implementations of
IMarkupWriter . |
org.apache.tapestry.web |
Interfaces that provide an abtraction between Tapestry and the underlying Servlet APIs.
|
org.apache.tapestry.wml |
Classes and components for main elements of the Wireless Markup Language (WML 1.2).
|
Modifier and Type | Method and Description |
---|---|
ContentType |
IPage.getResponseContentType()
Invoked to obtain the content type to be used for the response.
|
Modifier and Type | Method and Description |
---|---|
ContentType |
BasePage.getResponseContentType() |
Modifier and Type | Method and Description |
---|---|
IMarkupWriter |
MarkupWriterSource.newMarkupWriter(java.io.PrintWriter writer,
ContentType contentType)
Creates and returns a new instance of
IMarkupWriter . |
IMarkupWriter |
MarkupWriterSourceImpl.newMarkupWriter(java.io.PrintWriter writer,
ContentType contentType) |
Modifier and Type | Method and Description |
---|---|
java.io.OutputStream |
ServletWebResponse.getOutputStream(ContentType contentType) |
java.io.OutputStream |
WebResponse.getOutputStream(ContentType contentType)
Returns a output stream to which output should be sent.
|
java.io.PrintWriter |
ServletWebResponse.getPrintWriter(ContentType contentType) |
java.io.PrintWriter |
WebResponse.getPrintWriter(ContentType contentType)
Returns a
PrintWriter to which output should be sent. |
Modifier and Type | Method and Description |
---|---|
ContentType |
Deck.getResponseContentType() |