Modifier and Type | Field and Description |
---|---|
protected RuntimeServices |
EventCartridge.rsvc |
Modifier and Type | Method and Description |
---|---|
static String |
EventHandlerUtil.includeEvent(RuntimeServices rsvc,
InternalContextAdapter context,
String includeResourcePath,
String currentResourcePath,
String directiveName)
Called when an include-type directive is encountered (#include or
#parse).
|
static Object |
EventHandlerUtil.invalidGetMethod(RuntimeServices rsvc,
InternalContextAdapter context,
String reference,
Object object,
String property,
Info info)
Called when an invalid get method is encountered.
|
static Object |
EventHandlerUtil.invalidMethod(RuntimeServices rsvc,
InternalContextAdapter context,
String reference,
Object object,
String method,
Info info)
Called when an invalid method is encountered.
|
static void |
EventHandlerUtil.invalidSetMethod(RuntimeServices rsvc,
InternalContextAdapter context,
String leftreference,
String rightreference,
Info info)
Called when an invalid set method is encountered.
|
static Object |
EventHandlerUtil.methodException(RuntimeServices rsvc,
InternalContextAdapter context,
Class claz,
String method,
Exception e,
Info info)
Called when a method exception is generated during Velocity merge.
|
static Object |
EventHandlerUtil.referenceInsert(RuntimeServices rsvc,
InternalContextAdapter context,
String reference,
Object value)
Called before a reference is inserted.
|
void |
EventCartridge.setRuntimeServices(RuntimeServices rs)
runtime services setter, called during initialization
|
Modifier and Type | Method and Description |
---|---|
protected RuntimeServices |
EscapeReference.getRuntimeServices()
Retrieve a reference to RuntimeServices.
|
Modifier and Type | Method and Description |
---|---|
void |
EscapeReference.setRuntimeServices(RuntimeServices rs)
Called automatically when event cartridge is initialized.
|
void |
PrintExceptions.setRuntimeServices(RuntimeServices rs) |
void |
ReportInvalidReferences.setRuntimeServices(RuntimeServices rs)
Called automatically when event cartridge is initialized.
|
void |
IncludeNotFound.setRuntimeServices(RuntimeServices rs) |
Modifier and Type | Class and Description |
---|---|
class |
RuntimeInstance
This is the Runtime system for Velocity.
|
Modifier and Type | Method and Description |
---|---|
static RuntimeServices |
RuntimeSingleton.getRuntimeServices()
Returns the RuntimeServices Instance used by this wrapper.
|
Modifier and Type | Method and Description |
---|---|
void |
ParserPoolImpl.initialize(RuntimeServices rsvc)
Create the underlying "pool".
|
void |
ParserPool.initialize(RuntimeServices svc)
Initialize the pool so that it can begin serving parser instances.
|
Constructor and Description |
---|
VelocimacroFactory(RuntimeServices rsvc)
C'tor for the VelociMacro factory.
|
Modifier and Type | Field and Description |
---|---|
protected RuntimeServices |
Directive.rsvc |
Modifier and Type | Method and Description |
---|---|
void |
VelocimacroProxy.init(RuntimeServices rs)
Initialize members of VelocimacroProxy.
|
void |
Directive.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
How this directive is to be initialized.
|
void |
Include.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - init the tree and get the elementKey from
the AST
|
void |
Break.init(RuntimeServices rs,
InternalContextAdapter context,
Node node) |
void |
Block.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - get the key
|
void |
Macro.init(RuntimeServices rs,
InternalContextAdapter context,
Node node) |
void |
Stop.init(RuntimeServices rs,
InternalContextAdapter context,
Node node) |
void |
Parse.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
Init's the #parse directive.
|
void |
Foreach.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - init the tree and get the elementKey from
the AST
|
void |
Evaluate.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
Initialize and check arguments.
|
void |
Define.init(RuntimeServices rs,
InternalContextAdapter context,
Node node)
simple init - get the key
|
void |
BlockMacro.init(RuntimeServices rs,
String macroName,
InternalContextAdapter context,
Node node)
Initializes the directive.
|
void |
RuntimeMacro.init(RuntimeServices rs,
String name,
InternalContextAdapter context,
Node node)
Initialize the Runtime macro.
|
Modifier and Type | Method and Description |
---|---|
void |
For.init(RuntimeServices rs,
InternalContextAdapter context,
Node node) |
Constructor and Description |
---|
Parser(RuntimeServices rs)
This constructor was added to allow the re-use of parsers.
|
Modifier and Type | Field and Description |
---|---|
protected RuntimeServices |
SimpleNode.rsvc |
Modifier and Type | Method and Description |
---|---|
RuntimeServices |
SimpleNode.getRuntimeServices() |
Modifier and Type | Field and Description |
---|---|
protected RuntimeServices |
Resource.rsvc |
protected RuntimeServices |
ResourceManagerImpl.rsvc
The internal RuntimeServices object.
|
protected RuntimeServices |
ResourceCacheImpl.rsvc
Runtime services, generally initialized by the
initialize() method. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceManager.initialize(RuntimeServices rs)
Initialize the ResourceManager.
|
void |
ResourceManagerImpl.initialize(RuntimeServices rs)
Initialize the ResourceManager.
|
void |
ResourceCacheImpl.initialize(RuntimeServices rs) |
void |
ResourceCache.initialize(RuntimeServices rs)
initializes the ResourceCache.
|
void |
Resource.setRuntimeServices(RuntimeServices rs) |
Modifier and Type | Field and Description |
---|---|
protected RuntimeServices |
ResourceLoader.rsvc |
Modifier and Type | Method and Description |
---|---|
void |
ResourceLoader.commonInit(RuntimeServices rs,
ExtProperties 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,
String loaderClassName)
Gets the loader specified in the configuration file.
|
Constructor and Description |
---|
JarHolder(RuntimeServices rs,
String urlpath,
org.slf4j.Logger log) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeServicesAware.setRuntimeServices(RuntimeServices rs)
Called automatically when event cartridge is initialized.
|
Modifier and Type | Field and Description |
---|---|
protected RuntimeServices |
UberspectImpl.rsvc
runtime services
|
Modifier and Type | Method and Description |
---|---|
void |
UberspectPublicFields.setRuntimeServices(RuntimeServices rs) |
void |
UberspectImpl.setRuntimeServices(RuntimeServices rs)
sets the runtime services
|
Copyright © 2000–2017 The Apache Software Foundation. All rights reserved.