| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RuntimeConstants
This class defines the keys that are used in the velocity.properties file so that they can be referenced as a constant within Java code.
| Field Summary | |
|---|---|
| static String | COUNTER_INITIAL_VALUEInitial counter value in #foreach directives. | 
| static String | COUNTER_NAMECounter reference name in #foreach directives. | 
| static String | DEBUG_PREFIXDeprecated. Use LogChute.DEBUG_PREFIX instead | 
| static String | DEFAULT_RUNTIME_DIRECTIVESDefault Runtime properties. | 
| static String | DEFAULT_RUNTIME_PROPERTIESDefault Runtime properties. | 
| static String | ENCODING_DEFAULTDefault Encoding is ISO-8859-1. | 
| static String | ERROR_PREFIXDeprecated. Use LogChute.ERROR_PREFIX instead | 
| static String | ERRORMSG_ENDEnding tag for error messages triggered by passing a parameter not allowed in the #include directive. | 
| static String | ERRORMSG_STARTStarting tag for error messages triggered by passing a parameter not allowed in the #include directive. | 
| static String | EVENTHANDLER_INCLUDEThe eventhandler.include.classproperty specifies a list of theIncludeEventHandlerimplementations to use. | 
| static String | EVENTHANDLER_INVALIDREFERENCESThe eventhandler.invalidreferences.classproperty specifies a list of theInvalidReferenceEventHandlerimplementations to use. | 
| static String | EVENTHANDLER_METHODEXCEPTIONThe eventhandler.methodexception.classproperty specifies a list of theMethodExceptionEventHandlerimplementations to use. | 
| static String | EVENTHANDLER_NULLSETThe eventhandler.nullset.classproperty specifies a list of theNullSetEventHandlerimplementations to use. | 
| static String | EVENTHANDLER_REFERENCEINSERTIONThe eventhandler.referenceinsertion.classproperty specifies a list of theReferenceInsertionEventHandlerimplementations to use. | 
| static String | FILE_RESOURCE_LOADER_CACHEThe public handle for turning the caching on in the FileResourceLoader. | 
| static String | FILE_RESOURCE_LOADER_PATHThe public handle for setting a path in the FileResourceLoader. | 
| static String | INFO_PREFIXDeprecated. Use LogChute.INFO_PREFIX instead | 
| static String | INPUT_ENCODINGThe character encoding for the templates. | 
| static String | INTERPOLATE_STRINGLITERALSSwitch for the interpolation facility for string literals. | 
| static String | INTROSPECTOR_RESTRICT_CLASSESA comma separated list of classes to restrict access to in the SecureIntrospector. | 
| static String | INTROSPECTOR_RESTRICT_PACKAGESA comma separated list of packages to restrict access to in the SecureIntrospector. | 
| static String | MAX_NUMBER_LOOPSMaximum allowed number of loops. | 
| static int | NUMBER_OF_PARSERSThe default number of parser instances to create. | 
| static String | OUTPUT_ENCODINGEncoding for the output stream. | 
| static String | PARSE_DIRECTIVE_MAXDEPTHMaximum recursion depth allowed for the #parse directive. | 
| static String | PARSER_POOL_CLASSThe parser.pool.classproperty specifies the name of theSimplePoolimplementation to use. | 
| static String | PARSER_POOL_SIZE | 
| static String | RESOURCE_LOADERKey used to retrieve the names of the resource loaders to be used. | 
| static String | RESOURCE_MANAGER_CACHE_CLASSThe resource.manager.cache.classproperty specifies the name of theResourceCacheimplementation to use. | 
| static String | RESOURCE_MANAGER_CLASS | 
| static String | RESOURCE_MANAGER_DEFAULTCACHE_SIZEThe resource.manager.cache.sizeproperty specifies the cache upper bound (if relevant). | 
| static String | RESOURCE_MANAGER_LOGWHENFOUNDcontrols if the finding of a resource is logged. | 
| static String | RUNTIME_LOGLocation of the velocity log file. | 
| static String | RUNTIME_LOG_ERROR_STACKTRACEDeprecated. This appears to have always been meaningless. | 
| static String | RUNTIME_LOG_INFO_STACKTRACEDeprecated. This appears to have always been meaningless. | 
| static String | RUNTIME_LOG_LOGSYSTEMexternally provided logger. | 
| static String | RUNTIME_LOG_LOGSYSTEM_CLASSclass of log system to use. | 
| static String | RUNTIME_LOG_REFERENCE_LOG_INVALIDLogging of invalid references. | 
| static String | RUNTIME_LOG_WARN_STACKTRACEDeprecated. The functionality this controlled is confusing and no longer necessary. | 
| static String | SET_NULL_ALLOWEDif set to true then allows #set to accept null values in the right hand side. | 
| static String | TRACE_PREFIXDeprecated. Use LogChute.TRACE_PREFIX instead | 
| static String | UBERSPECT_CLASSNAMEkey name for uberspector. | 
| static String | UNKNOWN_PREFIXDeprecated. This will be removed in a future version | 
| static String | VM_ARGUMENTS_STRICTif true, throw an exception for wrong number of arguments | 
| static String | VM_CONTEXT_LOCALSCOPEswitch for local context in VM : default false. | 
| static String | VM_LIBRARYName of local Velocimacro library template. | 
| static String | VM_LIBRARY_AUTORELOADswitch for autoloading library-sourced VMs (for development). | 
| static String | VM_LIBRARY_DEFAULTDefault Velocimacro library template. | 
| static String | VM_MESSAGES_ONSwitch for VM blather : default true. | 
| static String | VM_PERM_ALLOW_INLINEboolean (true/false) default true : allow inline (in-template) macro definitions. | 
| static String | VM_PERM_ALLOW_INLINE_REPLACE_GLOBALboolean (true/false) default false : allow inline (in-template) macro definitions to replace existing. | 
| static String | VM_PERM_INLINE_LOCALSwitch for forcing inline macros to be local : default false. | 
| static String | WARN_PREFIXDeprecated. Use LogChute.WARN_PREFIX instead | 
| Field Detail | 
|---|
static final String RUNTIME_LOG
static final String RUNTIME_LOG_LOGSYSTEM
static final String RUNTIME_LOG_LOGSYSTEM_CLASS
static final String RUNTIME_LOG_ERROR_STACKTRACE
static final String RUNTIME_LOG_WARN_STACKTRACE
static final String RUNTIME_LOG_INFO_STACKTRACE
static final String RUNTIME_LOG_REFERENCE_LOG_INVALID
static final String TRACE_PREFIX
static final String DEBUG_PREFIX
static final String INFO_PREFIX
static final String WARN_PREFIX
static final String ERROR_PREFIX
static final String UNKNOWN_PREFIX
static final String COUNTER_NAME
static final String COUNTER_INITIAL_VALUE
static final String MAX_NUMBER_LOOPS
static final String SET_NULL_ALLOWED
static final String ERRORMSG_START
static final String ERRORMSG_END
static final String PARSE_DIRECTIVE_MAXDEPTH
static final String RESOURCE_MANAGER_CLASS
static final String RESOURCE_MANAGER_CACHE_CLASS
resource.manager.cache.class property specifies the name of the
 ResourceCache implementation to use.
