public class EvaluationContextImpl extends java.lang.Object implements EvaluationContext
| Constructor and Description |
|---|
EvaluationContextImpl(ClassResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doesClassExist(java.lang.String className)
Returns true if the class, specified by FQCN, exists.
|
boolean |
isPropertySet(java.lang.String propertyName)
Returns true if the given system property is set.
|
public EvaluationContextImpl(ClassResolver resolver)
public boolean isPropertySet(java.lang.String propertyName)
EvaluationContextisPropertySet in interface EvaluationContextpublic boolean doesClassExist(java.lang.String className)
EvaluationContextdoesClassExist in interface EvaluationContext