Constants for names of settings in Grails
| Type | Name and description |
|---|---|
java.lang.String |
CLASS_RESOURCE_PATTERNPattern to use for class scanning |
java.lang.String |
CONTROLLERS_DEFAULT_SCOPEThe default scope for controllers |
java.lang.String |
CONTROLLERS_UPLOAD_FILE_SIZE_THRESHOLDThe file size threshold |
java.lang.String |
CONTROLLERS_UPLOAD_LOCATIONThe upload directory for controllers, defaults to java.tmp.dir |
java.lang.String |
CONTROLLERS_UPLOAD_MAX_FILE_SIZEThe maximum file size |
java.lang.String |
CONTROLLERS_UPLOAD_MAX_REQUEST_SIZEThe maximum request size |
java.lang.String |
DBCONSOLE_ENABLEDWhether the H2 dbconsole is enabled or not |
java.lang.String |
FILTER_ENCODINGThe encoding to use for filters, default to UTF-8 |
java.lang.String |
FILTER_FORCE_ENCODINGThe encoding to use for filters, default to UTF-8 |
java.lang.String |
GORM_AUTOWIRE_INSTANCESWhether to autowire instances |
java.lang.String |
GORM_DEFAULT_CONSTRAINTS/*.class" |
java.lang.String |
GRAILS_VIEWS_ENABLE_JSESSIONIDWhether to include the jsessionid in the rendered links |
java.lang.String |
GSP_DISABLE_CACHING_RESOURCESWhether to disable caching of resources in GSP |
java.lang.String |
GSP_ENABLE_RELOADWhether to enable GSP reload in production |
java.lang.String |
GSP_VIEWS_DIRThew views directory for GSP |
java.lang.String |
GSP_VIEW_ENCODINGThe encoding to use for GSP views, defaults to UTF-8 |
java.lang.String |
MIME_DISABLE_ACCEPT_HEADER_FOR_USER_AGENTSWhich user agents should have accept header processing disabled |
java.lang.String |
MIME_TYPESThe configured mime types |
java.lang.String |
MIME_USE_ACCEPT_HEADERWhether to use the accept header for content negotiation |
java.lang.String |
PLUGIN_EXCLUDESWhich plugins to exclude from the plugin manager |
java.lang.String |
PLUGIN_INCLUDESWhich plugins to include in the plugin manager |
java.lang.String |
PROFILEThe active Grails profile |
java.lang.String |
RESOURCES_CACHE_PERIODThe amount of time to cache static resource requests |
java.lang.String |
RESOURCES_ENABLEDWhether serving static HTML pages from src/main/resources/public is enabled |
java.lang.String |
SCAFFOLDING_DOMAIN_SUFFIXThe suffix used during scaffolding for the domain |
java.lang.String |
SERVER_URLThe URL of the server |
java.lang.String |
SPRING_BEAN_PACKAGESPackages to scan for Spring beans |
java.lang.String |
SPRING_DISABLE_ASPECTJWhether to disable AspectJ explicitly |
java.lang.String |
SPRING_PLACEHOLDER_PREFIXThe prefix to use for property placeholders |
java.lang.String |
VIEWS_FILTERING_CODEC_FOR_CONTENT_TYPE |
java.lang.String |
WEB_LINK_GENERATOR_USE_CACHEWhether to cache links generated by the link generator |
java.lang.String |
WEB_SERVLET_PATHThe path to the Grails servlet. |
java.lang.String |
WEB_URL_CONVERTERThe 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 encoding to use for filters, default to UTF-8
The encoding to use for filters, default to UTF-8
Whether to autowire instances
/*.class" /** The default configured constraints for the application
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
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 suffix used during scaffolding for the domain
The URL of the server
Packages to scan for Spring beans
Whether to disable AspectJ explicitly
The prefix to use for property placeholders
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.