public class MoveScriptsToBottomResponseWriter
extends javax.faces.context.ResponseWriterWrapper
Constructor and Description |
---|
MoveScriptsToBottomResponseWriter(javax.faces.context.ResponseWriter wrapped,
MoveScriptsToBottomState state) |
Modifier and Type | Method and Description |
---|---|
javax.faces.context.ResponseWriter |
cloneWithWriter(Writer writer) |
void |
endElement(String name) |
javax.faces.context.ResponseWriter |
getWrapped() |
protected String |
mergeAndMinimizeInlineScripts(String type,
ArrayList<String> inlines) |
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(char[] cbuf,
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) |
public MoveScriptsToBottomResponseWriter(javax.faces.context.ResponseWriter wrapped, MoveScriptsToBottomState state)
public javax.faces.context.ResponseWriter getWrapped()
getWrapped
in interface javax.faces.FacesWrapper<javax.faces.context.ResponseWriter>
getWrapped
in class javax.faces.context.ResponseWriterWrapper
public void write(int c) throws IOException
write
in class Writer
IOException
public void write(char[] cbuf) throws IOException
write
in class Writer
IOException
public void write(char[] cbuf, int off, int len) throws IOException
write
in class javax.faces.context.ResponseWriterWrapper
IOException
public void write(String str) throws IOException
write
in class Writer
IOException
public void writeText(char[] cbuf, int off, int len) throws IOException
writeText
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 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 startElement(String name, javax.faces.component.UIComponent component) throws IOException
startElement
in class javax.faces.context.ResponseWriterWrapper
IOException
public void endElement(String name) throws IOException
endElement
in class javax.faces.context.ResponseWriterWrapper
IOException
protected String mergeAndMinimizeInlineScripts(String type, ArrayList<String> inlines)
public javax.faces.context.ResponseWriter cloneWithWriter(Writer writer)
cloneWithWriter
in class javax.faces.context.ResponseWriterWrapper
Copyright © 2019. All rights reserved.