org.primefaces.context
Class PrimePartialResponseWriter
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
javax.faces.context.ResponseWriterWrapper
javax.faces.context.PartialResponseWriter
org.primefaces.context.PrimePartialResponseWriter
- All Implemented Interfaces:
- Closeable, Flushable, Appendable, javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
public class PrimePartialResponseWriter
- extends javax.faces.context.PartialResponseWriter
| Fields inherited from class javax.faces.context.PartialResponseWriter |
RENDER_ALL_MARKER, VIEW_STATE_MARKER |
| Methods inherited from class javax.faces.context.PartialResponseWriter |
getWrapped |
| Methods inherited from class javax.faces.context.ResponseWriterWrapper |
cloneWithWriter, close, endCDATA, endElement, flush, getCharacterEncoding, getContentType, startCDATA, startElement, write, writeAttribute, writeComment, writeText, writeText, writeText, writeURIAttribute |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimePartialResponseWriter
public PrimePartialResponseWriter(javax.faces.context.PartialResponseWriter writer)
delete
public void delete(String targetId)
throws IOException
- Overrides:
delete in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
endError
public void endError()
throws IOException
- Overrides:
endError in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
endEval
public void endEval()
throws IOException
- Overrides:
endEval in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
endExtension
public void endExtension()
throws IOException
- Overrides:
endExtension in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
endInsert
public void endInsert()
throws IOException
- Overrides:
endInsert in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
endUpdate
public void endUpdate()
throws IOException
- Overrides:
endUpdate in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
redirect
public void redirect(String url)
throws IOException
- Overrides:
redirect in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
startDocument
public void startDocument()
throws IOException
- Overrides:
startDocument in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
endDocument
public void endDocument()
throws IOException
- Overrides:
endDocument in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
startError
public void startError(String errorName)
throws IOException
- Overrides:
startError in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
startEval
public void startEval()
throws IOException
- Overrides:
startEval in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
startExtension
public void startExtension(Map<String,String> attributes)
throws IOException
- Overrides:
startExtension in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
startInsertAfter
public void startInsertAfter(String targetId)
throws IOException
- Overrides:
startInsertAfter in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
startInsertBefore
public void startInsertBefore(String targetId)
throws IOException
- Overrides:
startInsertBefore in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
startUpdate
public void startUpdate(String targetId)
throws IOException
- Overrides:
startUpdate in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
updateAttributes
public void updateAttributes(String targetId,
Map<String,String> attributes)
throws IOException
- Overrides:
updateAttributes in class javax.faces.context.PartialResponseWriter
- Throws:
IOException
Copyright © 2013. All Rights Reserved.