Package org.apache.velocity.runtime
Interface DeprecatedRuntimeConstants
- All Known Subinterfaces:
RuntimeConstants
- All Known Implementing Classes:
RuntimeInstance
,RuntimeSingleton
,Velocity
,VelocityEngine
Deprecated.
This class gathers deprecated runtime constants
- Version:
- $$
- Author:
- Claude Brisson
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.Resource loader modification check interval property suffixstatic final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.When displaying null or invalid non-quiet references, use the argument literal reference instead of the one in the macro block.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.static final String
Deprecated.
-
Field Details
-
OLD_RUNTIME_LOG_REFERENCE_LOG_INVALID
Deprecated.Logging of invalid references.- See Also:
-
OLD_MAX_NUMBER_LOOPS
Deprecated.Maximum allowed number of loops.- See Also:
-
OLD_SKIP_INVALID_ITERATOR
Deprecated.Whether to throw an exception or just skip bad iterables. Default is true.- Since:
- 1.6
- See Also:
-
OLD_CHECK_EMPTY_OBJECTS
Deprecated.An empty object (string, collection) or zero number is false.- Since:
- 2.0
- See Also:
-
OLD_ERRORMSG_START
Deprecated.Starting tag for error messages triggered by passing a parameter not allowed in the #include directive. Only string literals, and references are allowed.- See Also:
-
OLD_ERRORMSG_END
Deprecated.Ending tag for error messages triggered by passing a parameter not allowed in the #include directive. Only string literals, and references are allowed.- See Also:
-
OLD_PARSE_DIRECTIVE_MAXDEPTH
Deprecated.Maximum recursion depth allowed for the #parse directive.- See Also:
-
OLD_DEFINE_DIRECTIVE_MAXDEPTH
Deprecated.Maximum recursion depth allowed for the #define directive.- See Also:
-
OLD_CUSTOM_DIRECTIVES
Deprecated.Vector of custom directives- See Also:
-
OLD_RESOURCE_MANAGER_DEFAULTCACHE_SIZE
Deprecated.Theresource.manager.cache.size
property specifies the cache upper bound (if relevant).- See Also:
-
OLD_RESOURCE_MANAGER_LOGWHENFOUND
Deprecated.controls if the finding of a resource is logged.- See Also:
-
OLD_RESOURCE_LOADERS
Deprecated.Key used to retrieve the names of the resource loaders to be used. In a properties file they may appear as the following:resource.loader = file,classpath
- See Also:
-
OLD_FILE_RESOURCE_LOADER_PATH
Deprecated.The public handle for setting a path in the FileResourceLoader.- See Also:
-
OLD_FILE_RESOURCE_LOADER_CACHE
Deprecated.The public handle for turning the caching on in the FileResourceLoader.- See Also:
-
OLD_RESOURCE_LOADER_CHECK_INTERVAL
Deprecated.Resource loader modification check interval property suffix- See Also:
-
OLD_DS_RESOURCE_LOADER_DATASOURCE
Deprecated.Datasource loader datasource url- See Also:
-
OLD_DS_RESOURCE_LOADER_KEY_COLUMN
Deprecated.Datasource loader template key column- See Also:
-
OLD_DS_RESOURCE_LOADER_TEMPLATE_COLUMN
Deprecated.Datasource loader template content column- See Also:
-
OLD_DS_RESOURCE_LOADER_TIMESTAMP_COLUMN
Deprecated.Datasource loader template timestamp column- See Also:
-
OLD_INPUT_ENCODING
Deprecated.The default character encoding for the templates. Used by the parser in processing the input streams.- See Also:
-
OLD_EVENTHANDLER_REFERENCEINSERTION
Deprecated.Theeventhandler.referenceinsertion.class
property specifies a list of theReferenceInsertionEventHandler
implementations to use.- See Also:
-
OLD_EVENTHANDLER_METHODEXCEPTION
Deprecated.Theeventhandler.methodexception.class
property specifies a list of theMethodExceptionEventHandler
implementations to use.- See Also:
-
OLD_EVENTHANDLER_INCLUDE
Deprecated.Theeventhandler.include.class
property specifies a list of theIncludeEventHandler
implementations to use.- See Also:
-
OLD_EVENTHANDLER_INVALIDREFERENCES
Deprecated.Theeventhandler.invalidreferences.class
property specifies a list of theInvalidReferenceEventHandler
implementations to use.- See Also:
-
OLD_VM_LIBRARY
Deprecated.Name of local Velocimacro library template.- See Also:
-
OLD_VM_LIBRARY_DEFAULT
Deprecated.Default Velocimacro library template.- See Also:
-
OLD_VM_PERM_ALLOW_INLINE
Deprecated.boolean (true/false) default true: allow inline (in-template) macro definitions.- See Also:
-
OLD_VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL
Deprecated.boolean (true/false) default false: allow inline (in-template) macro definitions to replace existing.- See Also:
-
OLD_VM_PERM_INLINE_LOCAL
Deprecated.Switch for forcing inline macros to be local: default false.- See Also:
-
OLD_VM_MAX_DEPTH
Deprecated.Specify the maximum depth for macro calls- Since:
- 1.6
- See Also:
-
OLD_VM_BODY_REFERENCE
Deprecated.Defines name of the reference that can be used to get the AST block passed to block macro calls.- Since:
- 1.7
- See Also:
-
OLD_RUNTIME_REFERENCES_STRICT
Deprecated.Properties referenced in the template are required to exist the object- See Also:
-
OLD_RUNTIME_REFERENCES_STRICT_ESCAPE
Deprecated.Indicates we are going to use modified escape behavior in strict mode- See Also:
-
OLD_UBERSPECT_CLASSNAME
Deprecated.key name for uberspector. Multiple classnames can be specified,in which case uberspectors will be chained.- See Also:
-
OLD_CONVERSION_HANDLER_CLASS
Deprecated.key for Conversion Manager class- See Also:
-
OLD_INTERPOLATE_STRINGLITERALS
Deprecated.Switch for the interpolation facility for string literals.- See Also:
-
OLD_STRICT_MATH
Deprecated.Switch for ignoring nulls in math equations vs throwing exceptions.- See Also:
-
OLD_CONTEXT_AUTOREFERENCE_KEY
Deprecated.Key upon which a context should be accessible within itself- See Also:
-
OLD_SPACE_GOBBLING
Deprecated.Space gobbling mode- Since:
- 2.0
- See Also:
-
OLD_VM_ENABLE_BC_MODE
Deprecated.When displaying null or invalid non-quiet references, use the argument literal reference instead of the one in the macro block. Defaults to false.- Since:
- 2.1
- See Also:
-
RuntimeConstants.CHECK_EMPTY_OBJECTS