Class TobagoResponseWriterWrapper
java.lang.Object
java.io.Writer
jakarta.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(jakarta.faces.context.ResponseWriter responseWriter) 
- 
Method SummaryModifier and TypeMethodDescriptionjakarta.faces.context.ResponseWritercloneWithWriter(Writer writer) voidclose()voidvoidendElement(String name) voidendElement(HtmlElements name) voidflush()voidvoidstartElement(String name, jakarta.faces.component.UIComponent component) voidstartElement(HtmlElements name) voidstartElement(HtmlElements name, jakarta.faces.component.UIComponent component) voidwrite(char[] chars, int i, int i1) voidvoidwriteAttribute(String name, Object value, String property) Deprecated, for removal: This API element is subject to removal in a future version.voidwriteAttribute(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, for removal: This API element is subject to removal in a future version.voidwriteURIAttribute(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, writeAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeClassAttribute, writeCommandMapAttribute, writeIdAttribute, writeNameAttribute, writeTextMethods inherited from class jakarta.faces.context.ResponseWriterwriteDoctype, writePreamble, writeText
- 
Constructor Details- 
TobagoResponseWriterWrapperpublic TobagoResponseWriterWrapper(jakarta.faces.context.ResponseWriter responseWriter) 
 
- 
- 
Method Details- 
startElementpublic void startElement(String name, jakarta.faces.component.UIComponent component) throws IOException - Specified by:
- startElementin class- TobagoResponseWriter
- Throws:
- IOException
 
- 
startElementpublic void startElement(HtmlElements name, jakarta.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(since="1.0.11", forRemoval=true) public void writeAttribute(String name, Object value, String property) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
- writeAttributein class- TobagoResponseWriter
- Throws:
- IOException
 
- 
writeText@Deprecated(since="1.0.11", forRemoval=true) public void writeText(Object text, String property) throws IOException Deprecated, for removal: This API element is subject to removal in a future version.- 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- jakarta.faces.context.ResponseWriter
 
- 
getCharacterEncoding- Specified by:
- getCharacterEncodingin class- jakarta.faces.context.ResponseWriter
 
- 
startDocument- Specified by:
- startDocumentin class- jakarta.faces.context.ResponseWriter
- Throws:
- IOException
 
- 
endDocument- Specified by:
- endDocumentin class- jakarta.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- jakarta.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
 
 
-