Uses of Interface
org.apache.velocity.runtime.RuntimeConstants
-
Packages that use RuntimeConstants Package Description org.apache.velocity.app org.apache.velocity.runtime -
-
Uses of RuntimeConstants in org.apache.velocity.app
Classes in org.apache.velocity.app that implement RuntimeConstants Modifier and Type Class Description classVelocityThis class provides services to the application developer, such as : Simple Velocity Runtime engine initialization methods.classVelocityEngineThis class provides a separate new-able instance of the Velocity template engine. -
Uses of RuntimeConstants in org.apache.velocity.runtime
Classes in org.apache.velocity.runtime that implement RuntimeConstants Modifier and Type Class Description classRuntimeDeprecated.Use RuntimeInstance or RuntimeSingleton instead.classRuntimeInstanceThis is the Runtime system for Velocity.classRuntimeSingletonThis is the Runtime system for Velocity.
-