Uses of Interface org.apache.velocity.runtime.RuntimeServices

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

Constructors with parameter type org.apache.velocity.runtime.RuntimeServices

This constructor was added to allow the re-use of parsers.

Fields of type org.apache.velocity.runtime.RuntimeServices

RuntimeServices

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

Constructors with parameter type org.apache.velocity.runtime.RuntimeServices

VMProxyArg.VMProxyArg(RuntimeServices rs, String contextRef, String callerRef, int t)
ctor for current impl takes the reference literal we are proxying for, the literal the VM we are for is called with...

Fields of type org.apache.velocity.runtime.RuntimeServices

RuntimeServices
RuntimeServices

Methods with parameter type org.apache.velocity.runtime.RuntimeServices

void
How this directive is to be initialized.
void
simple init - init the tree and get the elementKey from the AST
void
simple init - init the tree and get the elementKey from the AST
void
Store the literal rendition of a node using the Node.literal().
void
void
The major meat of VelocimacroProxy, init() checks the # of arguments, patches the macro body, renders the macro into an AST, and then inits the AST, so it is ready for quick rendering.
void
Macro.processAndRegister(RuntimeServices rs, Node node, String sourceTemplate)
Used by Parser.java to process VMs withing the parsing process processAndRegister() doesn't actually render the macro to the output Processes the macro body into the internal representation used by the VelocimacroProxy objects, and if not currently used, adds it to the macro Factory

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

Fields of type org.apache.velocity.runtime.RuntimeServices

RuntimeServices

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

Fields of type org.apache.velocity.runtime.RuntimeServices

RuntimeServices
RuntimeServices
RuntimeServices
RuntimeServices

Methods with parameter type org.apache.velocity.runtime.RuntimeServices

LogSystem
Creates a new logging system or returns an existing one specified by the application.
void
init()
void
void
init()
void
init()
void
void

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

Fields of type org.apache.velocity.runtime.RuntimeServices

RuntimeServices
RuntimeServices
Runtime services, generally initialized by the initialize() method.
RuntimeServices

Methods with parameter type org.apache.velocity.runtime.RuntimeServices

void
initializes the ResourceCache.
void
void
Initialize the ResourceManager.
void
Initialize the ResourceManager.
void

Uses in package org.apache.velocity.context

Constructors with parameter type org.apache.velocity.runtime.RuntimeServices

CTOR, wraps an ICA

Uses in package org.apache.velocity.runtime

Classes implementing org.apache.velocity.runtime.RuntimeServices

class
This is the Runtime system for Velocity.

Constructors with parameter type org.apache.velocity.runtime.RuntimeServices

CTOR : requires a runtime services from now on
Adds the global namespace to the hash.

Fields of type org.apache.velocity.runtime.RuntimeServices

RuntimeServices
runtime services for this instance
RuntimeServices

Methods with return type org.apache.velocity.runtime.RuntimeServices

RuntimeServices

Uses in package org.apache.velocity.test

Methods with parameter type org.apache.velocity.runtime.RuntimeServices

void
init()
void
init()
void
init()

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

Constructors with parameter type org.apache.velocity.runtime.RuntimeServices

JarHolder.JarHolder(RuntimeServices rs, String urlpath)

Fields of type org.apache.velocity.runtime.RuntimeServices

RuntimeServices
RuntimeServices

Methods with parameter type org.apache.velocity.runtime.RuntimeServices

void
ResourceLoader.commonInit(RuntimeServices rs, ExtendedProperties configuration)
This initialization is used by all resource loaders and must be called to set up common properties shared by all resource loaders
ResourceLoader
ResourceLoaderFactory.getLoader(RuntimeServices rs, String loaderClassName)
Gets the loader specified in the configuration file.

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