public final class GroovyPageOutputStack
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
GroovyPageOutputStack.GroovyPageProxyWriter |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.commons.logging.Log |
log |
| Modifier and Type | Method and Description |
|---|---|
static GroovyPageOutputStack |
currentStack() |
static GroovyPageOutputStack |
currentStack(boolean allowCreate) |
static GroovyPageOutputStack |
currentStack(boolean allowCreate,
java.io.Writer topWriter,
boolean autoSync,
boolean pushTop) |
static GroovyPageOutputStack |
currentStack(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest request) |
static GroovyPageOutputStack |
currentStack(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest request,
boolean allowCreate) |
static GroovyPageOutputStack |
currentStack(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest request,
boolean allowCreate,
java.io.Writer topWriter,
boolean autoSync,
boolean pushTop) |
static GroovyPageOutputStack |
currentStack(GroovyPageOutputStackAttributes attributes) |
static java.io.Writer |
currentWriter() |
void |
flushActiveWriter() |
java.io.Writer |
getCurrentOriginalWriter() |
org.codehaus.groovy.grails.support.encoding.Encoder |
getDefaultTaglibEncoder() |
org.codehaus.groovy.grails.support.encoding.Encoder |
getExpressionEncoder() |
GroovyPageOutputStack.GroovyPageProxyWriter |
getExpressionWriter() |
org.codehaus.groovy.grails.support.encoding.Encoder |
getOutEncoder() |
GroovyPageOutputStack.GroovyPageProxyWriter |
getOutWriter() |
org.codehaus.groovy.grails.support.encoding.Encoder |
getStaticEncoder() |
GroovyPageOutputStack.GroovyPageProxyWriter |
getStaticWriter() |
org.codehaus.groovy.grails.support.encoding.Encoder |
getTaglibEncoder() |
GroovyPageOutputStack.GroovyPageProxyWriter |
getTaglibWriter() |
void |
pop() |
void |
pop(boolean forceSync) |
void |
push(GroovyPageOutputStackAttributes attributes) |
void |
push(GroovyPageOutputStackAttributes attributes,
boolean checkExisting) |
void |
push(java.io.Writer newWriter) |
void |
push(java.io.Writer newWriter,
boolean checkExisting) |
static void |
removeCurrentInstance() |
void |
restoreThreadLocalsToOriginals() |
public static GroovyPageOutputStack currentStack()
public static GroovyPageOutputStack currentStack(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest request)
public static GroovyPageOutputStack currentStack(boolean allowCreate)
public static GroovyPageOutputStack currentStack(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest request, boolean allowCreate)
public static GroovyPageOutputStack currentStack(boolean allowCreate, java.io.Writer topWriter, boolean autoSync, boolean pushTop)
public static GroovyPageOutputStack currentStack(org.codehaus.groovy.grails.web.servlet.mvc.GrailsWebRequest request, boolean allowCreate, java.io.Writer topWriter, boolean autoSync, boolean pushTop)
public static GroovyPageOutputStack currentStack(GroovyPageOutputStackAttributes attributes)
public static final void removeCurrentInstance()
public static final java.io.Writer currentWriter()
public void push(java.io.Writer newWriter)
public void push(java.io.Writer newWriter,
boolean checkExisting)
public void push(GroovyPageOutputStackAttributes attributes)
public void push(GroovyPageOutputStackAttributes attributes, boolean checkExisting)
public void pop()
public void pop(boolean forceSync)
public GroovyPageOutputStack.GroovyPageProxyWriter getOutWriter()
public GroovyPageOutputStack.GroovyPageProxyWriter getStaticWriter()
public GroovyPageOutputStack.GroovyPageProxyWriter getExpressionWriter()
public GroovyPageOutputStack.GroovyPageProxyWriter getTaglibWriter()
public org.codehaus.groovy.grails.support.encoding.Encoder getOutEncoder()
public org.codehaus.groovy.grails.support.encoding.Encoder getStaticEncoder()
public org.codehaus.groovy.grails.support.encoding.Encoder getExpressionEncoder()
public org.codehaus.groovy.grails.support.encoding.Encoder getTaglibEncoder()
public org.codehaus.groovy.grails.support.encoding.Encoder getDefaultTaglibEncoder()
public java.io.Writer getCurrentOriginalWriter()
public void restoreThreadLocalsToOriginals()
public void flushActiveWriter()