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

Uses in package org.apache.velocity.util.introspection

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

RuntimeServices
our engine runtime services

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

Recieves our RuntimeServices object

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

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

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

RuntimeServices
RuntimeServices
RuntimeServices
RuntimeServices

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

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.

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

RuntimeServices
RuntimeServices

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

JarHolder.JarHolder(RuntimeServices rs, String urlpath)

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

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

RuntimeServices

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

RuntimeServices
runtime services for this instance
RuntimeServices

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.

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

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

RuntimeServices
RuntimeServices

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

GetExecutor.GetExecutor(RuntimeServices r, Class c, String key)
Default constructor.
PropertyExecutor.PropertyExecutor(RuntimeServices r, Class clazz, String property)

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

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

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

RuntimeServices
RuntimeServices

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...

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

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

RuntimeServices

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

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

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

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

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

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

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

Uses in package org.apache.velocity.context

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

CTOR, wraps an ICA

Copyright © 2003 Apache Software Foundation. All Rights Reserved.