Package com.webmethods.caf.faces.context
Class CafPartialViewContextWrapper.CafPartialResponseWriter
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
javax.faces.context.ResponseWriterWrapper
javax.faces.context.PartialResponseWriter
com.webmethods.caf.faces.context.CafPartialViewContextWrapper.CafPartialResponseWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
,FacesWrapper<ResponseWriter>
- Enclosing class:
- CafPartialViewContextWrapper
public static final class CafPartialViewContextWrapper.CafPartialResponseWriter
extends PartialResponseWriter
-
Field Summary
Fields inherited from class javax.faces.context.PartialResponseWriter
RENDER_ALL_MARKER, VIEW_STATE_MARKER
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
Used to clear old dynamic faces messages before anything is updatedvoid
void
void
void
startInsertAfter
(String targetId) void
startInsertBefore
(String targetId) void
startUpdate
(String targetId) void
updateAttributes
(String targetId, Map<String, String> attributes) void
Methods inherited from class javax.faces.context.PartialResponseWriter
delete, endError, endEval, endExtension, endInsert, redirect, startDocument, startError, startExtension
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, writeURIAttribute
-
Constructor Details
-
CafPartialResponseWriter
-
-
Method Details
-
getCurrentUpdateId
-
endUpdate
- Overrides:
endUpdate
in classPartialResponseWriter
- Throws:
IOException
-
startUpdate
- Overrides:
startUpdate
in classPartialResponseWriter
- Throws:
IOException
-
startEval
- Overrides:
startEval
in classPartialResponseWriter
- Throws:
IOException
-
writeText
- Overrides:
writeText
in classResponseWriterWrapper
- Throws:
IOException
-
startInsertAfter
- Overrides:
startInsertAfter
in classPartialResponseWriter
- Throws:
IOException
-
startInsertBefore
- Overrides:
startInsertBefore
in classPartialResponseWriter
- Throws:
IOException
-
updateAttributes
- Overrides:
updateAttributes
in classPartialResponseWriter
- Throws:
IOException
-
clearOldDynamicMessages
Used to clear old dynamic faces messages before anything is updated- Throws:
IOException
-
endDocument
- Overrides:
endDocument
in classPartialResponseWriter
- Throws:
IOException
-
filterControlCharacters
-