Package de.mhus.cherry.web.api
Interface CanTransform
-
public interface CanTransform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddoTransform(CallContext context, String template)FilegetTemplateRoot()
-
-
-
Method Detail
-
doTransform
void doTransform(CallContext context, String template) throws Exception
- Throws:
Exception
-
getTemplateRoot
File getTemplateRoot()
-
-