Methods
Type Params |
Return Type |
Name and description |
|
static GroovyPageOutputStack |
currentStack()
|
|
static GroovyPageOutputStack |
currentStack(GrailsWebRequest request)
|
|
static GroovyPageOutputStack |
currentStack(boolean allowCreate)
|
|
static GroovyPageOutputStack |
currentStack(GrailsWebRequest request, boolean allowCreate)
|
|
static GroovyPageOutputStack |
currentStack(boolean allowCreate, java.io.Writer topWriter, boolean autoSync, boolean pushTop)
|
|
static GroovyPageOutputStack |
currentStack(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()
|
|
Encoder |
getDefaultTaglibEncoder()
|
|
Encoder |
getExpressionEncoder()
|
|
GroovyPageOutputStack.GroovyPageProxyWriter |
getExpressionWriter()
|
|
Encoder |
getOutEncoder()
|
|
GroovyPageOutputStack.GroovyPageProxyWriter |
getOutWriter()
|
|
Encoder |
getStaticEncoder()
|
|
GroovyPageOutputStack.GroovyPageProxyWriter |
getStaticWriter()
|
|
Encoder |
getTaglibEncoder()
|
|
GroovyPageOutputStack.GroovyPageProxyWriter |
getTaglibWriter()
|
|
void |
pop()
|
|
void |
pop(boolean forceSync)
|
|
void |
push(java.io.Writer newWriter)
|
|
void |
push(java.io.Writer newWriter, boolean checkExisting)
|
|
void |
push(GroovyPageOutputStackAttributes attributes)
|
|
void |
push(GroovyPageOutputStackAttributes attributes, boolean checkExisting)
|
|
static void |
removeCurrentInstance()
|
|
void |
restoreThreadLocalsToOriginals()
|