|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentType | |
---|---|
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 |
Uses of ContentType in org.apache.tapestry5.internal.services |
---|
Methods in org.apache.tapestry5.internal.services that return ContentType | |
---|---|
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). |
Methods in org.apache.tapestry5.internal.services with parameters of type ContentType | |
---|---|
MarkupWriter |
MarkupWriterFactoryImpl.newMarkupWriter(ContentType contentType)
|
MarkupWriter |
MarkupWriterFactoryImpl.newPartialMarkupWriter(ContentType contentType)
|
Uses of ContentType in org.apache.tapestry5.services |
---|
Methods in org.apache.tapestry5.services that return ContentType | |
---|---|
ContentType |
ResponseRenderer.findContentType(Object component)
Finds the content type for the page containing the indicated component. |
Methods in org.apache.tapestry5.services with parameters of type ContentType | |
---|---|
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). |
Uses of ContentType in org.apache.tapestry5.util |
---|
Constructors in org.apache.tapestry5.util with parameters of type ContentType | |
---|---|
TextStreamResponse(ContentType contentType,
String text)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |