Interface FormEngine
-
- All Known Implementing Classes:
HtmlFormEngine,JuelFormEngine
public interface FormEngine- Author:
- Tom Baeyens
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()ObjectrenderStartForm(StartFormData startForm)ObjectrenderTaskForm(TaskFormData taskForm)
-
-
-
Method Detail
-
getName
String getName()
-
renderStartForm
Object renderStartForm(StartFormData startForm)
-
renderTaskForm
Object renderTaskForm(TaskFormData taskForm)
-
-