Package | Description |
---|---|
org.apache.tapestry5.internal.services |
[INTERNAL USE ONLY] internal service classes; API subject to change
|
org.apache.tapestry5.services |
Core services
|
org.apache.tapestry5.util |
A set of enums, abstract classs and wrappers of various purposes
|
Modifier and Type | Method and Description |
---|---|
ContentType |
ResponseRendererImpl.findContentType(Object component) |
ContentType |
PageContentTypeAnalyzerImpl.findContentType(Page page) |
ContentType |
PageContentTypeAnalyzer.findContentType(Page page)
Analyzes the meta-data for the page and identifies the correct
ContentType
(including encoding). |
Modifier and Type | Method and Description |
---|---|
MarkupWriter |
MarkupWriterFactoryImpl.newMarkupWriter(ContentType contentType) |
MarkupWriter |
MarkupWriterFactoryImpl.newPartialMarkupWriter(ContentType contentType) |
Modifier and Type | Method and Description |
---|---|
ContentType |
ResponseRenderer.findContentType(Object component)
Finds the content type for the page containing the indicated component.
|
Modifier and Type | Method and Description |
---|---|
MarkupWriter |
MarkupWriterFactory.newMarkupWriter(ContentType contentType)
Creates a markup writer for a particular content type.
|
MarkupWriter |
MarkupWriterFactory.newPartialMarkupWriter(ContentType contentType)
Creates a markup writer for a particular content type, configured for partial page rendering (i.e., for
a response to an Ajax request).
|
Constructor and Description |
---|
TextStreamResponse(ContentType contentType,
String text) |
Copyright © 2003-2012 The Apache Software Foundation.