Templates mit jdk.httpserver nutzen
ulrich
2021-09-29 47bd6be69876df6b96ea201c947a2c7b238b785a
neuester Stand
1 files modified
2 ■■■ changed files
src/de/uhilger/httpserver/template/TemplateActor.java 2 ●●● patch | view | raw | blame | history
src/de/uhilger/httpserver/template/TemplateActor.java
@@ -63,7 +63,7 @@
   * @return das ausgefuellte Template
   * @throws IOException 
   */
  public String render(HttpExchange exchange, Map data, String template) throws IOException {
  public String render(HttpExchange exchange, Object data, String template) throws IOException {
    MustacheFactory mf;
    Mustache m;
    HttpHelper helper = new HttpHelper();