| Frames | No Frames | |
Methods with parameter type org.apache.velocity.Template | |
| void | merges the template with the context. |
Methods with return type org.apache.velocity.Template | |
| Template | VelocityServlet.getTemplate(String name) 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. |
Methods with return type org.apache.velocity.Template | |
| Template | Generator.getTemplate(String templateName, String encoding) Returns a template, based on encoding and path. |
Methods with return type org.apache.velocity.Template | |
| Template | Runtime.getTemplate(String name) Returns a Template from the resource manager. |
| Template | RuntimeInstance.getTemplate(String name) Returns a Template from the resource manager. |
| Template | RuntimeServices.getTemplate(String name) Returns a Template from the resource manager. |
| Template | RuntimeSingleton.getTemplate(String name) 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
|
Fields of type org.apache.velocity.Template | |
| Template | |
Methods with return type org.apache.velocity.Template | |
| Template | Velocity.getTemplate(String name) Returns a Template from the Velocity
resource management system. |
| Template | VelocityEngine.getTemplate(String name) 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. |