Closeable, Flushable, Appendable, AutoCloseablepublic class MoveScriptsToBottomResponseWriter
extends javax.faces.context.ResponseWriterWrapper
| Constructor | Description |
|---|---|
MoveScriptsToBottomResponseWriter(javax.faces.context.ResponseWriter wrapped,
MoveScriptsToBottomState state) |
| Modifier and Type | Method | Description |
|---|---|---|
javax.faces.context.ResponseWriter |
cloneWithWriter(Writer writer) |
|
void |
endElement(String name) |
|
javax.faces.context.ResponseWriter |
getWrapped() |
|
protected String |
mergeAndMinimizeInlineScripts() |
|
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 |
writeAttribute(String name,
Object value,
String property) |
|
void |
writeText(Object text,
String property) |
|
void |
writeURIAttribute(String name,
Object value,
String property) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic MoveScriptsToBottomResponseWriter(javax.faces.context.ResponseWriter wrapped,
MoveScriptsToBottomState state)
public javax.faces.context.ResponseWriter getWrapped()
getWrapped in class javax.faces.context.ResponseWriterWrapperpublic void write(int c)
throws IOException
write in class WriterIOExceptionpublic void write(char[] cbuf)
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) throws IOException
write in class WriterIOExceptionpublic void writeText(Object text, String property) throws IOException
writeText in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeAttribute(String name, Object value, String property) throws IOException
writeAttribute in class javax.faces.context.ResponseWriterWrapperIOExceptionpublic void writeURIAttribute(String name, Object value, String property) throws IOException
writeURIAttribute 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 endElement(String name) throws IOException
endElement in class javax.faces.context.ResponseWriterWrapperIOExceptionprotected String mergeAndMinimizeInlineScripts()
public javax.faces.context.ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter in class javax.faces.context.ResponseWriterWrapperCopyright © 2018. All rights reserved.