Uses of Class
org.apache.velocity.Template
Packages that use Template
Package
Description
-
Uses of Template in org.apache.velocity.app
Methods in org.apache.velocity.app that return TemplateModifier and TypeMethodDescriptionstatic Template
Velocity.getTemplate
(String name) Returns aTemplate
from the Velocity resource management system.static Template
Velocity.getTemplate
(String name, String encoding) Returns aTemplate
from the Velocity resource management system.VelocityEngine.getTemplate
(String name) Returns aTemplate
from the Velocity resource management system.VelocityEngine.getTemplate
(String name, String encoding) Returns aTemplate
from the Velocity resource management system. -
Uses of Template in org.apache.velocity.runtime
Fields in org.apache.velocity.runtime declared as TemplateModifier and TypeFieldDescriptionVelocimacroFactory.Twonk.template
Template kept in this container.Methods in org.apache.velocity.runtime that return TemplateModifier and TypeMethodDescriptionstatic Template
Runtime.getTemplate
(String name) Deprecated.Returns aTemplate
from the resource manager.static Template
Runtime.getTemplate
(String name, String encoding) Deprecated.Returns aTemplate
from the resource managerRuntimeInstance.getTemplate
(String name) Returns aTemplate
from the resource manager.RuntimeInstance.getTemplate
(String name, String encoding) Returns aTemplate
from the resource managerRuntimeServices.getTemplate
(String name) Returns aTemplate
from the resource manager.RuntimeServices.getTemplate
(String name, String encoding) Returns aTemplate
from the resource managerstatic Template
RuntimeSingleton.getTemplate
(String name) Returns aTemplate
from the resource manager.static Template
RuntimeSingleton.getTemplate
(String name, String encoding) Returns aTemplate
from the resource manager -
Uses of Template in org.apache.velocity.runtime.directive
Fields in org.apache.velocity.runtime.directive declared as Template