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
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.servlet
Methods in org.apache.velocity.servlet that return TemplateModifier and TypeMethodDescriptionVelocityServlet.getTemplate
(String name) Deprecated.Retrieves the requested template.VelocityServlet.getTemplate
(String name, String encoding) Deprecated.Retrieves the requested template with the specified character encoding.protected Template
VelocityServlet.handleRequest
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Context ctx) Deprecated.Implement this method to add your application data to the context, calling thegetTemplate()
method to produce your return value.protected Template
VelocityServlet.handleRequest
(Context ctx) Deprecated.Methods in org.apache.velocity.servlet with parameters of type TemplateModifier and TypeMethodDescriptionprotected void
VelocityServlet.mergeTemplate
(Template template, Context context, javax.servlet.http.HttpServletResponse response) Deprecated.merges the template with the context. -
Uses of Template in org.apache.velocity.texen
Methods in org.apache.velocity.texen that return TemplateModifier and TypeMethodDescriptionGenerator.getTemplate
(String templateName, String encoding) Returns a template, based on encoding and path.
VelocityServlet.handleRequest(HttpServletRequest request, HttpServletResponse response, Context ctx)