org.apache.myfaces.tobago.internal.webapp
Class DebugResponseWriterWrapper
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
org.apache.myfaces.tobago.webapp.TobagoResponseWriter
org.apache.myfaces.tobago.internal.webapp.DebugResponseWriterWrapper
- All Implemented Interfaces:
- Closeable, Flushable, Appendable
public class DebugResponseWriterWrapper
- extends TobagoResponseWriter
Method Summary |
javax.faces.context.ResponseWriter |
cloneWithWriter(Writer writer)
|
void |
close()
|
void |
endDocument()
|
void |
endElement(String name)
|
void |
flush()
|
String |
getCharacterEncoding()
|
String |
getContentType()
|
String |
getStyleClasses()
Deprecated. |
void |
startDocument()
|
void |
startElement(String name,
javax.faces.component.UIComponent currentComponent)
|
void |
write(char[] chars,
int i,
int i1)
|
void |
write(String string)
|
void |
writeAttribute(String name,
Object value,
String property)
Deprecated. |
void |
writeAttribute(String name,
String value,
boolean escape)
Writes a string attribute. |
void |
writeClassAttribute()
Deprecated. since Tobago 1.5.0 |
void |
writeComment(Object comment)
|
void |
writeText(char[] text,
int off,
int len)
|
void |
writeText(Object text,
String property)
Deprecated. |
void |
writeURIAttribute(String name,
Object value,
String property)
|
Methods inherited from class org.apache.myfaces.tobago.webapp.TobagoResponseWriter |
endJavascript, getContentTypeWithCharSet, startElement, startJavascript, writeAttribute, writeAttribute, writeAttributeFromComponent, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeIdAttribute, writeJavascript, writeNameAttribute, writeStyleAttribute, writeStyleAttribute, writeText, writeTextFromComponent |
Methods inherited from class javax.faces.context.ResponseWriter |
writeText |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugResponseWriterWrapper
public DebugResponseWriterWrapper(TobagoResponseWriter responseWriter)
write
public void write(String string)
throws IOException
- Specified by:
write
in class TobagoResponseWriter
- Throws:
IOException
writeComment
public void writeComment(Object comment)
throws IOException
- Specified by:
writeComment
in class TobagoResponseWriter
- Throws:
IOException
cloneWithWriter
public javax.faces.context.ResponseWriter cloneWithWriter(Writer writer)
- Specified by:
cloneWithWriter
in class TobagoResponseWriter
writeAttribute
@Deprecated
public void writeAttribute(String name,
Object value,
String property)
throws IOException
- Deprecated.
- Specified by:
writeAttribute
in class TobagoResponseWriter
- Throws:
IOException
writeText
@Deprecated
public void writeText(Object text,
String property)
throws IOException
- Deprecated.
- Specified by:
writeText
in class TobagoResponseWriter
- Throws:
IOException
flush
public void flush()
throws IOException
- Specified by:
flush
in interface Flushable
- Specified by:
flush
in class TobagoResponseWriter
- Throws:
IOException
writeAttribute
public void writeAttribute(String name,
String value,
boolean escape)
throws IOException
- Description copied from class:
TobagoResponseWriter
- Writes a string attribute. The renderer may set escape=false to switch of escaping of the string,
if it is not necessary.
- Specified by:
writeAttribute
in class TobagoResponseWriter
- Throws:
IOException
getStyleClasses
@Deprecated
public String getStyleClasses()
- Deprecated.
- Specified by:
getStyleClasses
in class TobagoResponseWriter
writeClassAttribute
@Deprecated
public void writeClassAttribute()
throws IOException
- Deprecated. since Tobago 1.5.0
- Description copied from class:
TobagoResponseWriter
- Write the class attribute. The value will not escaped.
- Specified by:
writeClassAttribute
in class TobagoResponseWriter
- Throws:
IOException
getContentType
public String getContentType()
- Specified by:
getContentType
in class javax.faces.context.ResponseWriter
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding
in class javax.faces.context.ResponseWriter
startDocument
public void startDocument()
throws IOException
- Specified by:
startDocument
in class javax.faces.context.ResponseWriter
- Throws:
IOException
endDocument
public void endDocument()
throws IOException
- Specified by:
endDocument
in class javax.faces.context.ResponseWriter
- Throws:
IOException
writeURIAttribute
public void writeURIAttribute(String name,
Object value,
String property)
throws IOException
- Specified by:
writeURIAttribute
in class javax.faces.context.ResponseWriter
- Throws:
IOException
writeText
public void writeText(char[] text,
int off,
int len)
throws IOException
- Specified by:
writeText
in class javax.faces.context.ResponseWriter
- Throws:
IOException
write
public void write(char[] chars,
int i,
int i1)
throws IOException
- Specified by:
write
in class Writer
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close
in interface Closeable
- Specified by:
close
in class Writer
- Throws:
IOException
startElement
public void startElement(String name,
javax.faces.component.UIComponent currentComponent)
throws IOException
- Specified by:
startElement
in class TobagoResponseWriter
- Throws:
IOException
endElement
public void endElement(String name)
throws IOException
- Specified by:
endElement
in class TobagoResponseWriter
- Throws:
IOException
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.