Uses of Interface
org.apache.tapestry.markup.MarkupWriterSource

Packages that use MarkupWriterSource
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.services Interfaces for Tapestry-related HiveMind services. 
org.apache.tapestry.services.impl Service implementations. 
 

Uses of MarkupWriterSource in org.apache.tapestry.html
 

Methods in org.apache.tapestry.html that return MarkupWriterSource
abstract  MarkupWriterSource Relation.getMarkupWriterSource()
           
 

Uses of MarkupWriterSource in org.apache.tapestry.markup
 

Classes in org.apache.tapestry.markup that implement MarkupWriterSource
 class MarkupWriterSourceImpl
           
 

Uses of MarkupWriterSource in org.apache.tapestry.services
 

Methods in org.apache.tapestry.services that return MarkupWriterSource
 MarkupWriterSource Infrastructure.getMarkupWriterSource()
           
 

Uses of MarkupWriterSource in org.apache.tapestry.services.impl
 

Fields in org.apache.tapestry.services.impl declared as MarkupWriterSource
protected  MarkupWriterSource DefaultResponseContributorImpl._markupWriterSource
           
protected  MarkupWriterSource JSONResponseBuilder._markupWriterSource
           
 

Methods in org.apache.tapestry.services.impl that return MarkupWriterSource
 MarkupWriterSource InfrastructureImpl.getMarkupWriterSource()
           
 

Methods in org.apache.tapestry.services.impl with parameters of type MarkupWriterSource
 void DefaultResponseContributorImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
           
 void DojoAjaxResponseContributorImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
           
 void JSONResponseContributorImpl.setMarkupWriterSource(MarkupWriterSource markupWriterSource)
           
 

Constructors in org.apache.tapestry.services.impl with parameters of type MarkupWriterSource
DefaultResponseBuilder(RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse)
          Creates a new response builder with the required services it needs to render the response when DefaultResponseBuilder.renderResponse(IRequestCycle) is called.
DojoAjaxResponseBuilder(IRequestCycle cycle, RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse, List errorPages)
          Creates a new response builder with the required services it needs to render the response when DojoAjaxResponseBuilder.renderResponse(IRequestCycle) is called.
JSONResponseBuilder(IRequestCycle cycle, RequestLocaleManager localeManager, MarkupWriterSource markupWriterSource, WebResponse webResponse)
          Creates a new response builder with the required services it needs to render the response when JSONResponseBuilder.renderResponse(IRequestCycle) is called.
 



Copyright © 2006 Apache Software Foundation. All Rights Reserved.