com.liferay.faces.util.render.internal
Class DelegationResponseWriterBase

java.lang.Object
  extended by java.io.Writer
      extended by javax.faces.context.ResponseWriter
          extended by javax.faces.context.ResponseWriterWrapper
              extended by com.liferay.faces.util.render.internal.DelegationResponseWriter
                  extended by com.liferay.faces.util.render.internal.DelegationResponseWriterBase
All Implemented Interfaces:
Closeable, Flushable, Appendable, javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
Direct Known Subclasses:
HiddenTextResponseWriter, IdDelegationResponseWriter

public class DelegationResponseWriterBase
extends DelegationResponseWriter

This class provides a concrete implementation of ResponseWriterWrapper that is intended to be used (or extended) by renderers that implement RendererDelegator.

Author:
Neil Griffin

Field Summary
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
DelegationResponseWriterBase(javax.faces.context.ResponseWriter responseWriter)
           
 
Method Summary
 javax.faces.context.ResponseWriter getWrapped()
           
 
Methods inherited from class javax.faces.context.ResponseWriterWrapper
cloneWithWriter, close, endCDATA, endDocument, endElement, flush, getCharacterEncoding, getContentType, startCDATA, startDocument, startElement, write, writeAttribute, writeComment, writeDoctype, writePreamble, writeText, writeText, writeText, writeURIAttribute
 
Methods inherited from class java.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegationResponseWriterBase

public DelegationResponseWriterBase(javax.faces.context.ResponseWriter responseWriter)
Method Detail

getWrapped

public javax.faces.context.ResponseWriter getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
Specified by:
getWrapped in class DelegationResponseWriter


Copyright © 2015 Liferay, Inc.. All rights reserved.