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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
endError()
void
endEval()
void
void
void
void
void
void
startError
(String errorName) void
void
startExtension
(Map<String, String> attributes) void
startInsertAfter
(String targetId) void
startInsertBefore
(String targetId) void
startUpdate
(String targetId) void
updateAttributes
(String targetId, Map<String, String> attributes) Methods inherited from class jakarta.faces.context.ResponseWriterWrapper
cloneWithWriter, 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:
endDocument
in classResponseWriterWrapper
- Throws:
IOException
-
endError
- Throws:
IOException
-
endEval
- Throws:
IOException
-
endExtension
- Throws:
IOException
-
endInsert
- Throws:
IOException
-
endUpdate
- Throws:
IOException
-
redirect
- Throws:
IOException
-
startDocument
- Overrides:
startDocument
in classResponseWriterWrapper
- Throws:
IOException
-
startError
- Throws:
IOException
-
startEval
- Throws:
IOException
-
startExtension
- Throws:
IOException
-
startInsertAfter
- Throws:
IOException
-
startInsertBefore
- Throws:
IOException
-
startUpdate
- Throws:
IOException
-
updateAttributes
- Throws:
IOException
-