JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
K
M
N
V
C
CLASSPATH_VALUE
- Static variable in class de.alpharogroup.velocity.
VelocityExtensions
The Constant for the value of property 'resource.loader'.
D
de.alpharogroup.velocity
- package de.alpharogroup.velocity
G
getClasspathResourceLoaderVelocityEngine()
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Gets the velocity template engine that load resources from the class path.
getTemplate(String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Gets a velocity template from the given String.
getTemplate(String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Gets a velocity template from the given String.
getTemplate(String, String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Gets a velocity template from the given String.
getTemplate(VelocityEngine, String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Gets the velocity template with default encoding "UTF-8".
getTemplate(VelocityEngine, String, String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Gets the velocity template.
K
KEY_CLASSPATH_RESOURCE_LOADER_CLASS
- Static variable in class de.alpharogroup.velocity.
VelocityExtensions
The Constant for the key of property 'classpath.resource.loader.class'.
M
merge(VelocityContext, Properties, String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Merges the given context with the given template that is a String object and returns the result.
merge(VelocityContext, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Merges the given context with the given template that is a String object and returns the result.
merge(VelocityContext, String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Merges the given context with the given template that is a String object and returns the result.
mergeToContext(VelocityEngine, VelocityContext, String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Merges the given template file to the given file in the given velocity context.
mergeToContext(VelocityEngine, VelocityContext, String, String, String, String)
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Merges the given template file to the given file in the given velocity context.
N
newVelocityContext()
- Static method in class de.alpharogroup.velocity.
VelocityExtensions
Factory method for create a new
VelocityContext
.
V
VELOCITY_TEMPLATE_FILE_EXTENSION
- Static variable in class de.alpharogroup.velocity.
VelocityExtensions
The Constant VELOCITY_TEMPLATE_FILE_EXTENSION.
VelocityExtensions
- Class in
de.alpharogroup.velocity
The class
VelocityExtensions
provides methods for create velocity template engines and templates.
C
D
G
K
M
N
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes