Uses of Class org.apache.velocity.exception.ResourceNotFoundException

Uses in package org.apache.velocity.app

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

boolean
Velocity.evaluate(Context context, Writer writer, String logTag, InputStream instream)
Renders the input stream using the context into the output writer.
boolean
VelocityEngine.evaluate(Context context, Writer writer, String logTag, InputStream instream)
Renders the input stream using the context into the output writer.
boolean
Velocity.evaluate(Context context, Writer writer, String logTag, Reader reader)
Renders the input reader using the context into the output writer.
boolean
VelocityEngine.evaluate(Context context, Writer writer, String logTag, Reader reader)
Renders the input reader using the context into the output writer.
boolean
Velocity.evaluate(Context context, Writer out, String logTag, String instring)
renders the input string using the context into the output writer.
boolean
VelocityEngine.evaluate(Context context, Writer out, String logTag, String instring)
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
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
Velocity.mergeTemplate(String templateName, String encoding, Context context, Writer writer)
merges a template and puts the rendered stream into the writer
boolean
VelocityEngine.mergeTemplate(String templateName, String encoding, Context context, Writer writer)
merges a template and puts the rendered stream into the writer
boolean
Velocity.mergeTemplate(String templateName, Context context, Writer writer)
merges a template and puts the rendered stream into the writer
boolean
VelocityEngine.mergeTemplate(String templateName, Context context, Writer writer)
merges a template and puts the rendered stream into the writer

Uses in package org.apache.velocity.runtime.resource.loader

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

InputStream
JarHolder.getResource(String theentry)
InputStream
Get an InputStream so that the Runtime can build a template with it.
InputStream
Get an InputStream so that the Runtime can build a template with it.
InputStream
Get an InputStream so that the Runtime can build a template with it.
InputStream
Get an InputStream so that the Runtime can build a template with it.
InputStream
Get the InputStream that the Runtime will parse to create a template.

Uses in package org.apache.velocity

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

void
Template.merge(Context context, Writer writer)
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

Uses in package org.apache.velocity.runtime.directive

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

boolean
Directive.render(InternalContextAdapter context, Writer writer, Node node)
How this directive is to be rendered
boolean
Foreach.render(InternalContextAdapter context, Writer writer, Node node)
renders the #foreach() block
boolean
Include.render(InternalContextAdapter context, Writer writer, Node node)
iterates through the argument list and renders every argument that is appropriate.
boolean
Parse.render(InternalContextAdapter context, Writer writer, Node node)
iterates through the argument list and renders every argument that is appropriate.
boolean
Include.renderOutput(Node node, InternalContextAdapter context, Writer writer)
does the actual rendering of the included file

Uses in package org.apache.velocity.runtime.parser.node

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

boolean
ASTBlock.render(InternalContextAdapter context, Writer writer)
boolean
ASTComment.render(InternalContextAdapter context, Writer writer)
boolean
ASTDirective.render(InternalContextAdapter context, Writer writer)
boolean
renders the block
boolean
ASTIfStatement.render(InternalContextAdapter context, Writer writer)
boolean
Node.render(InternalContextAdapter context, Writer writer)
boolean
SimpleNode.render(InternalContextAdapter context, Writer writer)

Uses in package org.apache.velocity.runtime.resource

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

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
Pull in static content and store it.
boolean
Perform any subsequent processing that might need to be done by a resource.
void
ResourceManagerImpl.refreshResource(Resource resource, String encoding)
Takes an existing resource, and 'refreshes' it.

Uses in package org.apache.velocity.servlet

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

Template
Retrieves the requested template.
Template
VelocityServlet.getTemplate(String name, String encoding)
Retrieves the requested template with the specified character encoding.
void
VelocityServlet.mergeTemplate(Template template, Context context, HttpServletResponse response)
merges the template with the context.

Uses in package org.apache.velocity.runtime

Methods which throw type org.apache.velocity.exception.ResourceNotFoundException

ContentResource
Runtime.getContent(String name)
Returns a static content resource from the resource manager.
ContentResource
Returns a static content resource from the resource manager.
ContentResource
Returns a static content resource from the resource manager.
ContentResource
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
Returns a Template from the resource manager.
Template
Returns a Template from the resource manager.
Template
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

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.