Uses of Interface
org.apache.tapestry.NestedMarkupWriter

Packages that use NestedMarkupWriter
org.apache.tapestry Tapestry is a comprehensive web application framework, written in Java. 
org.apache.tapestry.engine Implementations of the IEngine interface, including the standard implementation: BaseEngine
org.apache.tapestry.markup Implementations of IMarkupWriter
 

Uses of NestedMarkupWriter in org.apache.tapestry
 

Methods in org.apache.tapestry that return NestedMarkupWriter
 NestedMarkupWriter IMarkupWriter.getNestedWriter()
          Returns a nested writer, one that accumulates its changes in a buffer.
 

Uses of NestedMarkupWriter in org.apache.tapestry.engine
 

Classes in org.apache.tapestry.engine that implement NestedMarkupWriter
 class NullWriter
          A IMarkupWriterthat does absolutely nothing; this is used during the rewind phase of the request cycle when output is discarded anyway.
 

Methods in org.apache.tapestry.engine that return NestedMarkupWriter
 NestedMarkupWriter NullWriter.getNestedWriter()
          Returns this: since a NullWriter doesn't actually do anything, one is as good as another!.
 

Uses of NestedMarkupWriter in org.apache.tapestry.markup
 

Classes in org.apache.tapestry.markup that implement NestedMarkupWriter
 class NestedMarkupWriterImpl
          Nested implementation of IMarkupWriter.
 

Methods in org.apache.tapestry.markup that return NestedMarkupWriter
 NestedMarkupWriter MarkupWriterImpl.getNestedWriter()
           
 



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