Uses of Class
org.apache.velocity.exception.ResourceNotFoundException
-
-
Uses of ResourceNotFoundException in org.apache.velocity
Methods in org.apache.velocity that throw ResourceNotFoundException Modifier and Type Method Description void
Template. merge(Context context, java.io.Writer writer)
The AST node structure is merged with the context to produce the final output.void
Template. merge(Context context, java.io.Writer writer, java.util.List macroLibraries)
The AST node structure is merged with the context to produce the final output.boolean
Template. process()
gets the named resource as a stream, parses and inits -
Uses of ResourceNotFoundException in org.apache.velocity.app
Methods in org.apache.velocity.app that throw ResourceNotFoundException Modifier and Type Method Description static boolean
Velocity. evaluate(Context context, java.io.Writer writer, java.lang.String logTag, java.io.InputStream instream)
static boolean
Velocity. evaluate(Context context, java.io.Writer writer, java.lang.String logTag, java.io.Reader reader)
Renders the input reader using the context into the output writer.static boolean
Velocity. evaluate(Context context, java.io.Writer out, java.lang.String logTag, java.lang.String instring)
renders the input string using the context into the output writer.boolean
VelocityEngine. evaluate(Context context, java.io.Writer writer, java.lang.String logTag, java.io.InputStream instream)
boolean
VelocityEngine. evaluate(Context context, java.io.Writer writer, java.lang.String logTag, java.io.Reader reader)
Renders the input reader using the context into the output writer.boolean
VelocityEngine. evaluate(Context context, java.io.Writer out, java.lang.String logTag, java.lang.String instring)
renders the input string using the context into the output writer.static Template
Velocity. getTemplate(java.lang.String name)
Returns aTemplate
from the Velocity resource management system.static Template
Velocity. getTemplate(java.lang.String name, java.lang.String encoding)
Returns aTemplate
from the Velocity resource management system.Template
VelocityEngine. getTemplate(java.lang.String name)
Returns aTemplate
from the Velocity resource management system.Template
VelocityEngine. getTemplate(java.lang.String name, java.lang.String encoding)
Returns aTemplate
from the Velocity resource management system.static boolean
Velocity. mergeTemplate(java.lang.String templateName, java.lang.String encoding, Context context, java.io.Writer writer)
merges a template and puts the rendered stream into the writerstatic boolean
Velocity. mergeTemplate(java.lang.String templateName, Context context, java.io.Writer writer)
boolean
VelocityEngine. mergeTemplate(java.lang.String templateName, java.lang.String encoding, Context context, java.io.Writer writer)
merges a template and puts the rendered stream into the writerboolean
VelocityEngine. mergeTemplate(java.lang.String templateName, Context context, java.io.Writer writer)
-
Uses of ResourceNotFoundException in org.apache.velocity.runtime
Methods in org.apache.velocity.runtime that throw ResourceNotFoundException Modifier and Type Method Description static ContentResource
Runtime. getContent(java.lang.String name)
Deprecated.Returns a static content resource from the resource manager.static ContentResource
Runtime. getContent(java.lang.String name, java.lang.String encoding)
Deprecated.Returns a static content resource from the resource manager.ContentResource
RuntimeInstance. getContent(java.lang.String name)
Returns a static content resource from the resource manager.ContentResource
RuntimeInstance. getContent(java.lang.String name, java.lang.String encoding)
Returns a static content resource from the resource manager.ContentResource
RuntimeServices. getContent(java.lang.String name)
Returns a static content resource from the resource manager.ContentResource
RuntimeServices. getContent(java.lang.String name, java.lang.String encoding)
Returns a static content resource from the resource manager.static ContentResource
RuntimeSingleton. getContent(java.lang.String name)
Returns a static content resource from the resource manager.static ContentResource
RuntimeSingleton. getContent(java.lang.String name, java.lang.String encoding)
Returns a static content resource from the resource manager.static Template
Runtime. getTemplate(java.lang.String name)
Deprecated.Returns aTemplate
from the resource manager.static Template
Runtime. getTemplate(java.lang.String name, java.lang.String encoding)
Deprecated.Returns aTemplate
from the resource managerTemplate
RuntimeInstance. getTemplate(java.lang.String name)
Returns aTemplate
from the resource manager.Template
RuntimeInstance. getTemplate(java.lang.String name, java.lang.String encoding)
Returns aTemplate
from the resource managerTemplate
RuntimeServices. getTemplate(java.lang.String name)
Returns aTemplate
from the resource manager.Template
RuntimeServices. getTemplate(java.lang.String name, java.lang.String encoding)
Returns aTemplate
from the resource managerstatic Template
RuntimeSingleton. getTemplate(java.lang.String name)
Returns aTemplate
from the resource manager.static Template
RuntimeSingleton. getTemplate(java.lang.String name, java.lang.String encoding)
Returns aTemplate
from the resource managerboolean
Renderable. render(InternalContextAdapter context, java.io.Writer writer)
-
Uses of ResourceNotFoundException in org.apache.velocity.runtime.directive
Methods in org.apache.velocity.runtime.directive that throw ResourceNotFoundException Modifier and Type Method Description abstract boolean
Directive. render(InternalContextAdapter context, java.io.Writer writer, Node node)
How this directive is to be renderedboolean
Evaluate. render(InternalContextAdapter context, java.io.Writer writer, Node node)
Evaluate the argument, convert to a String, and evaluate again (with the same context).boolean
Foreach. render(InternalContextAdapter context, java.io.Writer writer, Node node)
renders the #foreach() blockboolean
Include. render(InternalContextAdapter context, java.io.Writer writer, Node node)
iterates through the argument list and renders every argument that is appropriate.boolean
Parse. render(InternalContextAdapter context, java.io.Writer writer, Node node)
iterates through the argument list and renders every argument that is appropriate.boolean
RuntimeMacro. render(InternalContextAdapter context, java.io.Writer writer, Node node)
Velocimacro implementation is not known at the init time.boolean
RuntimeMacro. render(InternalContextAdapter context, java.io.Writer writer, Node node, Renderable body)
This method is used with BlockMacro when we want to render a macro with a body AST.private boolean
Include. renderOutput(Node node, InternalContextAdapter context, java.io.Writer writer)
does the actual rendering of the included file -
Uses of ResourceNotFoundException in org.apache.velocity.runtime.parser.node
Methods in org.apache.velocity.runtime.parser.node that throw ResourceNotFoundException Modifier and Type Method Description boolean
ASTBlock. render(InternalContextAdapter context, java.io.Writer writer)
boolean
ASTComment. render(InternalContextAdapter context, java.io.Writer writer)
boolean
ASTDirective. render(InternalContextAdapter context, java.io.Writer writer)
boolean
ASTElseIfStatement. render(InternalContextAdapter context, java.io.Writer writer)
boolean
ASTIfStatement. render(InternalContextAdapter context, java.io.Writer writer)
boolean
Node. render(InternalContextAdapter context, java.io.Writer writer)
boolean
SimpleNode. render(InternalContextAdapter context, java.io.Writer writer)
-
Uses of ResourceNotFoundException in org.apache.velocity.runtime.resource
Methods in org.apache.velocity.runtime.resource that throw ResourceNotFoundException Modifier and Type Method Description Resource
ResourceManager. getResource(java.lang.String resourceName, int resourceType, java.lang.String encoding)
Gets the named resource.Resource
ResourceManagerImpl. getResource(java.lang.String resourceName, int resourceType)
Resource
ResourceManagerImpl. getResource(java.lang.String resourceName, int resourceType, java.lang.String encoding)
Gets the named resource.protected Resource
ResourceManagerImpl. loadResource(java.lang.String resourceName, int resourceType, java.lang.String encoding)
Loads a resource from the current set of resource loaders.boolean
ContentResource. process()
Pull in static content and store it.abstract boolean
Resource. process()
Perform any subsequent processing that might need to be done by a resource.protected Resource
ResourceManagerImpl. refreshResource(Resource resource, java.lang.String encoding)
Takes an existing resource, and 'refreshes' it. -
Uses of ResourceNotFoundException in org.apache.velocity.runtime.resource.loader
Methods in org.apache.velocity.runtime.resource.loader that throw ResourceNotFoundException Modifier and Type Method Description java.io.InputStream
JarHolder. getResource(java.lang.String theentry)
java.io.InputStream
ClasspathResourceLoader. getResourceStream(java.lang.String name)
Get an InputStream so that the Runtime can build a template with it.java.io.InputStream
DataSourceResourceLoader. getResourceStream(java.lang.String name)
Get an InputStream so that the Runtime can build a template with it.java.io.InputStream
FileResourceLoader. getResourceStream(java.lang.String templateName)
Get an InputStream so that the Runtime can build a template with it.java.io.InputStream
JarResourceLoader. getResourceStream(java.lang.String source)
Get an InputStream so that the Runtime can build a template with it.abstract java.io.InputStream
ResourceLoader. getResourceStream(java.lang.String source)
Get the InputStream that the Runtime will parse to create a template.java.io.InputStream
StringResourceLoader. getResourceStream(java.lang.String name)
Get an InputStream so that the Runtime can build a template with it.java.io.InputStream
URLResourceLoader. getResourceStream(java.lang.String name)
Get an InputStream so that the Runtime can build a template with it.
-