Uses of Class
org.apache.velocity.runtime.RuntimeInstance
-
Packages that use RuntimeInstance Package Description org.apache.velocity.app org.apache.velocity.runtime org.apache.velocity.script -
-
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
-
Uses of RuntimeInstance in org.apache.velocity.script
Fields in org.apache.velocity.script declared as RuntimeInstance Modifier and Type Field Description private RuntimeInstance
VelocityScriptEngine. velocityEngine
Methods in org.apache.velocity.script that return RuntimeInstance Modifier and Type Method Description protected RuntimeInstance
VelocityScriptEngine. getVelocityEngine()
get the internal Velocity RuntimeInstance
-