|
||||||||||
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)
Constructor for wrapping the given ResponseWriter |
Method Summary | |
---|---|
protected javax.faces.context.ResponseWriter |
getWrapped()
|
void |
startDocument()
|
Methods inherited from class javax.faces.context.ResponseWriterWrapper |
---|
append, append, append, cloneWithWriter, close, endCDATA, endDocument, 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 |
Constructor Detail |
---|
public InterceptedResponseWriter(javax.faces.context.ResponseWriter wrapped)
ResponseWriter
wrapped
- response-writer which should be wrappedMethod Detail |
---|
public void startDocument() throws IOException
startDocument
in class javax.faces.context.ResponseWriterWrapper
IOException
protected javax.faces.context.ResponseWriter getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
getWrapped
in class javax.faces.context.ResponseWriterWrapper
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |