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