Constant Field Values
Contents
org.craftercms.*
-
org.craftercms.engine.controller.ComponentRenderController Modifier and Type Constant Field Value public final String
COMPONENT_PATH_MODEL_NAME
"componentPath"
public static final String
URL_ROOT
"/crafter-controller/component"
-
org.craftercms.engine.controller.ErrorPageRenderController Modifier and Type Constant Field Value public static final String
ERROR_CODE_PATH_VAR
"code"
public static final String
STACK_TRACE_ATTRIBUTE
"stackTrace"
public static final String
URL_ROOT
"/crafter-controller/error"
-
org.craftercms.engine.controller.rest.ConfigRestController Modifier and Type Constant Field Value public static final String
URL_MODE_PREVIEW
"/preview"
public static final String
URL_ROOT
"/config"
-
org.craftercms.engine.controller.rest.MonitoringController Modifier and Type Constant Field Value public static final String
LOG_URL
"/log"
public static final String
URL_ROOT
"/api/1"
-
org.craftercms.engine.controller.rest.RestScriptsController Modifier and Type Constant Field Value protected static final String
API_1_SERVICES_ROOT
"/api/1/services"
protected static final String
API_ROOT
"/api"
public static final String
DEFAULT_ERROR_MESSAGE_MODEL_ATTR_NAME
"message"
public static final String
DEFAULT_RESPONSE_BODY_MODEL_ATTR_NAME
"responseBody"
-
org.craftercms.engine.controller.rest.SiteCacheRestController Modifier and Type Constant Field Value public static final String
URL_CLEAR
"/clear"
public static final String
URL_ROOT
"/site/cache"
public static final String
URL_STATS
"/statistics"
-
org.craftercms.engine.controller.rest.SiteContentStoreRestController Modifier and Type Constant Field Value public static final String
URL_ROOT
"/site/content_store"
-
org.craftercms.engine.controller.rest.SiteContextRestController Modifier and Type Constant Field Value public static final String
MODEL_ATTR_ID
"id"
public static final String
MODEL_ATTR_STATUS
"status"
public static final String
URL_CONTEXT_ID
"/id"
public static final String
URL_DESTROY
"/destroy"
public static final String
URL_GRAPHQL
"/graphql"
public static final String
URL_REBUILD
"/rebuild"
public static final String
URL_ROOT
"/site/context"
public static final String
URL_STATUS
"/status"
-
org.craftercms.engine.controller.rest.SiteElasticsearchController Modifier and Type Constant Field Value public static final String
URL_ROOT
"/site/elasticsearch"
public static final String
URL_SEARCH
"/search"
-
org.craftercms.engine.controller.rest.SiteGraphQLController Modifier and Type Constant Field Value public static final String
BASE_URL
"/site/graphql"
-
org.craftercms.engine.controller.rest.SiteNavigationController Modifier and Type Constant Field Value public static final String
URL_BREADCRUMB
"/breadcrumb"
public static final String
URL_ROOT
"/site/navigation"
public static final String
URL_TREE
"/tree"
-
org.craftercms.engine.controller.rest.SiteScheduledJobsController Modifier and Type Constant Field Value public static final String
URL_LIST
"/list"
public static final String
URL_ROOT
"/site/jobs"
-
org.craftercms.engine.controller.rest.SiteUrlController Modifier and Type Constant Field Value public static final String
URL_ROOT
"/site/url"
public static final String
URL_TRANSFORM
"/transform"
-
org.craftercms.engine.controller.rest.multitenant.SiteMappingsRestController Modifier and Type Constant Field Value public static final String
URL_RELOAD
"/reload"
public static final String
URL_ROOT
"/site/mappings"
-
org.craftercms.engine.controller.rest.preview.ProfileRestController Modifier and Type Constant Field Value public static final String
CLEANSE_ATTRS_CONFIG_KEY
"preview.targeting.cleanseAttributes"
public static final String
ERROR_MESSAGE_MODEL_ATTR_NAME
"message"
public static final int
MAXIMUM_PROPERTY_COUNT
100
public static final int
MAXIMUM_PROPERTY_KEY_LENGTH
64
public static final int
MAXIMUM_PROPERTY_VALUE_LENGTH
2048
public static final String
PROFILE_SESSION_ATTRIBUTE
"_cr_profile_state"
public static final String
URL_ROOT
"/profile"
-
org.craftercms.engine.freemarker.CrafterTemplateExceptionHandler Modifier and Type Constant Field Value public static final String
ERROR_FORMAT
"<script type=\'text/javascript\'>function showError{errorId}() {document.getElementById(\'error{errorId}\').style.display = \'block\';document.getElementById(\'toggleError{errorId}Btn\').innerHTML = \'Hide error\';}function hideError{errorId}() {document.getElementById(\'error{errorId}\').style.display = \'none\';document.getElementById(\'toggleError{errorId}Btn\').innerHTML = \'Show error\';}function toggleError{errorId}() {if (document.getElementById(\'error{errorId}\').style.display == \'none\') {showError{errorId}();} else {hideError{errorId}();}}</script><a id=\'toggleError{errorId}Btn\' onclick=\'toggleError{errorId}()\' style=\'color: red; font-size: 14px; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; font-weight: normal; text-decoration: underline; text-transform: none; cursor: pointer\'>Show error</a><div id=\'error{errorId}\' style=\'display: none;\'><pre>${error}</pre></div>"
public static final String
FREEMARKER_CURRENT_ERROR_ID_ATTRIBUTE
"freemarkerCurrentErrorId"
-
org.craftercms.engine.freemarker.ExecuteControllerDirective Modifier and Type Constant Field Value public static final String
PATH_PARAM_NAME
"path"
-
org.craftercms.engine.freemarker.RenderComponentDirective Modifier and Type Constant Field Value public static final String
ADDITIONAL_MODEL_PARAM_NAME
"additionalModel"
public static final String
COMPONENT_PARAM_NAME
"component"
public static final String
COMPONENT_PARENT_PARAM_NAME
"parent"
public static final String
COMPONENT_PATH_PARAM_NAME
"componentPath"
public static final String
KEY_CONTENT_MODEL
"contentModel"
public static final String
KEY_MODEL
"model"
-
org.craftercms.engine.graphql.SchemaUtils Modifier and Type Constant Field Value public static final String
ARG_NAME_AND
"and"
public static final String
ARG_NAME_EQUALS
"equals"
public static final String
ARG_NAME_EXISTS
"exists"
public static final String
ARG_NAME_GT
"gt"
public static final String
ARG_NAME_GTE
"gte"
public static final String
ARG_NAME_LIMIT
"limit"
public static final String
ARG_NAME_LT
"lt"
public static final String
ARG_NAME_LTE
"lte"
public static final String
ARG_NAME_MATCHES
"matches"
public static final String
ARG_NAME_NOT
"not"
public static final String
ARG_NAME_OFFSET
"offset"
public static final String
ARG_NAME_OR
"or"
public static final String
ARG_NAME_REGEX
"regex"
public static final String
ARG_NAME_SORT_BY
"sortBy"
public static final String
ARG_NAME_SORT_ORDER
"sortOrder"
public static final String
ARG_NAME_TRANSFORM
"transform"
public static final String
BOOLEAN_FILTER_NAME
"BooleanFilters"
public static final String
DATETIME_FILTER_NAME
"DateFilters"
public static final String
FIELD_NAME_COMPONENT
"component"
public static final String
FIELD_NAME_COMPONENTS
"components"
public static final String
FIELD_NAME_CONTENT_ITEMS
"contentItems"
public static final String
FIELD_NAME_ITEM
"item"
public static final String
FIELD_NAME_ITEMS
"items"
public static final String
FIELD_NAME_KEY
"key"
public static final String
FIELD_NAME_PAGES
"pages"
public static final String
FIELD_NAME_SELECTED
"selected"
public static final String
FIELD_NAME_TOTAL
"total"
public static final String
FIELD_NAME_VALUE
"value"
public static final String
FIELD_SEPARATOR
"_"
public static final String
FIELD_SUFFIX_ITEM
"_item"
public static final String
FIELD_SUFFIX_ITEMS
"_items"
public static final String
FIELD_SUFFIX_MULTIVALUE
"mv"
public static final String
FIELD_SUFFIX_QUERY
"_query"
public static final String
FIELD_SUFFIX_RAW
"_raw"
public static final String
FIELD_SUFFIX_TOKENIZED
"_t"
public static final String
FIELD_SUFFIX_TZ
"_tz"
public static final String
FILTER_DESCRIPTION
"Values used to filter the results"
public static final String
FILTER_NAME
"filter"
public static final String
FLOAT_FILTER_NAME
"FloatFilters"
public static final String
INT_FILTER_NAME
"IntFilters"
public static final String
LONG_FILTER_NAME
"LongFilters"
public static final String
STRING_FILTER_NAME
"StringFilters"
public static final String
TEXT_FILTER_NAME
"TextFilters"
-
org.craftercms.engine.graphql.impl.GraphQLFactoryImpl Modifier and Type Constant Field Value public static final String
VARIABLE_SCHEMA
"schema"
-
org.craftercms.engine.graphql.impl.fetchers.ContentTypeBasedDataFetcher Modifier and Type Constant Field Value public static final String
COMPONENT_INCLUDE_REGEX
".*\\.item\\.component"
public static final String
CONTENT_TYPE_REGEX_COMPONENT
"/?component/.*"
public static final String
CONTENT_TYPE_REGEX_PAGE
"/?page/.*"
-
org.craftercms.engine.graphql.impl.type.GraphQLTypeFactoryImpl Modifier and Type Constant Field Value public static final String
CONTENT_TYPE_REGEX_PAGE
"^/?page/.*$"
-
org.craftercms.engine.http.impl.DefaultExceptionHandler Modifier and Type Constant Field Value public static final String
EXCEPTION_ATTRIBUTE
"exception"
-
org.craftercms.engine.model.EmbeddedSiteItem Modifier and Type Constant Field Value public static final String
XPATH_OBJECT_ID
"objectId"
-
org.craftercms.engine.model.sorting.OrderDefaultComparator Modifier and Type Constant Field Value public static final float
DEFAULT_ORDER_DEFAULT_VALUE
-1.0f
public static final String
ORDER_DEFAULT_VALUE_KEY
"orderDefault_f"
-
org.craftercms.engine.navigation.impl.NavBreadcrumbBuilderImpl Modifier and Type Constant Field Value public static final String
BREADCRUMB_CONST_KEY_ELEM
"breadcrumb"
-
org.craftercms.engine.plugin.impl.PluginServiceImpl Modifier and Type Constant Field Value public static final String
PLUGIN_CONFIG_KEY
"pluginConfig"
public static final String
PLUGIN_ID_KEY
"pluginId"
public static final String
PLUGIN_ID_PLACEHOLDER
"pluginId"
-
org.craftercms.engine.properties.SiteProperties Modifier and Type Constant Field Value public static final String
AVAILABLE_TARGET_IDS_CONFIG_KEY
"targeting.availableTargetIds"
public static final String
CACHE_WARMUP_CONTENT_FOLDERS_CONFIG_KEY
"cache.warmUp.contentFolders"
public static final String
CACHE_WARMUP_DESCRIPTOR_FOLDERS_CONFIG_KEY
"cache.warmUp.descriptorFolders"
public static final String
DEFAULT_INDEX_FILE_NAME
"index.xml"
public static final String
DEFAULT_SPA_VIEW_NAME
"/"
public static final String
DISABLE_FULL_MODEL_TYPE_CONVERSION_CONFIG_KEY
"compatibility.disableFullModelTypeConversion"
public static final String
EXCLUDE_PATTERNS_CONFIG_KEY
"targeting.excludePatterns"
public static final String
FALLBACK_ID_CONFIG_KEY
"targeting.fallbackTargetId"
public static final String
INDEX_FILE_NAME_CONFIG_KEY
"indexFileName"
public static final String
MERGE_FOLDERS_CONFIG_KEY
"targeting.mergeFolders"
public static final String
NAVIGATION_ADDITIONAL_FIELDS_CONFIG_KEY
"navigation.additionalFields"
public static final String
REDIRECT_TO_TARGETED_URL_CONFIG_KEY
"targeting.redirectToTargetedUrl"
public static final String
ROOT_FOLDERS_CONFIG_KEY
"targeting.rootFolders"
public static final String
SPA_ENABLED_CONFIG_KEY
"spa.enabled"
public static final String
SPA_VIEW_NAME
"spa.viewName"
public static final String
TARGETING_ENABLED_CONFIG_KEY
"targeting.enabled"
-
org.craftercms.engine.properties.SystemProperties Modifier and Type Constant Field Value public static final String
ENVIRONMENT_PROPERTY_NAME
"crafter.environment"
public static final String
MODE_PREVIEW_PROPERTY_NAME
"crafter.modePreview"
-
org.craftercms.engine.scripting.impl.CachedScriptUrlTemplateScanner Modifier and Type Constant Field Value public static final String
URL_TEMPLATES_CACHE_KEY_ELEM
"restScriptUrlTemplates"
-
org.craftercms.engine.scripting.impl.ConfigurationScriptJobResolver Modifier and Type Constant Field Value public static final String
CRON_EXPRESSION_KEY
"cronExpression"
public static final String
JOB_FOLDER_KEY
"jobs.jobFolder"
public static final String
JOB_KEY
"jobs.job"
public static final String
PATH_KEY
"path"
-
org.craftercms.engine.scripting.impl.GroovyScriptFactory Modifier and Type Constant Field Value public static final String
CACHE_CONST_KEY_ELEM_SCRIPT
"groovyScript"
public static final String
GROOVY_FILE_EXTENSION
"groovy"
-
org.craftercms.engine.scripting.impl.ScriptFilter Modifier and Type Constant Field Value public static final String
EXCLUDE_MAPPINGS_KEY
"mapping.exclude"
public static final String
FILTER_KEY
"filters.filter"
public static final String
FILTER_MAPPINGS_CACHE_KEY
"filterMappings"
public static final String
INCLUDE_MAPPINGS_KEY
"mapping.include"
public static final String
SCRIPT_KEY
"script"
-
org.craftercms.engine.scripting.impl.ScriptJob Modifier and Type Constant Field Value public static final String
SCRIPT_URL_DATA_KEY
"scriptUrl"
public static final String
SERVLET_CONTEXT_DATA_KEY
"servletContext"
public static final String
SITE_CONTEXT_DATA_KEY
"siteContext"
-
org.craftercms.engine.scripting.impl.ScriptUrlTemplateScannerImpl Modifier and Type Constant Field Value public static final String
DEFAULT_URL_VARIABLE_PLACEHOLDER_PATTERN
"\\{[^{}]+\\}"
-
org.craftercms.engine.security.ConfigAwareAccessTokenIdResolver Modifier and Type Constant Field Value public static final String
ACCESS_TOKEN_ID_KEY
"profile.api.accessTokenId"
-
org.craftercms.engine.service.context.FolderScanningSiteListResolver Modifier and Type Constant Field Value public static final int
SITE_FOLDER_NAME_FORMAT_GROUP
4
public static final String
SITE_ROOT_FOLDER_PATH_REGEX
"^(([^:]+:)?(.+?/))([^/]*\\{%s\\}[^/]*)(/.*)?$"
public static final int
SITES_FOLDER_PATH_GROUP
1
-
org.craftercms.engine.service.context.SiteContextFactory Modifier and Type Constant Field Value public static final String
CONFIG_BEAN_NAME
"siteConfig"
public static final String
CONFIG_KEY_ALLOWED_TEMPLATE_PATHS
"templates.allowed"
public static final long
DEFAULT_INIT_TIMEOUT
300000L
public static final String
DEFAULT_PUBLISHING_TARGET_MACRO_NAME
"publishingTarget"
public static final long
DEFAULT_SHUTDOWN_TIMEOUT
5L
public static final String
DEFAULT_SITE_NAME_MACRO_NAME
"siteName"
-
org.craftercms.engine.service.context.SiteContextResolverImpl Modifier and Type Constant Field Value public static final String
SITE_NAME_ATTRIBUTE
"siteName"
-
org.craftercms.engine.servlet.filter.HttpProxyFilter Modifier and Type Constant Field Value public static final String
CONFIG_KEY_HEADER
"header"
public static final String
CONFIG_KEY_HEADERS_CLIENT
"headersToClient"
public static final String
CONFIG_KEY_HEADERS_SERVER
"headersToServer"
public static final String
CONFIG_KEY_ID
"id"
public static final String
CONFIG_KEY_NAME
"name"
public static final String
CONFIG_KEY_PATTERNS
"patterns.pattern"
public static final String
CONFIG_KEY_SERVERS
"servers.server"
public static final String
CONFIG_KEY_URL
"url"
public static final String
CONFIG_KEY_VALUE
"value"
-
org.craftercms.engine.store.AbstractCachedFileBasedContentStoreAdapter Modifier and Type Constant Field Value public static final String
CONST_KEY_ELEM_CHILDREN
"fileBasedContentStoreAdapter.children"
public static final String
CONST_KEY_ELEM_FILE
"fileBasedContentStoreAdapter.file"
-
org.craftercms.engine.store.s3.S3ContentStoreAdapter Modifier and Type Constant Field Value public static final String
DELIMITER
"/"
-
org.craftercms.engine.targeting.impl.CandidateTargetIdsResolverImpl Modifier and Type Constant Field Value public static final String
DEFAULT_TARGET_ID_SEPARATOR
"_"
-
org.craftercms.engine.targeting.impl.ConfigAwareCookieLocaleResolver Modifier and Type Constant Field Value public static final String
DEFAULT_LOCALE_CONFIG_KEY
"defaultLocale"
-
org.craftercms.engine.targeting.impl.TargetedUrlByFileStrategy Modifier and Type Constant Field Value public static final String
DEFAULT_TARGET_ID_SEPARATOR
"_"
public static final int
PREFIX_GROUP
1
public static final int
SUFFIX_GROUP
3
public static final int
TARGET_ID_GROUP
2
public static final String
TARGETED_URL_REGEX_FORMAT
"^(.+)%s(%s)(\\.[^.]+)$"
-
org.craftercms.engine.targeting.impl.TargetedUrlByFolderStrategy Modifier and Type Constant Field Value public static final int
SUFFIX_GROUP
2
public static final int
TARGET_ID_GROUP
1
public static final String
TARGETED_URL_REGEX_FORMAT
"^/?(%s)(/.+)?$"
-
org.craftercms.engine.util.ContentModelUtils Modifier and Type Constant Field Value public static final String
FIELD_CONVERTER_BEAN_NAME
"crafter.contentModelFieldConverter"
-
org.craftercms.engine.util.GroovyScriptUtils Modifier and Type Constant Field Value public static final String
VARIABLE_APPLICATION
"application"
public static final String
VARIABLE_APPLICATION_CONTEXT
"applicationContext"
public static final String
VARIABLE_AUTH
"authentication"
public static final String
VARIABLE_AUTH_TOKEN
"authToken"
public static final String
VARIABLE_CONTENT_MODEL
"contentModel"
public static final String
VARIABLE_COOKIES
"cookies"
public static final String
VARIABLE_CRAFTER_MODEL
"crafterModel"
public static final String
VARIABLE_FILTER_CHAIN
"filterChain"
public static final String
VARIABLE_HEADERS
"headers"
public static final String
VARIABLE_LOCALE
"locale"
public static final String
VARIABLE_LOGGER
"logger"
public static final String
VARIABLE_MODEL
"model"
public static final String
VARIABLE_PARAMS
"params"
public static final String
VARIABLE_PATH_VARS
"pathVars"
public static final String
VARIABLE_PROFILE
"profile"
public static final String
VARIABLE_REQUEST
"request"
public static final String
VARIABLE_RESPONSE
"response"
public static final String
VARIABLE_SESSION
"session"
public static final String
VARIABLE_SITE_CONFIG
"siteConfig"
public static final String
VARIABLE_SITE_CONTEXT
"siteContext"
public static final String
VARIABLE_TEMPLATE_MODEL
"templateModel"
-
org.craftercms.engine.util.breadcrumb.BreadcrumbBuilder Modifier and Type Constant Field Value public static final String
BREADCRUMB_CONST_KEY_ELEM
"breadcrumb"
public static final String
HOME_BREADCRUMB_NAME
"Home"
-
org.craftercms.engine.util.config.impl.FacebookConnectionFactoryConfigParser Modifier and Type Constant Field Value public static final String
FACEBOOK_CONNECTION_FACTORY_APP_ID_KEY
"facebookConnectionFactory.appId"
public static final String
FACEBOOK_CONNECTION_FACTORY_APP_SECRET_KEY
"facebookConnectionFactory.appSecret"
-
org.craftercms.engine.util.deployment.DeploymentEventsWatcher Modifier and Type Constant Field Value public static final String
DEFAULT_DEPLOYMENT_EVENTS_FILE_URL
"deployment-events.properties"
-
org.craftercms.engine.util.freemarker.HttpRequestHashModel Modifier and Type Constant Field Value public static final String
KEY_CONTEXT_PATH
"contextPath"
public static final String
KEY_QUERY_STRING
"queryString"
public static final String
KEY_REQUEST_URI
"requestURI"
public static final String
KEY_SCHEME
"scheme"
public static final String
KEY_SERVER_NAME
"serverName"
public static final String
KEY_SERVER_PORT
"serverPort"
public static final String
KEY_SERVLET_PATH
"servletPath"
public static final String
NAMESPACE_SPRING
"org.springframework"
-
org.craftercms.engine.util.freemarker.SiteContextHashModel Modifier and Type Constant Field Value public static final String
SITE_NAME_KEY
"siteName"
-
org.craftercms.engine.util.logging.CircularQueueLogAppender Modifier and Type Constant Field Value public static final String
PLUGIN_NAME
"CircularQueueLogAppender"
-
org.craftercms.engine.util.logging.ThreadContextKeyExistsFilter Modifier and Type Constant Field Value public static final String
PLUGIN_NAME
"ThreadContextKeyExistsFilter"
-
org.craftercms.engine.util.spring.cors.SiteAwareCorsConfigurationSource Modifier and Type Constant Field Value public static final boolean
ALLOW_CREDENTIALS_DEFAULT
true
public static final String
ALLOW_CREDENTIALS_KEY
"accessControlAllowCredentials"
public static final String
ALLOW_HEADERS_DEFAULT
"Content-Type"
public static final String
ALLOW_HEADERS_KEY
"accessControlAllowHeaders"
public static final String
ALLOW_METHODS_DEFAULT
"GET, POST, OPTIONS"
public static final String
ALLOW_METHODS_KEY
"accessControlAllowMethods"
public static final String
ALLOW_ORIGIN_DEFAULT
"*"
public static final String
ALLOW_ORIGIN_KEY
"accessControlAllowOrigin"
public static final String
CACHE_KEY
"-cors-config"
public static final String
CONFIG_KEY
"cors"
public static final String
ENABLE_KEY
"enable"
public static final long
MAX_AGE_DEFAULT
86400L
public static final String
MAX_AGE_KEY
"accessControlMaxAge"
-
org.craftercms.engine.util.spring.security.ConfigAwareAccessDeniedHandler Modifier and Type Constant Field Value public static final String
ACCESS_DENIED_ERROR_PAGE_URL_KEY
"security.accessDenied.errorPageUrl"
-
org.craftercms.engine.util.spring.security.ConfigAwareAuthenticationFailureHandler Modifier and Type Constant Field Value public static final String
LOGIN_FAILURE_URL_KEY
"security.login.failureUrl"
-
org.craftercms.engine.util.spring.security.ConfigAwareAuthenticationSuccessHandler Modifier and Type Constant Field Value public static final String
LOGIN_ALWAYS_USE_DEFAULT_SUCCESS_URL_KEY
"security.login.alwaysUseDefaultSuccessUrl"
public static final String
LOGIN_DEFAULT_SUCCESS_URL_KEY
"security.login.defaultSuccessUrl"
-
org.craftercms.engine.util.spring.security.ConfigAwareLoginUrlAuthenticationEntryPoint Modifier and Type Constant Field Value public static final String
LOGIN_FORM_URL_KEY
"security.login.formUrl"
-
org.craftercms.engine.util.spring.security.ConfigAwareLogoutSuccessHandler Modifier and Type Constant Field Value public static final String
LOGOUT_SUCCESS_URL_KEY
"security.logout.successUrl"
-
org.craftercms.engine.util.spring.security.ConfigAwareSecurityMetadataSource Modifier and Type Constant Field Value public static final String
URL_RESTRICTION_EXPRESSION_KEY
"expression"
public static final String
URL_RESTRICTION_KEY
"security.urlRestrictions.restriction"
public static final String
URL_RESTRICTION_URL_KEY
"url"
public static final String
URL_RESTRICTIONS_CACHE_KEY
"urlRestrictions"
-
org.craftercms.engine.util.spring.servlet.i18n.ChainLocaleResolver Modifier and Type Constant Field Value public static final String
BEAN_NAME_PATTERN
"crafter.${type}LocaleResolver"
public static final String
CONFIG_KEY_LOCALE_RESOLVER
"localeResolvers.localeResolver"
public static final String
CONFIG_KEY_TYPE
"type"
-
org.craftercms.engine.util.spring.servlet.i18n.CookieLocaleResolver Modifier and Type Constant Field Value public static final String
CONFIG_KEY_COOKIE_NAME
"cookieName"
-
org.craftercms.engine.util.spring.servlet.i18n.GroovyLocaleResolver Modifier and Type Constant Field Value public static final String
CONFIG_KEY_SCRIPT
"script"
public static final String
DEFAULT_SCRIPT
"/scripts/locale/resolver.groovy"
-
org.craftercms.engine.util.spring.servlet.i18n.HeaderLocaleResolver Modifier and Type Constant Field Value public static final String
CONFIG_KEY_HEADER_NAME
"headerName"
public static final String
DEFAULT_HEADER_NAME
"Accept-Language"
-
org.craftercms.engine.util.spring.servlet.i18n.PrincipalLocaleResolver Modifier and Type Constant Field Value public static final String
CONFIG_KEY_ATTRIBUTE_NAME
"attributeName"
public static final String
DEFAULT_ATTRIBUTE_NAME
"preferredLanguage"
-
org.craftercms.engine.util.spring.servlet.i18n.UrlPatternLocaleResolver Modifier and Type Constant Field Value public static final String
CONFIG_KEY_LOCALE
"localeCode"
public static final String
CONFIG_KEY_MAPPINGS
"mappings.mapping"
public static final String
CONFIG_KEY_PATTERN
"pattern"
-
org.craftercms.engine.util.spring.social.ConfigAwareConnectionFactoryLocator Modifier and Type Constant Field Value public static final String
CONNECTION_FACTORY_LOCATOR_CACHE_KEY
"connectionFactoryLocator"
public static final String
SOCIAL_CONNECTIONS_KEY
"socialConnections"
-
org.craftercms.engine.view.CrafterPageView Modifier and Type Constant Field Value public static final String
DEFAULT_CHARSET
"UTF-8"
public static final String
DEFAULT_CONTENT_TYPE
"text/html;charset=UTF-8"
public static final String
KEY_CONTENT_MODEL
"contentModel"
public static final String
KEY_MODEL
"model"
public static final String
PAGE_URL_ATTRIBUTE_NAME
"pageUrl"
-
org.craftercms.engine.view.freemarker.CrafterFreeMarkerView Modifier and Type Constant Field Value public static final String
EXECUTE_CONTROLLER_DIRECTIVE_NAME
"controller"
public static final String
KEY_APP_CONTEXT
"applicationContext"
public static final String
KEY_APP_CONTEXT_CAP
"ApplicationContext"
public static final String
KEY_APPLICATION
"application"
public static final String
KEY_APPLICATION_CAP
"Application"
public static final String
KEY_AUTH
"authentication"
public static final String
KEY_AUTH_CAP
"Authentication"
public static final String
KEY_AUTH_TOKEN
"authToken"
public static final String
KEY_COOKIES
"cookies"
public static final String
KEY_COOKIES_CAP
"Cookies"
public static final String
KEY_ENUMS
"enums"
public static final String
KEY_ENUMS_CAP
"Enums"
public static final String
KEY_LOCALE
"locale"
public static final String
KEY_LOCALE_CAP
"Locale"
public static final String
KEY_PROFILE
"profile"
public static final String
KEY_PROFILE_CAP
"Profile"
public static final String
KEY_REQUEST
"request"
public static final String
KEY_REQUEST_CAP
"Request"
public static final String
KEY_REQUEST_PARAMS
"requestParameters"
public static final String
KEY_REQUEST_PARAMS_CAP
"RequestParameters"
public static final String
KEY_SESSION
"session"
public static final String
KEY_SESSION_CAP
"Session"
public static final String
KEY_SITE_CONFIG
"siteConfig"
public static final String
KEY_SITE_CONFIG_CAP
"SiteConfig"
public static final String
KEY_SITE_CONTEXT
"siteContext"
public static final String
KEY_SITE_CONTEXT_CAP
"SiteContext"
public static final String
KEY_STATICS
"statics"
public static final String
KEY_STATICS_CAP
"Statics"
public static final String
RENDER_COMPONENT_DIRECTIVE_NAME
"renderComponent"