public class CspPartialResponseWriter extends PartialResponseWriterWrapper
Constructor and Description |
---|
CspPartialResponseWriter(javax.faces.context.PartialResponseWriter wrapped,
javax.faces.context.FacesContext context,
CspState cspState) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
endElement(String name) |
void |
endError() |
void |
endEval() |
void |
endExtension() |
void |
endInsert() |
void |
endUpdate() |
void |
flush() |
void |
startElement(String name,
javax.faces.component.UIComponent component) |
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 |
write(char[] cbuf,
int off,
int len) |
void |
writeAttribute(String name,
Object value,
String property) |
void |
writeComment(Object comment) |
void |
writeText(char[] text,
int off,
int len) |
void |
writeText(Object text,
String property) |
void |
writeText(Object text,
javax.faces.component.UIComponent component,
String property) |
void |
writeURIAttribute(String name,
Object value,
String property) |
delete, endDocument, redirect, startDocument, updateAttributes
public CspPartialResponseWriter(javax.faces.context.PartialResponseWriter wrapped, javax.faces.context.FacesContext context, CspState cspState)
public void startInsertAfter(String targetId) throws IOException
startInsertAfter
in class PartialResponseWriterWrapper
IOException
public void startInsertBefore(String targetId) throws IOException
startInsertBefore
in class PartialResponseWriterWrapper
IOException
public void endInsert() throws IOException
endInsert
in class PartialResponseWriterWrapper
IOException
public void startUpdate(String targetId) throws IOException
startUpdate
in class PartialResponseWriterWrapper
IOException
public void endUpdate() throws IOException
endUpdate
in class PartialResponseWriterWrapper
IOException
public void startEval() throws IOException
startEval
in class PartialResponseWriterWrapper
IOException
public void endEval() throws IOException
endEval
in class PartialResponseWriterWrapper
IOException
public void startExtension(Map<String,String> attributes) throws IOException
startExtension
in class PartialResponseWriterWrapper
IOException
public void endExtension() throws IOException
endExtension
in class PartialResponseWriterWrapper
IOException
public void startError(String errorName) throws IOException
startError
in class PartialResponseWriterWrapper
IOException
public void endError() throws IOException
endError
in class PartialResponseWriterWrapper
IOException
public void startElement(String name, javax.faces.component.UIComponent component) throws IOException
startElement
in class javax.faces.context.ResponseWriterWrapper
IOException
public void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute
in class javax.faces.context.ResponseWriterWrapper
IOException
public void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute
in class javax.faces.context.ResponseWriterWrapper
IOException
public void endElement(String name) throws IOException
endElement
in class javax.faces.context.ResponseWriterWrapper
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class javax.faces.context.ResponseWriterWrapper
IOException
public void writeComment(Object comment) throws IOException
writeComment
in class javax.faces.context.ResponseWriterWrapper
IOException
public void writeText(Object text, String property) throws IOException
writeText
in class javax.faces.context.ResponseWriterWrapper
IOException
public void writeText(Object text, javax.faces.component.UIComponent component, String property) throws IOException
writeText
in class javax.faces.context.ResponseWriterWrapper
IOException
public void writeText(char[] text, int off, int len) throws IOException
writeText
in class javax.faces.context.ResponseWriterWrapper
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class javax.faces.context.ResponseWriterWrapper
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class javax.faces.context.ResponseWriterWrapper
IOException
Copyright © 2020. All rights reserved.