interface Settings
Constants for names of settings in Grails
Modifiers | Name | Description |
---|---|---|
static String |
AUTO_GROW_COLLECTION_LIMIT |
|
static String |
CLASS_RESOURCE_PATTERN |
Pattern to use for class scanning |
static String |
CONTROLLERS_DEFAULT_SCOPE |
The default scope for controllers |
static String |
CONTROLLERS_UPLOAD_FILE_SIZE_THRESHOLD |
The file size threshold |
static String |
CONTROLLERS_UPLOAD_LOCATION |
The upload directory for controllers, defaults to java.tmp.dir |
static String |
CONTROLLERS_UPLOAD_MAX_FILE_SIZE |
The maximum file size |
static String |
CONTROLLERS_UPLOAD_MAX_REQUEST_SIZE |
The maximum request size |
static String |
CONVERT_EMPTY_STRINGS_TO_NULL |
|
static String |
DATE_FORMATS |
|
static String |
DATE_LENIENT_PARSING |
|
static String |
DBCONSOLE_ENABLED |
Whether the H2 dbconsole is enabled or not |
static String |
DEFAULT_ENCODING |
The default encoding |
static String |
DEFAULT_RESOURCE_PATTERN |
The default pattern for static resources |
static String |
DEFAULT_TOMCAT_SERVLET_PATH |
The default servlet path |
static String |
DEFAULT_WEB_SERVLET_PATH |
The default servlet path |
static String |
FILTER_ENCODING |
The encoding to use for filters, default to UTF-8 |
static String |
FILTER_FORCE_ENCODING |
The encoding to use for filters, default to UTF-8 |
static String |
GORM_AUTOWIRE_INSTANCES |
Whether to autowire instances |
static String |
GORM_DEFAULT_CONSTRAINTS |
The default configured constraints for the application |
static String |
GORM_REACTOR_EVENTS |
Whether to translate GORM events into reactor events |
static String |
GRAILS_VIEWS_ENABLE_JSESSIONID |
Whether to include the jsessionid in the rendered links |
static String |
GSP_DISABLE_CACHING_RESOURCES |
Whether to disable caching of resources in GSP |
static String |
GSP_ENABLE_RELOAD |
Whether to enable GSP reload in production |
static String |
GSP_VIEWS_DIR |
Thew views directory for GSP |
static String |
GSP_VIEW_ENCODING |
The encoding to use for GSP views, defaults to UTF-8 |
static String |
I18N_CACHE_SECONDS |
|
static String |
I18N_FILE_CACHE_SECONDS |
|
static String |
MIME_DISABLE_ACCEPT_HEADER_FOR_USER_AGENTS |
Which user agents should have accept header processing disabled |
static String |
MIME_DISABLE_ACCEPT_HEADER_FOR_USER_AGENTS_XHR |
XHR requests will ignore MIME_DISABLE_ACCEPT_HEADER_FOR_USER_AGENTS by default, enable to override default |
static String |
MIME_TYPES |
The configured mime types |
static String |
MIME_USE_ACCEPT_HEADER |
Whether to use the accept header for content negotiation |
static String |
PLUGIN_EXCLUDES |
Which plugins to exclude from the plugin manager |
static String |
PLUGIN_INCLUDES |
Which plugins to include in the plugin manager |
static String |
PROFILE |
The active Grails profile |
static String |
RESOURCES_CACHE_PERIOD |
The amount of time to cache static resource requests |
static String |
RESOURCES_ENABLED |
Whether serving static HTML pages from src/main/resources/public is enabled |
static String |
RESOURCES_PATTERN |
The path pattern to serve static resources under |
static String |
SCAFFOLDING_DOMAIN_SUFFIX |
The suffix used during scaffolding for the domain |
static String |
SERVER_URL |
The URL of the server |
static String |
SETTING_CORS_FILTER |
Whether to load cors configuration via a filter (true) or interceptor(false) |
static String |
SETTING_EXCEPTION_RESOLVER_PARAM_EXCLUDES |
The parameters to exclude from logging |
static String |
SETTING_LEGACY_JSON_BUILDER |
Whether to use the legacy JSON builder |
static String |
SETTING_LOGGING_STACKTRACE_FILTER_CLASS |
The class to use for stacktrace filtering. |
static String |
SETTING_LOG_REQUEST_PARAMETERS |
Whether to log request parameters in the console |
static String |
SETTING_SKIP_BOOTSTRAP |
Whether to execute Bootstrap classes |
static String |
SPRING_DISABLE_ASPECTJ |
Whether to disable AspectJ explicitly |
static String |
SPRING_PLACEHOLDER_PREFIX |
The prefix to use for property placeholders |
static String |
SPRING_TRANSACTION_MANAGEMENT |
Whether to enable Spring proxy based transaction management. |
static String |
TRIM_STRINGS |
|
static String |
VIEWS_FILTERING_CODEC_FOR_CONTENT_TYPE |
|
static String |
WEB_LINK_GENERATOR_USE_CACHE |
Whether to cache links generated by the link generator |
static String |
WEB_SERVLET_PATH |
The path to the Grails servlet. |
static String |
WEB_URL_CONVERTER |
The converter to use for creating URL tokens in URL mapping. |
Pattern to use for class scanning
The default scope for controllers
The file size threshold
The upload directory for controllers, defaults to java.tmp.dir
The maximum file size
The maximum request size
Whether the H2 dbconsole is enabled or not
The default encoding
The default pattern for static resources
The default servlet path
The default servlet path
The encoding to use for filters, default to UTF-8
The encoding to use for filters, default to UTF-8
Whether to autowire instances
The default configured constraints for the application
Whether to translate GORM events into reactor events
Whether to include the jsessionid in the rendered links
Whether to disable caching of resources in GSP
Whether to enable GSP reload in production
Thew views directory for GSP
The encoding to use for GSP views, defaults to UTF-8
Which user agents should have accept header processing disabled
XHR requests will ignore MIME_DISABLE_ACCEPT_HEADER_FOR_USER_AGENTS by default, enable to override default
The configured mime types
Whether to use the accept header for content negotiation
Which plugins to exclude from the plugin manager
Which plugins to include in the plugin manager
The active Grails profile
The amount of time to cache static resource requests
Whether serving static HTML pages from src/main/resources/public is enabled
The path pattern to serve static resources under
The suffix used during scaffolding for the domain
The URL of the server
Whether to load cors configuration via a filter (true) or interceptor(false)
The parameters to exclude from logging
Whether to use the legacy JSON builder
The class to use for stacktrace filtering. Should be an instanceof StackTraceFilterer
Whether to log request parameters in the console
Whether to execute Bootstrap classes
Whether to disable AspectJ explicitly
The prefix to use for property placeholders
Whether to enable Spring proxy based transaction management. Since @Transactional
uses an AST transform,
this makes Spring proxy based transaction management redundant.
However, if Spring proxies are prefer
Whether to cache links generated by the link generator
The path to the Grails servlet. Defaults to '/'
The converter to use for creating URL tokens in URL mapping. Defaults to camel case.