public abstract class AbstractTemplateElement extends Object
| Constructor and Description |
|---|
AbstractTemplateElement() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
eval(HashMap<String,String> vmap) |
abstract String |
eval(StateRunnable so,
HashMap<String,StateRunnable> context) |
public abstract String eval(HashMap<String,String> vmap) throws TemplateException
TemplateExceptionpublic abstract String eval(StateRunnable so, HashMap<String,StateRunnable> context) throws ContentError, RuntimeError
ContentErrorRuntimeErrorCopyright © 2019. All rights reserved.