Package org.primefaces.context
Class PartialResponseWriterWrapper
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
javax.faces.context.ResponseWriterWrapper
javax.faces.context.PartialResponseWriter
org.primefaces.context.PartialResponseWriterWrapper
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable,javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
- Direct Known Subclasses:
CspPartialResponseWriter,PrimePartialResponseWriter
public class PartialResponseWriterWrapper
extends javax.faces.context.PartialResponseWriter
-
Field Summary
Fields inherited from class javax.faces.context.PartialResponseWriter
RENDER_ALL_MARKER, VIEW_STATE_MARKER -
Constructor Summary
ConstructorsConstructorDescriptionPartialResponseWriterWrapper(javax.faces.context.PartialResponseWriter wrapped) -
Method Summary
Modifier 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 javax.faces.context.ResponseWriterWrapper
cloneWithWriter, close, endCDATA, endElement, flush, getCharacterEncoding, getContentType, getWrapped, startCDATA, startElement, write, writeAttribute, writeComment, writeDoctype, writePreamble, writeText, writeText, writeText, writeURIAttribute
-
Constructor Details
-
PartialResponseWriterWrapper
public PartialResponseWriterWrapper(javax.faces.context.PartialResponseWriter wrapped)
-
-
Method Details
-
delete
- Overrides:
deletein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endDocument
- Overrides:
endDocumentin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endError
- Overrides:
endErrorin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endEval
- Overrides:
endEvalin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endExtension
- Overrides:
endExtensionin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endInsert
- Overrides:
endInsertin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endUpdate
- Overrides:
endUpdatein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
redirect
- Overrides:
redirectin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startDocument
- Overrides:
startDocumentin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startError
- Overrides:
startErrorin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startEval
- Overrides:
startEvalin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startExtension
- Overrides:
startExtensionin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startInsertAfter
- Overrides:
startInsertAfterin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startInsertBefore
- Overrides:
startInsertBeforein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startUpdate
- Overrides:
startUpdatein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
updateAttributes
- Overrides:
updateAttributesin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-