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 |
PageContentTypeAnalyzer.findContentType(Page page)
Analyzes the meta-data for the page and identifies the correct
ContentType
(including encoding). |
ContentType |
PageContentTypeAnalyzerImpl.findContentType(Page page) |
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)
Deprecated.
use
MarkupWriterFactory.newMarkupWriter(Page) instead which doesn't rely on the content type alone. |
MarkupWriter |
MarkupWriterFactory.newPartialMarkupWriter(ContentType contentType)
Deprecated.
use
MarkupWriterFactory.newPartialMarkupWriter(Page) instead which doesn't rely on the content type alone. |
Constructor and Description |
---|
TextStreamResponse(ContentType contentType,
String text) |
Copyright © 2003-2013 The Apache Software Foundation.