import com.fizzed.rocker.RenderingException; 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! */ @SuppressWarnings("unused") public class fileview extends com.fizzed.rocker.runtime.DefaultRockerModel { // 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; } public String content() { return this.content; } @Override protected DefaultRockerTemplate buildTemplate() throws RenderingException { // optimized for performance (via rocker.optimize flag; no auto reloading) return new Template(this); } static public class Template extends com.fizzed.rocker.runtime.DefaultRockerTemplate { // \n\n
\n \n \n \n