| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Template | |
| org.apache.velocity.app | |
| org.apache.velocity.runtime | |
| org.apache.velocity.servlet | |
| org.apache.velocity.texen | |
| Uses of Template in org.apache.velocity.app | 
| Methods in org.apache.velocity.app that return Template | |
 Template | 
VelocityEngine.getTemplate(java.lang.String name)
Returns a Template from the Velocity
  resource management system. | 
 Template | 
VelocityEngine.getTemplate(java.lang.String name,
            java.lang.String encoding)
Returns a Template from the Velocity
  resource management system. | 
static Template | 
Velocity.getTemplate(java.lang.String name)
Returns a Template from the Velocity
  resource management system. | 
static Template | 
Velocity.getTemplate(java.lang.String name,
            java.lang.String encoding)
Returns a Template from the Velocity
  resource management system. | 
| Uses of Template in org.apache.velocity.runtime | 
| Fields in org.apache.velocity.runtime declared as Template | |
 Template | 
VelocimacroFactory.Twonk.template
 | 
| Methods in org.apache.velocity.runtime that return Template | |
 Template | 
RuntimeInstance.getTemplate(java.lang.String name)
Returns a Template from the resource manager. | 
 Template | 
RuntimeInstance.getTemplate(java.lang.String name,
            java.lang.String encoding)
Returns a Template from the resource manager | 
static Template | 
Runtime.getTemplate(java.lang.String name)
Returns a Template from the resource manager. | 
static Template | 
Runtime.getTemplate(java.lang.String name,
            java.lang.String encoding)
Returns a Template from the resource manager | 
static Template | 
RuntimeSingleton.getTemplate(java.lang.String name)
Returns a Template from the resource manager. | 
static Template | 
RuntimeSingleton.getTemplate(java.lang.String name,
            java.lang.String encoding)
Returns a Template from the resource manager | 
 Template | 
RuntimeServices.getTemplate(java.lang.String name)
Returns a Template from the resource manager. | 
 Template | 
RuntimeServices.getTemplate(java.lang.String name,
            java.lang.String encoding)
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.  | 
 Template | 
VelocityServlet.getTemplate(java.lang.String name,
            java.lang.String encoding)
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)
Implement this method to add your application data to the context, calling the getTemplate() method to produce your return 
 value. | 
protected  Template | 
VelocityServlet.handleRequest(Context ctx)
Deprecated. Use VelocityServlet.handleRequest( HttpServletRequest request, 
 HttpServletResponse response, Context ctx ) | 
| 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.  | 
| Uses of Template in org.apache.velocity.texen | 
| Methods in org.apache.velocity.texen that return Template | |
 Template | 
Generator.getTemplate(java.lang.String templateName,
            java.lang.String encoding)
Returns a template, based on encoding and path.  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||