Uses of Class
org.apache.velocity.Template

Packages that use Template
org.apache.velocity.app   
org.apache.velocity.runtime   
org.apache.velocity.servlet   
 

Uses of Template in org.apache.velocity.app
 

Methods in org.apache.velocity.app that return Template
static Template Velocity.getTemplate(java.lang.String name)
          Returns a Template from the Velocity resource management system.
 

Uses of Template in org.apache.velocity.runtime
 

Methods in org.apache.velocity.runtime that return Template
static Template Runtime.getTemplate(java.lang.String name)
          Returns a Template from the resource manager
 

Uses of Template in org.apache.velocity.servlet
 

Methods in org.apache.velocity.servlet that return Template
 Template VelocityServlet.getTemplate(java.lang.String name)
          Retrieves the requested template.
protected abstract  Template VelocityServlet.handleRequest(Context ctx)
          Implement this method to add your application data to the context, calling the getTemplate() method to produce your return value.
 

Methods in org.apache.velocity.servlet with parameters of type Template
protected  void VelocityServlet.mergeTemplate(Template template, Context context, javax.servlet.http.HttpServletResponse response)
          merges the template with the context.
 



Copyright © 2001 Apache Software Foundation. All Rights Reserved.