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
TemplateException
public abstract String eval(StateRunnable so, HashMap<String,StateRunnable> context) throws ContentError, RuntimeError
ContentError
RuntimeError
Copyright © 2020. All rights reserved.