Uses of Class
org.apache.velocity.runtime.RuntimeInstance
-
Packages that use RuntimeInstance Package Description org.apache.velocity.app org.apache.velocity.runtime -
-
Uses of RuntimeInstance in org.apache.velocity.app
Fields in org.apache.velocity.app declared as RuntimeInstance Modifier and Type Field Description private RuntimeInstance
VelocityEngine. ri
-
Uses of RuntimeInstance in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as RuntimeInstance Modifier and Type Field Description private static RuntimeInstance
RuntimeSingleton. ri
Methods in org.apache.velocity.runtime that return RuntimeInstance Modifier and Type Method Description static RuntimeInstance
RuntimeSingleton. getRuntimeInstance()
Deprecated.Use getRuntimeServices() instead.
-