Class TobagoResponseWriterWrapper
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
org.apache.myfaces.tobago.webapp.TobagoResponseWriter
org.apache.myfaces.tobago.internal.webapp.TobagoResponseWriterWrapper
- All Implemented Interfaces:
- Closeable,- Flushable,- Appendable,- AutoCloseable
- 
Field Summary
- 
Constructor SummaryConstructorsConstructorDescriptionTobagoResponseWriterWrapper(javax.faces.context.ResponseWriter responseWriter) 
- 
Method SummaryModifier and TypeMethodDescriptionjavax.faces.context.ResponseWritercloneWithWriter(Writer writer) voidclose()voidvoidendElement(String name) voidendElement(HtmlElements name) voidflush()voidvoidstartElement(String name, javax.faces.component.UIComponent component) voidstartElement(HtmlElements name) voidwrite(char[] chars, int i, int i1) voidvoidwriteAttribute(String name, Object value, String property) Deprecated.since 1.0.11voidwriteAttribute(MarkupLanguageAttributes name, String value, boolean escape) Writes a string attribute.voidwriteAttribute(MarkupLanguageAttributes name, HtmlTypes types) voidwriteComment(Object comment) voidwriteText(char[] text, int off, int len) voidDeprecated.since 1.0.11voidwriteURIAttribute(String name, Object value, String property) voidwriteURIAttribute(MarkupLanguageAttributes name, String string) Writes a string attribute URL encoded.Methods inherited from class org.apache.myfaces.tobago.webapp.TobagoResponseWriterendCDATA, getContentTypeWithCharSet, startCDATA, writeAttribute, writeAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeCommandMapAttribute, writeIdAttribute, writeNameAttribute, writeTextMethods inherited from class javax.faces.context.ResponseWriterwriteDoctype, writePreamble, writeText
- 
Constructor Details- 
TobagoResponseWriterWrapperpublic TobagoResponseWriterWrapper(javax.faces.context.ResponseWriter responseWriter) 
 
- 
- 
Method Details- 
startElementpublic void startElement(String name, javax.faces.component.UIComponent component) throws IOException - Specified by:
- startElementin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
startElement- Specified by:
- startElementin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
endElement- Specified by:
- endElementin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
endElement- Specified by:
- endElementin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- TobagoResponseWriter
- Throws:
- IOException
 
- 
writeComment- Specified by:
- writeCommentin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
cloneWithWriter- Specified by:
- cloneWithWriterin class- TobagoResponseWriter
 
- 
writeAttribute@Deprecated public void writeAttribute(String name, Object value, String property) throws IOException Deprecated.since 1.0.11- Specified by:
- writeAttributein class- TobagoResponseWriter
- Throws:
- IOException
 
- 
writeTextDeprecated.since 1.0.11- Specified by:
- writeTextin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Specified by:
- flushin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
writeAttributepublic void writeAttribute(MarkupLanguageAttributes name, String value, boolean escape) throws IOException Description copied from class:TobagoResponseWriterWrites a string attribute. The renderer may set escape=false to switch of escaping of the string, if it is not necessary.- Specified by:
- writeAttributein class- TobagoResponseWriter
- Throws:
- IOException
 
- 
writeAttribute- Specified by:
- writeAttributein class- TobagoResponseWriter
- Throws:
- IOException
 
- 
getContentType- Specified by:
- getContentTypein class- javax.faces.context.ResponseWriter
 
- 
getCharacterEncoding- Specified by:
- getCharacterEncodingin class- javax.faces.context.ResponseWriter
 
- 
startDocument- Specified by:
- startDocumentin class- javax.faces.context.ResponseWriter
- Throws:
- IOException
 
- 
endDocument- Specified by:
- endDocumentin class- javax.faces.context.ResponseWriter
- Throws:
- IOException
 
- 
writeURIAttribute- Specified by:
- writeURIAttributein class- TobagoResponseWriter
- Throws:
- IOException
 
- 
writeURIAttributeDescription copied from class:TobagoResponseWriterWrites a string attribute URL encoded.- Specified by:
- writeURIAttributein class- TobagoResponseWriter
- Throws:
- IOException
 
- 
writeText- Specified by:
- writeTextin class- javax.faces.context.ResponseWriter
- Throws:
- IOException
 
- 
write- Specified by:
- writein class- Writer
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Specified by:
- closein class- Writer
- Throws:
- IOException
 
 
-