|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.groovy.grails.web.pages.GroovyPageOutputStack
public final class GroovyPageOutputStack extends java.lang.Object
Nested Class Summary | |
---|---|
class |
GroovyPageOutputStack.GroovyPageProxyWriter
|
Field Summary | |
---|---|
static org.apache.commons.logging.Log |
log
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Field Detail |
---|
public static final org.apache.commons.logging.Log log
Method Detail |
---|
public static GroovyPageOutputStack currentStack()
public static GroovyPageOutputStack currentStack(GrailsWebRequest request)
public static GroovyPageOutputStack currentStack(boolean allowCreate)
public static GroovyPageOutputStack currentStack(GrailsWebRequest request, boolean allowCreate)
public static GroovyPageOutputStack currentStack(boolean allowCreate, java.io.Writer topWriter, boolean autoSync, boolean pushTop)
public static GroovyPageOutputStack currentStack(GrailsWebRequest request, boolean allowCreate, java.io.Writer topWriter, boolean autoSync, boolean pushTop)
public static GroovyPageOutputStack currentStack(GroovyPageOutputStackAttributes attributes)
public static final java.io.Writer currentWriter()
public void flushActiveWriter()
public java.io.Writer getCurrentOriginalWriter()
public Encoder getDefaultTaglibEncoder()
public Encoder getExpressionEncoder()
public GroovyPageOutputStack.GroovyPageProxyWriter getExpressionWriter()
public Encoder getOutEncoder()
public GroovyPageOutputStack.GroovyPageProxyWriter getOutWriter()
public Encoder getStaticEncoder()
public GroovyPageOutputStack.GroovyPageProxyWriter getStaticWriter()
public Encoder getTaglibEncoder()
public GroovyPageOutputStack.GroovyPageProxyWriter getTaglibWriter()
public void pop()
public void pop(boolean forceSync)
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 static final void removeCurrentInstance()
public void restoreThreadLocalsToOriginals()
Groovy Documentation