From b0a2b6c5a19e0e20d50d29f52d640b5f7d19f841 Mon Sep 17 00:00:00 2001 From: climb Date: Thu, 4 Apr 2019 14:54:28 +0200 Subject: Moved database to own class --- src/main/resources/compiled-views/fileview.java | 47 ++++++++++--------------- 1 file changed, 18 insertions(+), 29 deletions(-) (limited to 'src/main/resources/compiled-views/fileview.java') diff --git a/src/main/resources/compiled-views/fileview.java b/src/main/resources/compiled-views/fileview.java index d17eae2..e01b7f3 100644 --- a/src/main/resources/compiled-views/fileview.java +++ b/src/main/resources/compiled-views/fileview.java @@ -1,9 +1,12 @@ + +import java.io.IOException; +import com.fizzed.rocker.ForIterator; import com.fizzed.rocker.RenderingException; +import com.fizzed.rocker.RockerContent; +import com.fizzed.rocker.RockerOutput; import com.fizzed.rocker.runtime.DefaultRockerTemplate; import com.fizzed.rocker.runtime.PlainTextUnloadedClassLoader; -import java.io.IOException; - /* * Auto generated code to render template /fileview.rocker.html * Do not edit this file. Changes will eventually be overwritten by Rocker parser! @@ -11,34 +14,15 @@ import java.io.IOException; @SuppressWarnings("unused") public class fileview extends com.fizzed.rocker.runtime.DefaultRockerModel { + static public com.fizzed.rocker.ContentType getContentType() { return com.fizzed.rocker.ContentType.HTML; } + static public String getTemplateName() { return "fileview.rocker.html"; } + static public String getTemplatePackageName() { return ""; } + static public String getHeaderHash() { return "868254209"; } + static public String[] getArgumentNames() { return new String[] { "content" }; } + // argument @ [1:2] private String content; - static public com.fizzed.rocker.ContentType getContentType() { - return com.fizzed.rocker.ContentType.HTML; - } - - static public String getTemplateName() { - return "fileview.rocker.html"; - } - - static public String getTemplatePackageName() { - return ""; - } - - static public String getHeaderHash() { - return "868254209"; - } - - static public String[] getArgumentNames() { - return new String[]{"content"}; - } - - static public fileview template(String content) { - return new fileview() - .content(content); - } - public fileview content(String content) { this.content = content; return this; @@ -48,6 +32,11 @@ public class fileview extends com.fizzed.rocker.runtime.DefaultRockerModel { return this.content; } + static public fileview template(String content) { + return new fileview() + .content(content); + } + @Override protected DefaultRockerTemplate buildTemplate() throws RenderingException { // optimized for performance (via rocker.optimize flag; no auto reloading) @@ -56,7 +45,7 @@ public class fileview extends com.fizzed.rocker.runtime.DefaultRockerModel { static public class Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate { - // \n\n
\n \n \n \n