Class FreemarkerAppHandler
java.lang.Object
pl.edu.icm.unity.engine.api.utils.FreemarkerAppHandler
Used for cases where plain web page should be presented to the user, based on freemarker template.
- Author:
- K. Benedyczak
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FreemarkerAppHandler
-
-
Method Details
-
printAppErrorPage
public void printAppErrorPage(Writer out, String subsystem, String genericIntro, String error, String cause) throws IOException - Throws:
IOException
-
printGenericPage
public void printGenericPage(Writer out, String template, Map<String, String> datamodel) throws IOException- Throws:
IOException
-