Uses of Class
org.apache.myfaces.trinidadinternal.io.ResponseWriterDecorator

Packages that use ResponseWriterDecorator
org.apache.myfaces.trinidadinternal.io   
org.apache.myfaces.trinidadinternal.renderkit.core.ppr   
 

Uses of ResponseWriterDecorator in org.apache.myfaces.trinidadinternal.io
 

Subclasses of ResponseWriterDecorator in org.apache.myfaces.trinidadinternal.io
 class DebugHtmlResponseWriter
          ResponseWriter that decorates another and checks for common mistakes in HTML output.
 class DebugResponseWriter
          ResponseWriter that decorates another and checks for common mistakes, like unbalanced elements.
 class IndentingResponseWriter
          Output method that decorates another to pretty-print HTML.
 class RepeatIdResponseWriter
          ResponseWriter implementation for adding a suffix to 'id' and 'for' attributes.
 

Uses of ResponseWriterDecorator in org.apache.myfaces.trinidadinternal.renderkit.core.ppr
 

Subclasses of ResponseWriterDecorator in org.apache.myfaces.trinidadinternal.renderkit.core.ppr
 class PPRResponseWriter
          Write out a PPR response in the following form: TODO: write out fragments only once we've detected the ID, to avoid sending unnecessary fragments
 class ScriptBufferingResponseWriter
          ResponseWriter implementation that buffers scripts.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.