Uses of Class
org.apache.tapestry.util.ContentType

Packages that use ContentType
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). 
 

Uses of ContentType in org.apache.tapestry
 

Methods in org.apache.tapestry that return ContentType
 ContentType IPage.getResponseContentType()
          Invoked to obtain the content type to be used for the response.
 

Uses of ContentType in org.apache.tapestry.html
 

Methods in org.apache.tapestry.html that return ContentType
 ContentType BasePage.getResponseContentType()
           
 

Uses of ContentType in org.apache.tapestry.markup
 

Methods in org.apache.tapestry.markup with parameters of type ContentType
 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)
           
 

Uses of ContentType in org.apache.tapestry.web
 

Methods in org.apache.tapestry.web with parameters of type ContentType
 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.
 

Uses of ContentType in org.apache.tapestry.wml
 

Methods in org.apache.tapestry.wml that return ContentType
 ContentType Deck.getResponseContentType()