Java Doc for RuntimeConstants.java in  » Template-Engine » Velocity » org » apache » velocity » runtime » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Template Engine » Velocity » org.apache.velocity.runtime 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.apache.velocity.runtime.RuntimeConstants

All known Subclasses:   org.apache.velocity.app.Velocity,  org.apache.velocity.runtime.RuntimeInstance,  org.apache.velocity.runtime.Runtime,  org.apache.velocity.runtime.RuntimeSingleton,  org.apache.velocity.app.VelocityEngine,
RuntimeConstants
public interface RuntimeConstants (Code)
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.
author:
   Jon S. Stevens
author:
   Geir Magnusson Jr.
author:
   Jason van Zyl
version:
   $Id: RuntimeConstants.java 471372 2006-11-05 06:02:20Z wglass $


Field Summary
 StringCOUNTER_INITIAL_VALUE
     Initial counter value in #foreach directives.
 StringCOUNTER_NAME
     Counter reference name in #foreach directives.
 StringDEBUG_PREFIX
    
 StringDEFAULT_RUNTIME_DIRECTIVES
     Default Runtime properties.
 StringDEFAULT_RUNTIME_PROPERTIES
     Default Runtime properties.
 StringENCODING_DEFAULT
     Default Encoding is ISO-8859-1.
 StringERRORMSG_END
     Ending tag for error messages triggered by passing a parameter not allowed in the #include directive.
 StringERRORMSG_START
     Starting tag for error messages triggered by passing a parameter not allowed in the #include directive.
 StringERROR_PREFIX
    
 StringEVENTHANDLER_INCLUDE
     The eventhandler.include.class property specifies a list of the org.apache.velocity.app.event.IncludeEventHandler implementations to use.
 StringEVENTHANDLER_INVALIDREFERENCES
     The eventhandler.invalidreferences.class property specifies a list of the org.apache.velocity.app.event.InvalidReferenceEventHandler implementations to use.
 StringEVENTHANDLER_METHODEXCEPTION
     The eventhandler.methodexception.class property specifies a list of the org.apache.velocity.app.event.MethodExceptionEventHandler implementations to use.
 StringEVENTHANDLER_NULLSET
     The eventhandler.nullset.class property specifies a list of the org.apache.velocity.app.event.NullSetEventHandler implementations to use.
 StringEVENTHANDLER_REFERENCEINSERTION
     The eventhandler.referenceinsertion.class property specifies a list of the org.apache.velocity.app.event.ReferenceInsertionEventHandler implementations to use.
 StringFILE_RESOURCE_LOADER_CACHE
     The public handle for turning the caching on in the FileResourceLoader.
 StringFILE_RESOURCE_LOADER_PATH
     The public handle for setting a path in the FileResourceLoader.
 StringINFO_PREFIX
    
 StringINPUT_ENCODING
     The character encoding for the templates.
 StringINTERPOLATE_STRINGLITERALS
     Switch for the interpolation facility for string literals.
 StringINTROSPECTOR_RESTRICT_CLASSES
     A comma separated list of classes to restrict access to in the SecureIntrospector.
 StringINTROSPECTOR_RESTRICT_PACKAGES
     A comma separated list of packages to restrict access to in the SecureIntrospector.
 StringMAX_NUMBER_LOOPS
     Maximum allowed number of loops.
 intNUMBER_OF_PARSERS
     The default number of parser instances to create.
 StringOUTPUT_ENCODING
     Encoding for the output stream.
 StringPARSER_POOL_CLASS
     The parser.pool.class property specifies the name of the org.apache.velocity.util.SimplePool implementation to use.
 StringPARSER_POOL_SIZE
    
 StringPARSE_DIRECTIVE_MAXDEPTH
     Maximum recursion depth allowed for the #parse directive.
 StringRESOURCE_LOADER
     Key used to retrieve the names of the resource loaders to be used.
 StringRESOURCE_MANAGER_CACHE_CLASS
     The resource.manager.cache.class property specifies the name of the org.apache.velocity.runtime.resource.ResourceCache implementation to use.
 StringRESOURCE_MANAGER_CLASS
    
 StringRESOURCE_MANAGER_DEFAULTCACHE_SIZE
     The resource.manager.cache.size property specifies the cache upper bound (if relevant).
 StringRESOURCE_MANAGER_LOGWHENFOUND
     controls if the finding of a resource is logged.
 StringRUNTIME_LOG
     Location of the velocity log file.
 StringRUNTIME_LOG_ERROR_STACKTRACE
    
 StringRUNTIME_LOG_INFO_STACKTRACE
    
 StringRUNTIME_LOG_LOGSYSTEM
     externally provided logger.
 StringRUNTIME_LOG_LOGSYSTEM_CLASS
     class of log system to use.
 StringRUNTIME_LOG_REFERENCE_LOG_INVALID
     Logging of invalid references.
 StringRUNTIME_LOG_WARN_STACKTRACE
    
 StringSET_NULL_ALLOWED
     if set to true then allows #set to accept null values in the right hand side.
 StringTRACE_PREFIX
    
 StringUBERSPECT_CLASSNAME
     key name for uberspector.
 StringUNKNOWN_PREFIX
    
 StringVM_ARGUMENTS_STRICT
    
 StringVM_CONTEXT_LOCALSCOPE
     switch for local context in VM : default false.
 StringVM_LIBRARY
     Name of local Velocimacro library template.
 StringVM_LIBRARY_AUTORELOAD
     switch for autoloading library-sourced VMs (for development).
 StringVM_LIBRARY_DEFAULT
     Default Velocimacro library template.
 StringVM_MESSAGES_ON
     Switch for VM blather : default true.
 StringVM_PERM_ALLOW_INLINE
     boolean (true/false) default true : allow inline (in-template) macro definitions.
 StringVM_PERM_ALLOW_INLINE_REPLACE_GLOBAL
     boolean (true/false) default false : allow inline (in-template) macro definitions to replace existing.
 StringVM_PERM_INLINE_LOCAL
     Switch for forcing inline macros to be local : default false.
 StringWARN_PREFIX
    



