Example #1
0
 public cn.bran.japid.template.RenderResult render() {
   try {
     super.layout();
   } catch (RuntimeException __e) {
     super.handleException(__e);
   } // line 0, japidviews/more/ContentNegotiation/index.xml
   return getRenderResult();
 }
Example #2
0
 public cn.bran.japid.template.RenderResult render(String a) {
   this.a = a;
   try {
     super.layout();
   } catch (RuntimeException __e) {
     super.handleException(__e);
   } // line 1, japidviews/Application/testCacheForEager.html
   return getRenderResult();
 }
Example #3
0
 public cn.bran.japid.template.RenderResult render(String well) {
   this.well = well;
   try {
     super.layout();
   } catch (RuntimeException __e) {
     super.handleException(__e);
   } // line 1, japidviews/_tags/fooTag.html
   return getRenderResult();
 }
Example #4
0
 public cn.bran.japid.template.RenderResult render(String a, String b) {
   this.a = a;
   this.b = b;
   try {
     super.layout();
   } catch (RuntimeException __e) {
     super.handleException(__e);
   } // line 1, japidviews/_tags/picka.html
   return getRenderResult();
 }
Example #5
0
 public cn.bran.japid.template.RenderResult render(String s) {
   this.s = s;
   long t = -1;
   try {
     super.layout();
   } catch (RuntimeException e) {
     super.handleException(e);
   }
   return new cn.bran.japid.template.RenderResultPartial(getHeaders(), getOut(), t, actionRunners);
 }
 public cn.bran.japid.template.RenderResult render() {
   long __t = -1;
   try {
     super.layout();
   } catch (RuntimeException e) {
     super.handleException(e);
   }
   return new cn.bran.japid.template.RenderResultPartial(
       getHeaders(), getOut(), __t, actionRunners, sourceTemplate);
 }
Example #7
0
 public cn.bran.japid.template.RenderResult render(List<String> posts) {
   this.posts = posts;
   long t = -1;
   try {
     super.layout();
   } catch (RuntimeException e) {
     super.handleException(e);
   } // line 1
   return new cn.bran.japid.template.RenderResultPartial(
       getHeaders(), getOut(), t, actionRunners, sourceTemplate);
 }
Example #8
0
 public cn.bran.japid.template.RenderResult render(models.japidsample.Post post) {
   this.post = post;
   long t = -1;
   try {
     super.layout();
   } catch (RuntimeException e) {
     super.handleException(e);
   } // line 1
   return new cn.bran.japid.template.RenderResultPartial(
       getHeaders(), getOut(), t, actionRunners, sourceTemplate);
 }
Example #9
0
 public cn.bran.japid.template.RenderResult render(String blogTitle, List<Post> allPost) {
   this.blogTitle = blogTitle;
   this.allPost = allPost;
   long t = -1;
   try {
     super.layout();
   } catch (RuntimeException e) {
     super.handleException(e);
   } // line 2
   return new cn.bran.japid.template.RenderResultPartial(
       getHeaders(), getOut(), t, actionRunners, sourceTemplate);
 }
Example #10
0
 public cn.bran.japid.template.RenderResult render(String msg, String m2, Integer age) {
   this.msg = msg;
   this.m2 = m2;
   this.age = age;
   long t = -1;
   try {
     super.layout();
   } catch (RuntimeException e) {
     super.handleException(e);
   } // line 1
   return new cn.bran.japid.template.RenderResultPartial(
       getHeaders(), getOut(), t, actionRunners, sourceTemplate);
 }