Modifiers | Name | Description |
---|---|---|
static java.lang.String |
EXPRESSION_CODEC_NAME |
expression codec escapes values inside ${} to output |
static java.lang.String |
INHERIT_SETTING_NAME |
allow inheriting codecs from parent levels |
static java.lang.String |
OUT_CODEC_NAME |
scriptlet codec escapes the static html parts coming from the GSP file scriptlets to output |
static java.lang.String |
REPLACE_ONLY_SETTING_NAME |
only use for safe codecs for replacement |
static java.lang.String |
STATIC_CODEC_NAME |
staticparts escapes the static html parts coming from the GSP file to output |
static java.lang.String |
TAGLIB_CODEC_NAME |
taglib codec escapes taglib output |
static java.lang.String |
TAGLIB_DEFAULT_CODEC_NAME |
taglibdefault codec setting name is the fallback for taglib default codec, taglibCodec in gsp directive uses this setting internally |
static java.util.Set<java.lang.String> |
VALID_CODEC_SETTING_NAMES |
Type | Name and description |
---|---|
java.util.Map |
flatConfig |
Constructor and description |
---|
GroovyPageConfig
(java.util.Map flatConfig) |
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.String |
getCodecSettings(GrailsPluginInfo pluginInfo, java.lang.String codecWriterName) |
Methods inherited from class | Name |
---|---|
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() |
expression codec escapes values inside ${} to output
allow inheriting codecs from parent levels
scriptlet codec escapes the static html parts coming from the GSP file scriptlets to output
only use for safe codecs for replacement
staticparts escapes the static html parts coming from the GSP file to output
taglib codec escapes taglib output
taglibdefault codec setting name is the fallback for taglib default codec, taglibCodec in gsp directive uses this setting internally
Groovy Documentation