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
 
 public class PartialResponseWriter extends ResponseWriterWrapper - Since:
- 2.0
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringRENDER_ALL_MARKERstatic StringVIEW_STATE_MARKER
 - 
Constructor SummaryConstructors Constructor Description PartialResponseWriter(ResponseWriter writer)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete(String targetId)voidendDocument()voidendError()voidendEval()voidendExtension()voidendInsert()voidendUpdate()voidredirect(String url)voidstartDocument()voidstartError(String errorName)voidstartEval()voidstartExtension(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 Detail- 
RENDER_ALL_MARKERpublic static final String RENDER_ALL_MARKER - See Also:
- Constant Field Values
 
 - 
VIEW_STATE_MARKERpublic static final String VIEW_STATE_MARKER - See Also:
- Constant Field Values
 
 
- 
 - 
Constructor Detail- 
PartialResponseWriterpublic PartialResponseWriter(ResponseWriter writer) 
 
- 
 - 
Method Detail- 
deletepublic void delete(String targetId) throws IOException - Throws:
- IOException
 
 - 
endDocumentpublic void endDocument() throws IOException- Overrides:
- endDocumentin class- ResponseWriterWrapper
- Throws:
- IOException
 
 - 
endErrorpublic void endError() throws IOException- Throws:
- IOException
 
 - 
endEvalpublic void endEval() throws IOException- Throws:
- IOException
 
 - 
endExtensionpublic void endExtension() throws IOException- Throws:
- IOException
 
 - 
endInsertpublic void endInsert() throws IOException- Throws:
- IOException
 
 - 
endUpdatepublic void endUpdate() throws IOException- Throws:
- IOException
 
 - 
redirectpublic void redirect(String url) throws IOException - Throws:
- IOException
 
 - 
startDocumentpublic void startDocument() throws IOException- Overrides:
- startDocumentin class- ResponseWriterWrapper
- Throws:
- IOException
 
 - 
startErrorpublic void startError(String errorName) throws IOException - Throws:
- IOException
 
 - 
startEvalpublic void startEval() throws IOException- Throws:
- IOException
 
 - 
startExtensionpublic void startExtension(Map<String,String> attributes) throws IOException - Throws:
- IOException
 
 - 
startInsertAfterpublic void startInsertAfter(String targetId) throws IOException - Throws:
- IOException
 
 - 
startInsertBeforepublic void startInsertBefore(String targetId) throws IOException - Throws:
- IOException
 
 - 
startUpdatepublic void startUpdate(String targetId) throws IOException - Throws:
- IOException
 
 - 
updateAttributespublic void updateAttributes(String targetId, Map<String,String> attributes) throws IOException - Throws:
- IOException
 
 
- 
 
-