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

Packages that use RuntimeServices
org.apache.velocity.context   
org.apache.velocity.runtime   
org.apache.velocity.runtime.directive   
org.apache.velocity.runtime.log   
org.apache.velocity.runtime.parser   
org.apache.velocity.runtime.parser.node   
org.apache.velocity.runtime.resource   
org.apache.velocity.runtime.resource.loader   
org.apache.velocity.test   
org.apache.velocity.util.introspection   
 

Uses of RuntimeServices in org.apache.velocity.context
 

Constructors in org.apache.velocity.context with parameters of type RuntimeServices
VMContext(InternalContextAdapter inner, RuntimeServices rsvc)
          CTOR, wraps an ICA
 

Uses of RuntimeServices in org.apache.velocity.runtime
 

Classes in org.apache.velocity.runtime that implement RuntimeServices
 class RuntimeInstance
          This is the Runtime system for Velocity.
 

Fields in org.apache.velocity.runtime declared as RuntimeServices
private  RuntimeServices VelocimacroFactory.rsvc
          runtime services for this instance
private  RuntimeServices VelocimacroManager.rsvc
           
 

Methods in org.apache.velocity.runtime that return RuntimeServices
static RuntimeServices RuntimeSingleton.getRuntimeServices()
           
 

Constructors in org.apache.velocity.runtime with parameters of type RuntimeServices
VelocimacroFactory(RuntimeServices rs)
          CTOR : requires a runtime services from now on
VelocimacroManager(RuntimeServices rs)
          Adds the global namespace to the hash.
 

Uses of RuntimeServices in org.apache.velocity.runtime.directive
 

Fields in org.apache.velocity.runtime.directive declared as RuntimeServices
protected  RuntimeServices Directive.rsvc
           
private  RuntimeServices VMProxyArg.rsvc
           
 

Methods in org.apache.velocity.runtime.directive with parameters of type RuntimeServices
 void Directive.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          How this directive is to be initialized.
 void Foreach.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 void VelocimacroProxy.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          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.init(RuntimeServices rs, InternalContextAdapter context, Node node)
           
static void Macro.processAndRegister(RuntimeServices rs, Node node, java.lang.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
 void Literal.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          Store the literal rendition of a node using the Node.literal().
 void Include.init(RuntimeServices rs, InternalContextAdapter context, Node node)
          simple init - init the tree and get the elementKey from the AST
 

Constructors in org.apache.velocity.runtime.directive with parameters of type RuntimeServices
VMProxyArg(RuntimeServices rs, java.lang.String contextRef, java.lang.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 of RuntimeServices in org.apache.velocity.runtime.log
 

Fields in org.apache.velocity.runtime.log declared as RuntimeServices
private  RuntimeServices Log4JLogSystem.rsvc
          Deprecated.  
private  RuntimeServices SimpleLog4JLogSystem.rsvc
           
private  RuntimeServices PrimordialLogSystem.rsvc
           
private  RuntimeServices AvalonLogSystem.rsvc
           
 

Methods in org.apache.velocity.runtime.log with parameters of type RuntimeServices
 void Log4JLogSystem.init(RuntimeServices rs)
          Deprecated.  
 void SimpleLog4JLogSystem.init(RuntimeServices rs)
           
 void PrimordialLogSystem.init(RuntimeServices rs)
           
 void AvalonLogSystem.init(RuntimeServices rs)
           
static LogSystem LogManager.createLogSystem(RuntimeServices rsvc)
          Creates a new logging system or returns an existing one specified by the application.
 void NullLogSystem.init(RuntimeServices rs)
           
 void LogSystem.init(RuntimeServices rs)
          init()
 

Uses of RuntimeServices in org.apache.velocity.runtime.parser
 

Fields in org.apache.velocity.runtime.parser declared as RuntimeServices
private  RuntimeServices Parser.rsvc
           
 

Constructors in org.apache.velocity.runtime.parser with parameters of type RuntimeServices
Parser(RuntimeServices rs)
          This constructor was added to allow the re-use of parsers.
 

Uses of RuntimeServices in org.apache.velocity.runtime.parser.node
 

Fields in org.apache.velocity.runtime.parser.node declared as RuntimeServices
protected  RuntimeServices SimpleNode.rsvc
           
protected  RuntimeServices AbstractExecutor.rsvc
           
 

Constructors in org.apache.velocity.runtime.parser.node with parameters of type RuntimeServices
GetExecutor(RuntimeServices r, java.lang.Class c, java.lang.String key)
          Default constructor.
PropertyExecutor(RuntimeServices r, java.lang.Class clazz, java.lang.String property)
           
BooleanPropertyExecutor(RuntimeServices r, java.lang.Class clazz, java.lang.String property)
           
 

Uses of RuntimeServices in org.apache.velocity.runtime.resource
 

Fields in org.apache.velocity.runtime.resource declared as RuntimeServices
protected  RuntimeServices Resource.rsvc
           
protected  RuntimeServices ResourceCacheImpl.rsvc
          Runtime services, generally initialized by the initialize() method.
protected  RuntimeServices ResourceManagerImpl.rsvc
           
 

Methods in org.apache.velocity.runtime.resource with parameters of type RuntimeServices
 void Resource.setRuntimeServices(RuntimeServices rs)
           
 void ResourceCacheImpl.initialize(RuntimeServices rs)
           
 void ResourceCache.initialize(RuntimeServices rs)
          initializes the ResourceCache.
 void ResourceManagerImpl.initialize(RuntimeServices rs)
          Initialize the ResourceManager.
 void ResourceManager.initialize(RuntimeServices rs)
          Initialize the ResourceManager.
 

Uses of RuntimeServices in org.apache.velocity.runtime.resource.loader
 

Fields in org.apache.velocity.runtime.resource.loader declared as RuntimeServices
protected  RuntimeServices ResourceLoader.rsvc
           
private  RuntimeServices JarHolder.rsvc
           
 

Methods in org.apache.velocity.runtime.resource.loader with parameters of type RuntimeServices
 void ResourceLoader.commonInit(RuntimeServices rs, org.apache.commons.collections.ExtendedProperties configuration)
          This initialization is used by all resource loaders and must be called to set up common properties shared by all resource loaders
static ResourceLoader ResourceLoaderFactory.getLoader(RuntimeServices rs, java.lang.String loaderClassName)
          Gets the loader specified in the configuration file.
 

Constructors in org.apache.velocity.runtime.resource.loader with parameters of type RuntimeServices
JarHolder(RuntimeServices rs, java.lang.String urlpath)
           
 

Uses of RuntimeServices in org.apache.velocity.test
 

Methods in org.apache.velocity.test with parameters of type RuntimeServices
 void EventHandlingTestCase.init(RuntimeServices rs)
           
 void ExternalLoggerTest.init(RuntimeServices rs)
           
 void ClassloaderChangeTest.init(RuntimeServices rs)
           
 

Uses of RuntimeServices in org.apache.velocity.util.introspection
 

Fields in org.apache.velocity.util.introspection declared as RuntimeServices
private  RuntimeServices Introspector.rsvc
          our engine runtime services
 

Constructors in org.apache.velocity.util.introspection with parameters of type RuntimeServices
Introspector(RuntimeServices r)
          Recieves our RuntimeServices object
 



Copyright © 2003 Apache Software Foundation. All Rights Reserved.