Package jakarta.faces.context
Class PartialResponseWriter
java.lang.Object
java.io.Writer
jakarta.faces.context.ResponseWriter
jakarta.faces.context.ResponseWriterWrapper
jakarta.faces.context.PartialResponseWriter
- All Implemented Interfaces:
- FacesWrapper<ResponseWriter>,- Closeable,- Flushable,- Appendable,- AutoCloseable
- Since:
- 2.0
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidvoidendError()voidendEval()voidvoidvoidvoidvoidvoidstartError(String errorName) voidvoidstartExtension(Map<String, String> attributes) voidstartInsertAfter(String targetId) voidstartInsertBefore(String targetId) voidstartUpdate(String targetId) voidupdateAttributes(String targetId, Map<String, String> attributes) Methods inherited from class jakarta.faces.context.ResponseWriterWrappercloneWithWriter, close, endCDATA, endElement, flush, getCharacterEncoding, getContentType, getWrapped, startCDATA, startElement, write, writeAttribute, writeComment, writeDoctype, writePreamble, writeText, writeText, writeText, writeURIAttribute
- 
Field Details- 
RENDER_ALL_MARKER- See Also:
 
- 
VIEW_STATE_MARKER- See Also:
 
 
- 
- 
Constructor Details- 
PartialResponseWriter
 
- 
- 
Method Details- 
delete- Throws:
- IOException
 
- 
endDocument- Overrides:
- endDocumentin class- ResponseWriterWrapper
- Throws:
- IOException
 
- 
endError- Throws:
- IOException
 
- 
endEval- Throws:
- IOException
 
- 
endExtension- Throws:
- IOException
 
- 
endInsert- Throws:
- IOException
 
- 
endUpdate- Throws:
- IOException
 
- 
redirect- Throws:
- IOException
 
- 
startDocument- Overrides:
- startDocumentin class- ResponseWriterWrapper
- Throws:
- IOException
 
- 
startError- Throws:
- IOException
 
- 
startEval- Throws:
- IOException
 
- 
startExtension- Throws:
- IOException
 
- 
startInsertAfter- Throws:
- IOException
 
- 
startInsertBefore- Throws:
- IOException
 
- 
startUpdate- Throws:
- IOException
 
- 
updateAttributes- Throws:
- IOException
 
 
-