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 RuntimeInstanceVelocityEngine. 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 RuntimeInstanceRuntimeSingleton. ri -
Uses of RuntimeInstance in org.apache.velocity.script
Fields in org.apache.velocity.script declared as RuntimeInstance Modifier and Type Field Description private RuntimeInstanceVelocityScriptEngine. velocityEngineMethods in org.apache.velocity.script that return RuntimeInstance Modifier and Type Method Description protected RuntimeInstanceVelocityScriptEngine. getVelocityEngine()get the internal Velocity RuntimeInstance
-