@Component public class FreemarkerAppHandler extends Object
| Constructor and Description |
|---|
FreemarkerAppHandler(UnityServerConfiguration serverConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
printAppErrorPage(Writer out,
String subsystem,
String genericIntro,
String error,
String cause) |
void |
printGenericPage(Writer out,
String template,
Map<String,String> datamodel) |
@Autowired public FreemarkerAppHandler(UnityServerConfiguration serverConfig)
public void printAppErrorPage(Writer out, String subsystem, String genericIntro, String error, String cause) throws IOException
IOExceptionpublic void printGenericPage(Writer out, String template, Map<String,String> datamodel) throws IOException
IOExceptionCopyright © 2018 Unity. All rights reserved.