static final String RESOURCE_MANAGER_DEFAULTCACHE_SIZE
resource.manager.cache.size property specifies the cache upper bound (if relevant).
static final String RESOURCE_MANAGER_LOGWHENFOUND
static final String RESOURCE_LOADER
resource.loader = file,classpath
static final String FILE_RESOURCE_LOADER_PATH
static final String FILE_RESOURCE_LOADER_CACHE
static final String EVENTHANDLER_REFERENCEINSERTION
eventhandler.referenceinsertion.class property specifies a list of the
 ReferenceInsertionEventHandler implementations to use.
static final String EVENTHANDLER_NULLSET
eventhandler.nullset.class property specifies a list of the
 NullSetEventHandler implementations to use.
static final String EVENTHANDLER_METHODEXCEPTION
eventhandler.methodexception.class property specifies a list of the
 MethodExceptionEventHandler implementations to use.
static final String EVENTHANDLER_INCLUDE
eventhandler.include.class property specifies a list of the
 IncludeEventHandler implementations to use.
static final String EVENTHANDLER_INVALIDREFERENCES
eventhandler.invalidreferences.class property specifies a list of the
 InvalidReferenceEventHandler implementations to use.
static final String VM_LIBRARY
static final String VM_LIBRARY_DEFAULT
static final String VM_LIBRARY_AUTORELOAD
static final String VM_PERM_ALLOW_INLINE
static final String VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL
static final String VM_PERM_INLINE_LOCAL
static final String VM_MESSAGES_ON
static final String VM_CONTEXT_LOCALSCOPE
static final String VM_ARGUMENTS_STRICT
static final String INTERPOLATE_STRINGLITERALS
static final String INPUT_ENCODING
static final String OUTPUT_ENCODING
static final String ENCODING_DEFAULT
static final String UBERSPECT_CLASSNAME
static final String INTROSPECTOR_RESTRICT_PACKAGES
static final String INTROSPECTOR_RESTRICT_CLASSES
static final String PARSER_POOL_CLASS
parser.pool.class property specifies the name of the SimplePool
 implementation to use.
static final String PARSER_POOL_SIZE
NUMBER_OF_PARSERS, 
Constant Field Valuesstatic final String DEFAULT_RUNTIME_PROPERTIES
static final String DEFAULT_RUNTIME_DIRECTIVES
static final int NUMBER_OF_PARSERS
PARSER_POOL_SIZE
 constant.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||