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 Details

    • PartialResponseWriterWrapper

      public PartialResponseWriterWrapper(javax.faces.context.PartialResponseWriter wrapped)
  • Method Details

    • delete

      public void delete(String targetId) throws IOException
      Overrides:
      delete in class javax.faces.context.PartialResponseWriter
      Throws:
      IOException
    • endDocument

      public void endDocument() throws IOException
      Overrides:
      endDocument 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
    • 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