@ProviderType
public interface RenderContext
RenderContext
defines the context for executing HTL scripts.Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(java.lang.String functionName,
java.lang.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()
java.lang.Object call(java.lang.String functionName, java.lang.Object... arguments)
RuntimeExtension
s.functionName
- the name under which the extension is registeredarguments
- the extension's argumentsRuntimeExtension
's resultCopyright © 2022 The Apache Software Foundation. All rights reserved.