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 TemplateVelocity.getTemplate(String name) Returns aTemplatefrom the Velocity resource management system.static TemplateVelocity.getTemplate(String name, String encoding) Returns aTemplatefrom the Velocity resource management system.VelocityEngine.getTemplate(String name) Returns aTemplatefrom the Velocity resource management system.VelocityEngine.getTemplate(String name, String encoding) Returns aTemplatefrom 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.templateTemplate kept in this container.Methods in org.apache.velocity.runtime that return TemplateModifier and TypeMethodDescriptionstatic TemplateRuntime.getTemplate(String name) Deprecated.Returns aTemplatefrom the resource manager.static TemplateRuntime.getTemplate(String name, String encoding) Deprecated.Returns aTemplatefrom the resource managerRuntimeInstance.getTemplate(String name) Returns aTemplatefrom the resource manager.RuntimeInstance.getTemplate(String name, String encoding) Returns aTemplatefrom the resource managerRuntimeServices.getTemplate(String name) Returns aTemplatefrom the resource manager.RuntimeServices.getTemplate(String name, String encoding) Returns aTemplatefrom the resource managerstatic TemplateRuntimeSingleton.getTemplate(String name) Returns aTemplatefrom the resource manager.static TemplateRuntimeSingleton.getTemplate(String name, String encoding) Returns aTemplatefrom the resource manager -
Uses of Template in org.apache.velocity.runtime.directive
Fields in org.apache.velocity.runtime.directive declared as Template