Field Detail
COUNTER_INITIAL_VALUE
String COUNTER_INITIAL_VALUE(Code)
Initial counter value in #foreach directives.



COUNTER_NAME
String COUNTER_NAME(Code)
Counter reference name in #foreach directives.



DEBUG_PREFIX
String DEBUG_PREFIX(Code)



DEFAULT_RUNTIME_DIRECTIVES
String DEFAULT_RUNTIME_DIRECTIVES(Code)
Default Runtime properties.



DEFAULT_RUNTIME_PROPERTIES
String DEFAULT_RUNTIME_PROPERTIES(Code)
Default Runtime properties.



ENCODING_DEFAULT
String ENCODING_DEFAULT(Code)
Default Encoding is ISO-8859-1.



ERRORMSG_END
String ERRORMSG_END(Code)
Ending tag for error messages triggered by passing a parameter not allowed in the #include directive. Only string literals, and references are allowed.



ERRORMSG_START
String ERRORMSG_START(Code)
Starting tag for error messages triggered by passing a parameter not allowed in the #include directive. Only string literals, and references are allowed.



ERROR_PREFIX
String ERROR_PREFIX(Code)



EVENTHANDLER_INCLUDE
String EVENTHANDLER_INCLUDE(Code)
The eventhandler.include.class property specifies a list of the org.apache.velocity.app.event.IncludeEventHandler implementations to use.



EVENTHANDLER_INVALIDREFERENCES
String EVENTHANDLER_INVALIDREFERENCES(Code)
The eventhandler.invalidreferences.class property specifies a list of the org.apache.velocity.app.event.InvalidReferenceEventHandler implementations to use.



EVENTHANDLER_METHODEXCEPTION
String EVENTHANDLER_METHODEXCEPTION(Code)
The eventhandler.methodexception.class property specifies a list of the org.apache.velocity.app.event.MethodExceptionEventHandler implementations to use.



EVENTHANDLER_NULLSET
String EVENTHANDLER_NULLSET(Code)
The eventhandler.nullset.class property specifies a list of the org.apache.velocity.app.event.NullSetEventHandler implementations to use.



EVENTHANDLER_REFERENCEINSERTION
String EVENTHANDLER_REFERENCEINSERTION(Code)
The eventhandler.referenceinsertion.class property specifies a list of the org.apache.velocity.app.event.ReferenceInsertionEventHandler implementations to use.



FILE_RESOURCE_LOADER_CACHE
String FILE_RESOURCE_LOADER_CACHE(Code)
The public handle for turning the caching on in the FileResourceLoader.



FILE_RESOURCE_LOADER_PATH
String FILE_RESOURCE_LOADER_PATH(Code)
The public handle for setting a path in the FileResourceLoader.



INFO_PREFIX
String INFO_PREFIX(Code)



INPUT_ENCODING
String INPUT_ENCODING(Code)
The character encoding for the templates. Used by the parser in processing the input streams.



INTERPOLATE_STRINGLITERALS
String INTERPOLATE_STRINGLITERALS(Code)
Switch for the interpolation facility for string literals.



INTROSPECTOR_RESTRICT_CLASSES
String INTROSPECTOR_RESTRICT_CLASSES(Code)
A comma separated list of classes to restrict access to in the SecureIntrospector.



