org.primefaces.context
Class PrimePartialResponseWriter

java.lang.Object
  extended by java.io.Writer
      extended by javax.faces.context.ResponseWriter
          extended by javax.faces.context.ResponseWriterWrapper
              extended by javax.faces.context.PartialResponseWriter
                  extended by 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


Field Summary
 
Fields inherited from class javax.faces.context.PartialResponseWriter
RENDER_ALL_MARKER, VIEW_STATE_MARKER
 
Fields inherited from class java.io.Writer
lock
 
Constructor Summary
PrimePartialResponseWriter(javax.faces.context.PartialResponseWriter writer)
           
 
Method Summary
 void delete(String targetId)
           
 void endDocument()
           
 void endError()
           
 void endEval()
           
 void endExtension()
           
 void endInsert()
           
 void endUpdate()
           
 void redirect(String url)
           
 void startDocument()
           
 void startError(String errorName)
           
 void startEval()
           
 void startExtension(Map<String,String> attributes)
           
 void startInsertAfter(String targetId)
           
 void startInsertBefore(String targetId)
           
 void startUpdate(String targetId)
           
 void updateAttributes(String targetId, Map<String,String> attributes)
           
 
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.io.Writer
append, append, append, write, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimePartialResponseWriter

public PrimePartialResponseWriter(javax.faces.context.PartialResponseWriter writer)
Method Detail

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 © 2012. All Rights Reserved.