-
servletContext
javax.servlet.ServletContext servletContext
Servlet (or the web application) context.
-
resourceNamePattern
java.util.regex.Pattern resourceNamePattern
-
resourceNameReplacement
java.lang.String resourceNameReplacement
The replacement used by the resource name matcher.
-
resourceNameReplaceAll
boolean resourceNameReplaceAll
The replace method to use on the matcher.
true - replaceAll(resourceNameReplacement); (default)
false - replaceFirst(resourceNameReplacement);
-
verbose
boolean verbose
Controls almost all log output.
-
encoding
java.lang.String encoding
Encoding to use, becomes charset part of contentType.
-
reflection
boolean reflection
Mirrors the static value of the reflection flag in MetaClass.
See AbstractHttpServlet#logGROOVY861
-
logGROOVY861
boolean logGROOVY861
Debug flag logging the class the class loader of the request.
-
namePrefix
java.lang.String namePrefix