Uses of Interface
org.apache.velocity.runtime.DeprecatedRuntimeConstants
-
Packages that use DeprecatedRuntimeConstants Package Description org.apache.velocity.app org.apache.velocity.runtime -
-
Uses of DeprecatedRuntimeConstants in org.apache.velocity.app
Classes in org.apache.velocity.app that implement DeprecatedRuntimeConstants Modifier and Type Class Description class
Velocity
This class provides services to the application developer, such as: Simple Velocity Runtime engine initialization methods.class
VelocityEngine
This class provides a separate new-able instance of the Velocity template engine. -
Uses of DeprecatedRuntimeConstants in org.apache.velocity.runtime
Subinterfaces of DeprecatedRuntimeConstants in org.apache.velocity.runtime Modifier and Type Interface Description 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.Classes in org.apache.velocity.runtime that implement DeprecatedRuntimeConstants Modifier and Type Class Description class
RuntimeInstance
This is the Runtime system for Velocity.class
RuntimeSingleton
This is the Runtime system for Velocity.
-