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
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.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 TemplateVelocityServlet.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 TemplateVelocityServlet.handleRequest(Context ctx) Deprecated.Methods in org.apache.velocity.servlet with parameters of type TemplateModifier and TypeMethodDescriptionprotected voidVelocityServlet.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)