|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ResourceNotFoundException in org.apache.velocity |
Methods in org.apache.velocity that throw ResourceNotFoundException | |
boolean |
Template.process()
gets the named resource as a stream, parses and inits |
void |
Template.merge(Context context,
java.io.Writer writer)
The AST node structure is merged with the context to produce the final output. |
Uses of ResourceNotFoundException in org.apache.velocity.app |
Methods in org.apache.velocity.app that throw ResourceNotFoundException | |
static boolean |
Velocity.mergeTemplate(java.lang.String templateName,
Context context,
java.io.Writer writer)
merges a template and puts the rendered stream into the writer |
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 writer |
static Template |
Velocity.getTemplate(java.lang.String name)
Returns a Template from the Velocity
resource management system. |
static Template |
Velocity.getTemplate(java.lang.String name,
java.lang.String encoding)
Returns a Template from the Velocity
resource management system. |
Uses of ResourceNotFoundException in org.apache.velocity.runtime |
Methods in org.apache.velocity.runtime that throw ResourceNotFoundException | |
static Template |
Runtime.getTemplate(java.lang.String name)
Returns a Template from the resource manager. |
static Template |
Runtime.getTemplate(java.lang.String name,
java.lang.String encoding)
Returns a Template from the resource manager |
static ContentResource |
Runtime.getContent(java.lang.String name)
Returns a static content resource from the resource manager. |
static ContentResource |
Runtime.getContent(java.lang.String name,
java.lang.String encoding)
Returns a static content resource from the resource manager. |
Uses of ResourceNotFoundException in org.apache.velocity.runtime.resource |
Methods in org.apache.velocity.runtime.resource that throw ResourceNotFoundException | |
abstract boolean |
Resource.process()
Perform any subsequent processing that might need to be done by a resource. |
static Resource |
ResourceManager.getResource(java.lang.String resourceName,
int resourceType,
java.lang.String encoding)
Gets the named resource. |
static Resource |
ResourceManager.getResource(java.lang.String resourceName,
int resourceType)
Deprecated. Use ResourceManager.getResource(String resourceName, int resourceType,
String encoding ) |
Uses of ResourceNotFoundException in org.apache.velocity.runtime.resource.loader |
Methods in org.apache.velocity.runtime.resource.loader that throw ResourceNotFoundException | |
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 |
DataSourceResourceLoader.getResourceStream(java.lang.String name)
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. |
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 |
FileResourceLoader.getResourceStream(java.lang.String templateName)
Get an InputStream so that the Runtime can build a template with it. |
Uses of ResourceNotFoundException in org.apache.velocity.servlet |
Methods in org.apache.velocity.servlet that throw ResourceNotFoundException | |
protected void |
VelocityServlet.mergeTemplate(Template template,
Context context,
javax.servlet.http.HttpServletResponse response)
merges the template with the context. |
Template |
VelocityServlet.getTemplate(java.lang.String name)
Retrieves the requested template. |
Template |
VelocityServlet.getTemplate(java.lang.String name,
java.lang.String encoding)
Retrieves the requested template with the specified character encoding. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |