intarsys runtime library

de.intarsys.tools.expression
Class TemplateEvaluator

java.lang.Object
  extended by de.intarsys.tools.expression.TemplateEvaluator

public class TemplateEvaluator
extends Object

A VM singleton for a template evaluation engine. This should be able to evaluate templates with embedded expressions, for example in the form "${expr}". The expressions may be evaluated using the ExpressionEvaluator instance.


Constructor Summary
TemplateEvaluator()
           
 
Method Summary
static IStringEvaluator get()
           
static void set(IStringEvaluator active)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TemplateEvaluator

public TemplateEvaluator()
Method Detail

get

public static IStringEvaluator get()

set

public static void set(IStringEvaluator active)

intarsys runtime library

Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.