| Frames | No Frames | |
Methods which throw type org.apache.velocity.exception.ParseErrorException | |
| 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. |
| void | merges the template with the context. |
Methods which throw type org.apache.velocity.exception.ParseErrorException | |
| Resource | ResourceManagerImpl.getResource(String resourceName, int resourceType) Gets the named resource. |
| Resource | ResourceManager.getResource(String resourceName, int resourceType, String encoding) Gets the named resource. |
| Resource | ResourceManagerImpl.getResource(String resourceName, int resourceType, String encoding) Gets the named resource. |
| Resource | ResourceManagerImpl.loadResource(String resourceName, int resourceType, String encoding) Loads a resource from the current set of resource loaders
|
| boolean | Perform any subsequent processing that might need
to be done by a resource. |
| void | Takes an existing resource, and 'refreshes' it. |
Methods which throw type org.apache.velocity.exception.ParseErrorException | |
| boolean | |
| boolean | |
| boolean | renders the block
|
| boolean | |
| boolean | |
| boolean | |
Methods which throw type org.apache.velocity.exception.ParseErrorException | |
| ContentResource | Runtime.getContent(String name) Returns a static content resource from the
resource manager. |
| ContentResource | RuntimeInstance.getContent(String name) Returns a static content resource from the
resource manager. |
| ContentResource | RuntimeServices.getContent(String name) Returns a static content resource from the
resource manager. |
| ContentResource | RuntimeSingleton.getContent(String name) Returns a static content resource from the
resource manager. |
| ContentResource | Runtime.getContent(String name, String encoding) Returns a static content resource from the
resource manager. |
| ContentResource | RuntimeInstance.getContent(String name, String encoding) Returns a static content resource from the
resource manager. |
| ContentResource | RuntimeServices.getContent(String name, String encoding) Returns a static content resource from the
resource manager. |
| ContentResource | RuntimeSingleton.getContent(String name, String encoding) Returns a static content resource from the
resource manager. |
| 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
|
Methods which throw type org.apache.velocity.exception.ParseErrorException | |
| boolean | How this directive is to be rendered
|
| boolean | renders the #foreach() block
|
| boolean | iterates through the argument list and renders every
argument that is appropriate. |
Methods which throw type org.apache.velocity.exception.ParseErrorException | |
| void | The AST node structure is merged with the
context to produce the final output. |
| boolean | gets the named resource as a stream, parses and inits
|
Methods which throw type org.apache.velocity.exception.ParseErrorException | |
| boolean | Renders the input stream using the context into the output writer. |
| boolean | Renders the input stream using the context into the output writer. |
| boolean | Renders the input reader using the context into the output writer. |
| boolean | Renders the input reader using the context into the output writer. |
| boolean | renders the input string using the context into the output writer. |
| boolean | renders the input string using the context into the output writer. |
| 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. |
| boolean | merges a template and puts the rendered stream into the writer
|
| boolean | merges a template and puts the rendered stream into the writer
|
| boolean | merges a template and puts the rendered stream into the writer
|
| boolean | merges a template and puts the rendered stream into the writer
|