-
-
-
Serialized Fields
-
encoding
String encoding
Encoding to use, becomes charset part of contentType.
-
logGROOVY861
boolean logGROOVY861
Debug flag logging the classloader of the request.
-
namePrefix
String namePrefix
-
reflection
boolean reflection
Mirrors the static value of the reflection flag in MetaClass.
See AbstractHttpServlet#logGROOVY861
-
resourceNamePattern
Pattern resourceNamePattern
-
resourceNameReplaceAll
boolean resourceNameReplaceAll
The replace method to use on the matcher.
true - replaceAll(resourceNameReplacement); (default)
false - replaceFirst(resourceNameReplacement);
-
resourceNameReplacement
String resourceNameReplacement
The replacement used by the resource name matcher.
-
servletContext
ServletContext servletContext
Servlet (or the web application) context.
-
verbose
boolean verbose
Controls almost all log output.
-
-
-
Serialized Fields
-
cache
Map<String,groovy.servlet.TemplateServlet.TemplateCacheEntry> cache
Simple file name to template cache map.
-
engine
groovy.text.TemplateEngine engine
Underlying template engine used to evaluate template source files.
-
fileEncodingParamVal
String fileEncodingParamVal
-
generateBy
boolean generateBy
Flag that controls the appending of the "Generated by ..." comment.