javax.faces.context
Class PartialResponseWriter
java.lang.Object
java.io.Writer
javax.faces.context.ResponseWriter
javax.faces.context.ResponseWriterWrapper
javax.faces.context.PartialResponseWriter
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable, java.lang.Appendable, FacesWrapper<ResponseWriter>
public class PartialResponseWriter
- extends ResponseWriterWrapper
- Since:
- 2.0
- Version:
- $Revision: 696523 $ $Date: 2009-03-14 17:54:13 -0400 (mer., 17 sept. 2008) $
- Author:
- Simon Lessard (latest modification by $Author: slessard $)
Fields inherited from class java.io.Writer |
lock |
Methods inherited from class javax.faces.context.ResponseWriterWrapper |
append, append, append, cloneWithWriter, close, endCDATA, endElement, flush, getCharacterEncoding, getContentType, startCDATA, startElement, write, write, write, write, 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 |
RENDER_ALL_MARKER
public static final java.lang.String RENDER_ALL_MARKER
- See Also:
- Constant Field Values
VIEW_STATE_MARKER
public static final java.lang.String VIEW_STATE_MARKER
- See Also:
- Constant Field Values
PartialResponseWriter
public PartialResponseWriter(ResponseWriter writer)
delete
public void delete(java.lang.String targetId)
throws java.io.IOException
- Throws:
java.io.IOException
endDocument
public void endDocument()
throws java.io.IOException
-
- Overrides:
endDocument
in class ResponseWriterWrapper
- Throws:
java.io.IOException
endError
public void endError()
throws java.io.IOException
- Throws:
java.io.IOException
endEval
public void endEval()
throws java.io.IOException
- Throws:
java.io.IOException
endExtension
public void endExtension()
throws java.io.IOException
- Throws:
java.io.IOException
endInsert
public void endInsert()
throws java.io.IOException
- Throws:
java.io.IOException
endUpdate
public void endUpdate()
throws java.io.IOException
- Throws:
java.io.IOException
getWrapped
public ResponseWriter getWrapped()
- A class that implements this interface uses this method to return an instance of the class being wrapped.
- Specified by:
getWrapped
in interface FacesWrapper<ResponseWriter>
- Specified by:
getWrapped
in class ResponseWriterWrapper
- Returns:
- the instance of the class being wrapped
redirect
public void redirect(java.lang.String url)
throws java.io.IOException
- Throws:
java.io.IOException
startDocument
public void startDocument()
throws java.io.IOException
-
- Overrides:
startDocument
in class ResponseWriterWrapper
- Throws:
java.io.IOException
startError
public void startError(java.lang.String errorName)
throws java.io.IOException
- Throws:
java.io.IOException
startEval
public void startEval()
throws java.io.IOException
- Throws:
java.io.IOException
startExtension
public void startExtension(java.util.Map<java.lang.String,java.lang.String> attributes)
throws java.io.IOException
- Throws:
java.io.IOException
startInsertAfter
public void startInsertAfter(java.lang.String targetId)
throws java.io.IOException
- Throws:
java.io.IOException
startInsertBefore
public void startInsertBefore(java.lang.String targetId)
throws java.io.IOException
- Throws:
java.io.IOException
startUpdate
public void startUpdate(java.lang.String targetId)
throws java.io.IOException
- Throws:
java.io.IOException
updateAttributes
public void updateAttributes(java.lang.String targetId,
java.util.Map<java.lang.String,java.lang.String> attributes)
throws java.io.IOException
- Throws:
java.io.IOException
Copyright © 2010 The Apache Software Foundation. All Rights Reserved.