Copyright© 2008-2025 Sitevision AB, all rights reserved.
public interface VelocityEvaluator
An instance of this interface can never be directly created and all instances are heavily bound to the Velocity context they were created for.
Modifier and Type | Method and Description |
---|---|
void |
evaluate(String aTemplate)
Renders a template string that is parsed/evaluated by Velocity.
|
void evaluate(String aTemplate)
Note! This method is intended for usage from within Velocity only
(e.g. $aVelocityEvaluatorInstance.evaluate($aTemplateString)
).
aTemplate
- a String containing the Velocity code to be evaluatedSitevision - Content Management Made Easy
Sitevision is an advanced Java enterprise portal product that implements Java Content Repository (JSR 283).
Copyright© 2008-2025 Sitevision AB, all rights reserved.