public abstract class HeadResponseWriterBase
extends javax.faces.context.ResponseWriterWrapper
| Modifier and Type | Field and Description |
|---|---|
protected static String |
ADDED_RESOURCE_TO_HEAD |
| Constructor and Description |
|---|
HeadResponseWriterBase(javax.faces.context.ResponseWriter wrappedResponseWriter) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
addResourceToHeadSection(Element element,
String nodeName) |
Writer |
append(char c) |
Writer |
append(CharSequence csq) |
Writer |
append(CharSequence csq,
int start,
int end) |
void |
close() |
abstract Element |
createElement(String name,
javax.faces.component.UIComponent component) |
void |
endCDATA() |
void |
endDocument() |
void |
endElement(String name) |
protected String |
escapeURI(String uri) |
void |
flush() |
javax.faces.context.ResponseWriter |
getWrapped() |
void |
startCDATA() |
void |
startDocument() |
void |
startElement(String name,
javax.faces.component.UIComponent component) |
void |
write(char[] cbuf) |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
write(String str) |
void |
write(String str,
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) |
protected static final String ADDED_RESOURCE_TO_HEAD
public HeadResponseWriterBase(javax.faces.context.ResponseWriter wrappedResponseWriter)
public abstract Element createElement(String name, javax.faces.component.UIComponent component)
public Writer append(CharSequence csq) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic Writer append(char c) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic Writer append(CharSequence csq, int start, int end) throws IOException
append in interface Appendableappend in class WriterIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void endCDATA()
throws IOException
endCDATA in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void endDocument()
throws IOException
endDocument in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void endElement(String name) throws IOException
endElement in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic javax.faces.context.ResponseWriter getWrapped()
getWrapped in interface javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>getWrapped in class javax.faces.context.ResponseWriterWrapperpublic void startCDATA()
throws IOException
startCDATA in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void startDocument()
throws IOException
startDocument in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void startElement(String name, javax.faces.component.UIComponent component) throws IOException
startElement in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void write(int c)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf)
throws IOException
write in class WriterIOExceptionpublic void write(String str) throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void write(String str, int off, int len) throws IOException
write in class WriterIOExceptionpublic void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeComment(Object comment) throws IOException
writeComment in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeText(Object text, String property) throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeText(Object text, javax.faces.component.UIComponent component, String property) throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeText(char[] text,
int off,
int len)
throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute in class javax.faces.context.ResponseWriterWrapperIOExceptionprotected abstract void addResourceToHeadSection(Element element, String nodeName) throws IOException
IOExceptionCopyright © 2016 Liferay, Inc.. All rights reserved.