|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.Writer
javax.faces.context.ResponseWriter
javax.faces.context.ResponseWriterWrapper
org.apache.myfaces.extensions.cdi.jsf.impl.scope.conversation.InterceptedResponseWriter
public class InterceptedResponseWriter
Adds
WindowContextIdHolderComponent
to the tree before the call of startDocument()
Field Summary |
---|
Fields inherited from class java.io.Writer |
---|
lock |
Constructor Summary | |
---|---|
InterceptedResponseWriter(javax.faces.context.ResponseWriter wrapped)
|
Method Summary | |
---|---|
protected javax.faces.context.ResponseWriter |
getWrapped()
|
void |
startDocument()
|
Methods inherited from class javax.faces.context.ResponseWriterWrapper |
---|
cloneWithWriter, close, endDocument, endElement, flush, getCharacterEncoding, getContentType, 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 |
---|
public InterceptedResponseWriter(javax.faces.context.ResponseWriter wrapped)
Method Detail |
---|
public void startDocument() throws IOException
startDocument
in class javax.faces.context.ResponseWriterWrapper
IOException
protected javax.faces.context.ResponseWriter getWrapped()
getWrapped
in class javax.faces.context.ResponseWriterWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |