|
||||||||||
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
org.apache.myfaces.tobago.webapp.TobagoResponseWriter
org.apache.myfaces.tobago.internal.webapp.DebugResponseWriterWrapper
public class DebugResponseWriterWrapper
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
DebugResponseWriterWrapper(TobagoResponseWriter responseWriter)
|
Method Summary | |
---|---|
javax.faces.context.ResponseWriter |
cloneWithWriter(Writer writer)
|
void |
close()
|
void |
endDocument()
|
void |
endElement(String name)
|
void |
endJavascript()
Deprecated. Should not be used, because it conflicts with CSP. |
void |
flush()
|
String |
getCharacterEncoding()
|
String |
getContentType()
|
String |
getStyleClasses()
Deprecated. |
void |
startDocument()
|
void |
startElement(String name,
javax.faces.component.UIComponent currentComponent)
|
void |
startJavascript()
Deprecated. Should not be used, because it conflicts with CSP. |
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 |
writeJavascript(String script)
Deprecated. Should not be used, because it conflicts with CSP. |
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 |
---|
getContentTypeWithCharSet, startElement, writeAttribute, writeAttribute, writeAttributeFromComponent, writeClassAttribute, writeClassAttribute, writeIdAttribute, writeNameAttribute, writeStyleAttribute, writeStyleAttribute, writeText, writeTextFromComponent |
Methods inherited from class javax.faces.context.ResponseWriter |
---|
endCDATA, startCDATA, writeText |
Methods inherited from class java.io.Writer |
---|
append, append, append, write, write, write |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DebugResponseWriterWrapper(TobagoResponseWriter responseWriter)
Method Detail |
---|
public void write(String string) throws IOException
write
in class TobagoResponseWriter
IOException
public void writeComment(Object comment) throws IOException
writeComment
in class TobagoResponseWriter
IOException
public javax.faces.context.ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter
in class TobagoResponseWriter
@Deprecated public void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute
in class TobagoResponseWriter
IOException
@Deprecated public void writeText(Object text, String property) throws IOException
writeText
in class TobagoResponseWriter
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class TobagoResponseWriter
IOException
public void writeAttribute(String name, String value, boolean escape) throws IOException
TobagoResponseWriter
writeAttribute
in class TobagoResponseWriter
IOException
@Deprecated public String getStyleClasses()
getStyleClasses
in class TobagoResponseWriter
@Deprecated public void writeClassAttribute() throws IOException
TobagoResponseWriter
writeClassAttribute
in class TobagoResponseWriter
IOException
public String getContentType()
getContentType
in class javax.faces.context.ResponseWriter
public String getCharacterEncoding()
getCharacterEncoding
in class javax.faces.context.ResponseWriter
public void startDocument() throws IOException
startDocument
in class javax.faces.context.ResponseWriter
IOException
public void endDocument() throws IOException
endDocument
in class javax.faces.context.ResponseWriter
IOException
@Deprecated public void writeJavascript(String script) throws IOException
writeJavascript
in class TobagoResponseWriter
IOException
@Deprecated public void endJavascript() throws IOException
endJavascript
in class TobagoResponseWriter
IOException
@Deprecated public void startJavascript() throws IOException
startJavascript
in class TobagoResponseWriter
IOException
public void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute
in class javax.faces.context.ResponseWriter
IOException
public void writeText(char[] text, int off, int len) throws IOException
writeText
in class javax.faces.context.ResponseWriter
IOException
public void write(char[] chars, int i, int i1) throws IOException
write
in class Writer
IOException
public void close() throws IOException
close
in interface Closeable
close
in class Writer
IOException
public void startElement(String name, javax.faces.component.UIComponent currentComponent) throws IOException
startElement
in class TobagoResponseWriter
IOException
public void endElement(String name) throws IOException
endElement
in class TobagoResponseWriter
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |