aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/compiled-views/fileview.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/compiled-views/fileview.java')
-rw-r--r--src/main/resources/compiled-views/fileview.java34
1 files changed, 23 insertions, 11 deletions
diff --git a/src/main/resources/compiled-views/fileview.java b/src/main/resources/compiled-views/fileview.java
index e01b7f3..67de59f 100644
--- a/src/main/resources/compiled-views/fileview.java
+++ b/src/main/resources/compiled-views/fileview.java
@@ -1,12 +1,10 @@
-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!
@@ -14,11 +12,25 @@ import com.fizzed.rocker.runtime.PlainTextUnloadedClassLoader;
@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" }; }
+ 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;
@@ -34,7 +46,7 @@ public class fileview extends com.fizzed.rocker.runtime.DefaultRockerModel {
static public fileview template(String content) {
return new fileview()
- .content(content);
+ .content(content);
}
@Override
@@ -45,7 +57,7 @@ public class fileview extends com.fizzed.rocker.runtime.DefaultRockerModel {
static public class Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate {
- // <!doctype html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta content=\"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0\"\n name=\"viewport\">\n <meta content=\"ie=edge\" http-equiv=\"X-UA-Compatible\">\n <title>Fileview</title>\n</head>\n<body>\n<textarea disabled style=\"border: none; background-color: white; width: 100vw; height: 100vh\">\n
+ // <!doctype html>\n<html lang=\"en\">\n<head>\n <meta charset=\"UTF-8\">\n <meta content=\"width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0\"\n name=\"viewport\">\n <meta content=\"ie=edge\" http-equiv=\"X-UA-Compatible\">\n <title>Fileview</title>\n</head>\n<body>\n<textarea disabled style=\"border: none; background-color: white; width: 100vw; height: 100vh\">\n
static private final byte[] PLAIN_TEXT_0_0;
// \n</textarea>\n</body>\n</html>\n
static private final byte[] PLAIN_TEXT_1_0;