Uses of Class org.apache.velocity.Template

Uses in package org.apache.velocity.app

Methods with return type org.apache.velocity.Template

Template
Velocity.getTemplate(String name)
Returns a Template from the Velocity resource management system.
Template
Returns a Template from the Velocity resource management system.
Template
Velocity.getTemplate(String name, String encoding)
Returns a Template from the Velocity resource management system.
Template
VelocityEngine.getTemplate(String name, String encoding)
Returns a Template from the Velocity resource management system.

Uses in package org.apache.velocity.servlet

Methods with parameter type org.apache.velocity.Template

void
VelocityServlet.mergeTemplate(Template template, Context context, HttpServletResponse response)
merges the template with the context.

Methods with return type org.apache.velocity.Template

Template
Retrieves the requested template.
Template
VelocityServlet.getTemplate(String name, String encoding)
Retrieves the requested template with the specified character encoding.
Template
VelocityServlet.handleRequest(HttpServletRequest request, HttpServletResponse response, Context ctx)
Implement this method to add your application data to the context, calling the getTemplate() method to produce your return value.
Template
Implement this method to add your application data to the context, calling the getTemplate() method to produce your return value.

Uses in package org.apache.velocity.texen

Methods with return type org.apache.velocity.Template

Template
Generator.getTemplate(String templateName, String encoding)
Returns a template, based on encoding and path.

Uses in package org.apache.velocity.runtime

Fields of type org.apache.velocity.Template

Template

Methods with return type org.apache.velocity.Template

Template
Runtime.getTemplate(String name)
Returns a Template from the resource manager.
Template
Returns a Template from the resource manager.
Template
Returns a Template from the resource manager.
Template
Returns a Template from the resource manager.
Template
Runtime.getTemplate(String name, String encoding)
Returns a Template from the resource manager
Template
RuntimeInstance.getTemplate(String name, String encoding)
Returns a Template from the resource manager
Template
RuntimeServices.getTemplate(String name, String encoding)
Returns a Template from the resource manager
Template
RuntimeSingleton.getTemplate(String name, String encoding)
Returns a Template from the resource manager

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.