|
||||||||||
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(String name)
Returns a Template from the Velocity
resource management system. |
static Template |
Velocity.getTemplate(String name)
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. |
static Template |
Velocity.getTemplate(String name,
String encoding)
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 |
RuntimeSingleton.getTemplate(String name)
Returns a Template from the resource manager. |
Template |
RuntimeServices.getTemplate(String name)
Returns a Template from the resource manager. |
static Template |
Runtime.getTemplate(String name)
Deprecated. Returns a Template from the resource manager. |
Template |
RuntimeInstance.getTemplate(String name)
Returns a Template from the resource manager. |
static Template |
RuntimeSingleton.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 |
static Template |
Runtime.getTemplate(String name,
String encoding)
Deprecated. Returns a Template from the resource manager |
Template |
RuntimeInstance.getTemplate(String name,
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(String name)
Deprecated. Retrieves the requested template. |
Template |
VelocityServlet.getTemplate(String name,
String encoding)
Deprecated. Retrieves the requested template with the specified character encoding. |
protected Template |
VelocityServlet.handleRequest(Context ctx)
Deprecated. Use VelocityServlet.handleRequest( HttpServletRequest request,
HttpServletResponse response, Context ctx ) |
protected Template |
VelocityServlet.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 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)
Deprecated. 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(String templateName,
String encoding)
Returns a template, based on encoding and path. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |