public interface IEvaluationStrategy extends TemplatesStatus, IStreamHandler, IxFactory
KIND_ERROR, KIND_FATAL, KIND_INFO, KIND_WARN| Modifier and Type | Method and Description |
|---|---|
String |
eval(Resource resource,
EvaluationContext context) |
Object |
evaluate(ExpressionNode expr,
EvaluationContext context,
boolean permitNull) |
Object |
evaluate(IQuery t,
EvaluationContext context,
Object[] arguments,
SourceElement caller) |
String |
evaluate(ITemplate t,
EvaluationContext context,
Object[] arguments,
SourceElement caller) |
IEvaluationCache |
getCache() |
String |
getTitle(Object object) |
ITypesRegistry |
getTypesRegistry() |
IBundleEntity |
loadEntity(String qualifiedName,
int kind,
SourceElement referer) |
String |
toString(Object o,
ExpressionNode referer) |
reportcreateStreamasAdaptable, asObject, asOperand, setStrategyObject evaluate(ExpressionNode expr, EvaluationContext context, boolean permitNull) throws EvaluationException
EvaluationExceptionString evaluate(ITemplate t, EvaluationContext context, Object[] arguments, SourceElement caller)
Object evaluate(IQuery t, EvaluationContext context, Object[] arguments, SourceElement caller) throws EvaluationException
EvaluationExceptionIBundleEntity loadEntity(String qualifiedName, int kind, SourceElement referer)
String eval(Resource resource, EvaluationContext context)
String toString(Object o, ExpressionNode referer) throws EvaluationException
EvaluationExceptionITypesRegistry getTypesRegistry()
IEvaluationCache getCache()
Copyright © 2014. All rights reserved.