|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.Writer
javax.faces.context.ResponseWriter
javax.faces.context.ResponseWriterWrapper
org.apache.myfaces.trinidadinternal.io.ResponseWriterDecorator
public abstract class ResponseWriterDecorator
ResponseWriter abstract base used to decorate another ResponseWriter.
| Field Summary |
|---|
| Fields inherited from class java.io.Writer |
|---|
lock |
| Constructor Summary | |
|---|---|
ResponseWriterDecorator(javax.faces.context.ResponseWriter decorated)
Create a ResponseWriterDecorator. |
|
| Method Summary | |
|---|---|
protected javax.faces.context.ResponseWriter |
getResponseWriter()
Return the decorated ResponseWriter. |
javax.faces.context.ResponseWriter |
getWrapped()
|
java.lang.String |
toString()
|
| Methods inherited from class javax.faces.context.ResponseWriterWrapper |
|---|
cloneWithWriter, close, endCDATA, endDocument, endElement, flush, getCharacterEncoding, getContentType, startCDATA, startDocument, startElement, write, writeAttribute, writeComment, 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, wait, wait, wait |
| Constructor Detail |
|---|
public ResponseWriterDecorator(javax.faces.context.ResponseWriter decorated)
decorated - the decorated ResponseWriter| Method Detail |
|---|
protected javax.faces.context.ResponseWriter getResponseWriter()
public java.lang.String toString()
toString in class java.lang.Objectpublic javax.faces.context.ResponseWriter getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>getWrapped in class javax.faces.context.ResponseWriterWrapper
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||