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.portlet Core portlet services. 
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
 IJSONWriter MarkupWriterSource.newJSONWriter(PrintWriter writer, ContentType contentType)
          Creates and returns a new instance of IJSONWriter.
 IJSONWriter MarkupWriterSourceImpl.newJSONWriter(PrintWriter writer, ContentType contentType)
           
 IMarkupWriter MarkupWriterSource.newMarkupWriter(PrintWriter writer, ContentType contentType)
          Creates and returns a new instance of IMarkupWriter.
 IMarkupWriter MarkupWriterSourceImpl.newMarkupWriter(PrintWriter writer, ContentType contentType)
           
 

Uses of ContentType in org.apache.tapestry.portlet
 

Methods in org.apache.tapestry.portlet with parameters of type ContentType
 OutputStream PortletWebResponse.getOutputStream(ContentType contentType)
           
 PrintWriter PortletWebResponse.getPrintWriter(ContentType contentType)
           
 PrintWriter RenderWebResponse.getPrintWriter(ContentType contentType)
           
 

Uses of ContentType in org.apache.tapestry.web
 

Methods in org.apache.tapestry.web with parameters of type ContentType
 OutputStream WebResponse.getOutputStream(ContentType contentType)
          Returns a output stream to which output should be sent.
 OutputStream ServletWebResponse.getOutputStream(ContentType contentType)
           
 PrintWriter WebResponse.getPrintWriter(ContentType contentType)
          Returns a PrintWriter to which output should be sent.
 PrintWriter ServletWebResponse.getPrintWriter(ContentType contentType)
           
 

Uses of ContentType in org.apache.tapestry.wml
 

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



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.