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
-
-
Constructor Summary
Constructors Constructor Description PartialResponseWriterWrapper(javax.faces.context.PartialResponseWriter wrapped)
-
Method Summary
All 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 javax.faces.context.ResponseWriterWrapper
cloneWithWriter, close, endCDATA, endElement, flush, getCharacterEncoding, getContentType, getWrapped, startCDATA, startElement, write, writeAttribute, writeComment, writeDoctype, writePreamble, writeText, writeText, writeText, writeURIAttribute
-
-
-
-
Method Detail
-
delete
public void delete(String targetId) throws IOException
- Overrides:
deletein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endDocument
public void endDocument() throws IOException- Overrides:
endDocumentin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endError
public void endError() throws IOException- Overrides:
endErrorin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endEval
public void endEval() throws IOException- Overrides:
endEvalin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endExtension
public void endExtension() throws IOException- Overrides:
endExtensionin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endInsert
public void endInsert() throws IOException- Overrides:
endInsertin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
endUpdate
public void endUpdate() throws IOException- Overrides:
endUpdatein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
redirect
public void redirect(String url) throws IOException
- Overrides:
redirectin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startDocument
public void startDocument() throws IOException- Overrides:
startDocumentin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startError
public void startError(String errorName) throws IOException
- Overrides:
startErrorin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startEval
public void startEval() throws IOException- Overrides:
startEvalin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startExtension
public void startExtension(Map<String,String> attributes) throws IOException
- Overrides:
startExtensionin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startInsertAfter
public void startInsertAfter(String targetId) throws IOException
- Overrides:
startInsertAfterin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startInsertBefore
public void startInsertBefore(String targetId) throws IOException
- Overrides:
startInsertBeforein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
startUpdate
public void startUpdate(String targetId) throws IOException
- Overrides:
startUpdatein classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
updateAttributes
public void updateAttributes(String targetId, Map<String,String> attributes) throws IOException
- Overrides:
updateAttributesin classjavax.faces.context.PartialResponseWriter- Throws:
IOException
-
-