ExpressionEvaluationOptions Class
Definition
Specifies whether template expressions are evaluated within the scope of the parent template or nested template.
public class ExpressionEvaluationOptions
- Inheritance
-
java.lang.ObjectExpressionEvaluationOptions
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Constructors
| ExpressionEvaluationOptions() |
Methods
| scope() |
Get the scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'. |
| withScope(ExpressionEvaluationOptionsScopeType scope) |
Set the scope to be used for evaluation of parameters, variables and functions in a nested template. Possible values include: 'NotSpecified', 'Outer', 'Inner'. |