public final class VelocityEngine extends Object
| Modifier | Constructor and Description |
|---|---|
private |
VelocityEngine()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Properties |
getDefaultProperties()
Returns the default velocity engine properties.
|
static VelocityEngine |
newVelocityEngine()
Creates a new velocity engine with default properties.
|
static VelocityEngine |
newVelocityEngine(Properties props)
Creates a new velocity engine with the supplied properties.
|
@Nonnull public static VelocityEngine newVelocityEngine()
getDefaultProperties().@Nonnull public static VelocityEngine newVelocityEngine(@Nonnull Properties props)
props - velocity engine properties@Nonnull public static Properties getDefaultProperties()
Copyright © 1999–2015. All rights reserved.