@ProviderType
public interface RenderContext
RenderContext
defines the context for executing HTL scripts.Modifier and Type | Method and Description |
---|---|
Object |
call(String functionName,
Object... arguments)
Call one of the registered
RuntimeExtension s. |
javax.script.Bindings |
getBindings()
Returns the map of script bindings available to HTL scripts.
|
RuntimeObjectModel |
getObjectModel()
Provides the
RuntimeObjectModel that will be used for resolving objects' properties or type conversion / coercion. |
RuntimeObjectModel getObjectModel()
RuntimeObjectModel
that will be used for resolving objects' properties or type conversion / coercion.javax.script.Bindings getBindings()
Object call(String functionName, Object... arguments)
RuntimeExtension
s.functionName
- the name under which the extension is registeredarguments
- the extension's argumentsRuntimeExtension
's resultCopyright © 2017 The Apache Software Foundation. All rights reserved.