org.apache.myfaces.trinidadinternal.renderkit.core.ppr
Class PPRResponseWriter
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
org.apache.myfaces.trinidadinternal.io.ResponseWriterDecorator
org.apache.myfaces.trinidadinternal.renderkit.core.ppr.PPRResponseWriter
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable
public class PPRResponseWriter
- extends ResponseWriterDecorator
Fields inherited from class java.io.Writer |
lock |
Constructor Summary |
PPRResponseWriter(javax.faces.context.ResponseWriter out,
org.apache.myfaces.trinidad.context.PartialPageContext pprContext,
boolean useXMLDom)
|
Method Summary |
javax.faces.context.ResponseWriter |
cloneWithWriter(java.io.Writer writer)
|
void |
endDocument()
|
void |
endElement(java.lang.String name)
|
void |
flush()
|
void |
startDocument()
|
void |
startElement(java.lang.String name,
javax.faces.component.UIComponent component)
|
void |
write(char[] text,
int start,
int length)
|
void |
write(int ch)
|
void |
write(java.lang.String text)
|
void |
writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
|
void |
writeComment(java.lang.Object text)
|
void |
writeText(char[] text,
int start,
int length)
|
void |
writeText(java.lang.Object text,
java.lang.String property)
|
void |
writeURIAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
|
Methods inherited from class java.io.Writer |
append, append, append |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PPRResponseWriter
public PPRResponseWriter(javax.faces.context.ResponseWriter out,
org.apache.myfaces.trinidad.context.PartialPageContext pprContext,
boolean useXMLDom)
cloneWithWriter
public javax.faces.context.ResponseWriter cloneWithWriter(java.io.Writer writer)
- Overrides:
cloneWithWriter
in class ResponseWriterDecorator
startDocument
public void startDocument()
throws java.io.IOException
- Overrides:
startDocument
in class ResponseWriterDecorator
- Throws:
java.io.IOException
endDocument
public void endDocument()
throws java.io.IOException
- Overrides:
endDocument
in class ResponseWriterDecorator
- Throws:
java.io.IOException
flush
public void flush()
throws java.io.IOException
- Specified by:
flush
in interface java.io.Flushable
- Overrides:
flush
in class ResponseWriterDecorator
- Throws:
java.io.IOException
writeComment
public void writeComment(java.lang.Object text)
throws java.io.IOException
- Overrides:
writeComment
in class ResponseWriterDecorator
- Throws:
java.io.IOException
writeText
public void writeText(java.lang.Object text,
java.lang.String property)
throws java.io.IOException
- Overrides:
writeText
in class ResponseWriterDecorator
- Throws:
java.io.IOException
writeText
public void writeText(char[] text,
int start,
int length)
throws java.io.IOException
- Overrides:
writeText
in class ResponseWriterDecorator
- Throws:
java.io.IOException
write
public void write(java.lang.String text)
throws java.io.IOException
- Overrides:
write
in class ResponseWriterDecorator
- Throws:
java.io.IOException
write
public void write(char[] text,
int start,
int length)
throws java.io.IOException
- Overrides:
write
in class ResponseWriterDecorator
- Throws:
java.io.IOException
write
public void write(int ch)
throws java.io.IOException
- Overrides:
write
in class ResponseWriterDecorator
- Throws:
java.io.IOException
startElement
public void startElement(java.lang.String name,
javax.faces.component.UIComponent component)
throws java.io.IOException
- Overrides:
startElement
in class ResponseWriterDecorator
- Throws:
java.io.IOException
endElement
public void endElement(java.lang.String name)
throws java.io.IOException
- Overrides:
endElement
in class ResponseWriterDecorator
- Throws:
java.io.IOException
writeAttribute
public void writeAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
throws java.io.IOException
- Overrides:
writeAttribute
in class ResponseWriterDecorator
- Throws:
java.io.IOException
writeURIAttribute
public void writeURIAttribute(java.lang.String name,
java.lang.Object value,
java.lang.String property)
throws java.io.IOException
- Overrides:
writeURIAttribute
in class ResponseWriterDecorator
- Throws:
java.io.IOException
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.