INTROSPECTOR_RESTRICT_PACKAGES
String INTROSPECTOR_RESTRICT_PACKAGES(Code)
A comma separated list of packages to restrict access to in the SecureIntrospector.



MAX_NUMBER_LOOPS
String MAX_NUMBER_LOOPS(Code)
Maximum allowed number of loops.



NUMBER_OF_PARSERS
int NUMBER_OF_PARSERS(Code)
The default number of parser instances to create. Configurable via the parameter named by the RuntimeConstants.PARSER_POOL_SIZE constant.



OUTPUT_ENCODING
String OUTPUT_ENCODING(Code)
Encoding for the output stream. Currently used by Anakia and VelocityServlet



PARSER_POOL_CLASS
String PARSER_POOL_CLASS(Code)
The parser.pool.class property specifies the name of the org.apache.velocity.util.SimplePool implementation to use.



PARSER_POOL_SIZE
String PARSER_POOL_SIZE(Code)

See Also:   RuntimeConstants.NUMBER_OF_PARSERS



PARSE_DIRECTIVE_MAXDEPTH
String PARSE_DIRECTIVE_MAXDEPTH(Code)
Maximum recursion depth allowed for the #parse directive.



RESOURCE_LOADER
String RESOURCE_LOADER(Code)
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




RESOURCE_MANAGER_CACHE_CLASS
String RESOURCE_MANAGER_CACHE_CLASS(Code)
The resource.manager.cache.class property specifies the name of the org.apache.velocity.runtime.resource.ResourceCache implementation to use.



RESOURCE_MANAGER_CLASS
String RESOURCE_MANAGER_CLASS(Code)



RESOURCE_MANAGER_DEFAULTCACHE_SIZE
String RESOURCE_MANAGER_DEFAULTCACHE_SIZE(Code)
The resource.manager.cache.size property specifies the cache upper bound (if relevant).



RESOURCE_MANAGER_LOGWHENFOUND
String RESOURCE_MANAGER_LOGWHENFOUND(Code)
controls if the finding of a resource is logged.



RUNTIME_LOG
String RUNTIME_LOG(Code)
Location of the velocity log file.



RUNTIME_LOG_ERROR_STACKTRACE
String RUNTIME_LOG_ERROR_STACKTRACE(Code)



RUNTIME_LOG_INFO_STACKTRACE
String RUNTIME_LOG_INFO_STACKTRACE(Code)



RUNTIME_LOG_LOGSYSTEM
String RUNTIME_LOG_LOGSYSTEM(Code)
externally provided logger.



RUNTIME_LOG_LOGSYSTEM_CLASS
String RUNTIME_LOG_LOGSYSTEM_CLASS(Code)
class of log system to use.



RUNTIME_LOG_REFERENCE_LOG_INVALID
String RUNTIME_LOG_REFERENCE_LOG_INVALID(Code)
Logging of invalid references.



RUNTIME_LOG_WARN_STACKTRACE
String RUNTIME_LOG_WARN_STACKTRACE(Code)



SET_NULL_ALLOWED
String SET_NULL_ALLOWED(Code)
if set to true then allows #set to accept null values in the right hand side.



TRACE_PREFIX
String TRACE_PREFIX(Code)



UBERSPECT_CLASSNAME
String UBERSPECT_CLASSNAME(Code)
key name for uberspector.



UNKNOWN_PREFIX
String UNKNOWN_PREFIX(Code)



VM_ARGUMENTS_STRICT
String VM_ARGUMENTS_STRICT(Code)
if true, throw an exception for wrong number of arguments *



VM_CONTEXT_LOCALSCOPE
String VM_CONTEXT_LOCALSCOPE(Code)
switch for local context in VM : default false.



VM_LIBRARY
String VM_LIBRARY(Code)
Name of local Velocimacro library template.



VM_LIBRARY_AUTORELOAD
String VM_LIBRARY_AUTORELOAD(Code)
switch for autoloading library-sourced VMs (for development).



VM_LIBRARY_DEFAULT
String VM_LIBRARY_DEFAULT(Code)
Default Velocimacro library template.



VM_MESSAGES_ON
String VM_MESSAGES_ON(Code)
Switch for VM blather : default true.



VM_PERM_ALLOW_INLINE
String VM_PERM_ALLOW_INLINE(Code)
boolean (true/false) default true : allow inline (in-template) macro definitions.



VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL
String VM_PERM_ALLOW_INLINE_REPLACE_GLOBAL(Code)
boolean (true/false) default false : allow inline (in-template) macro definitions to replace existing.



VM_PERM_INLINE_LOCAL
String VM_PERM_INLINE_LOCAL(Code)
Switch for forcing inline macros to be local : default false.



WARN_PREFIX
String WARN_PREFIX(Code)





www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.