Exemplo n.º 1
0
//
// NOTE: This file was generated from: japidviews/templates/ImplicitObjects.html
// Change to this file will be lost next time the template file is compiled.
//
public class ImplicitObjects extends cn.bran.play.JapidTemplateBase {
  public static final String sourceTemplate = "japidviews/templates/ImplicitObjects.html";

  {
    putHeader("Content-Type", "text/html; charset=utf-8");
    setContentType("text/html; charset=utf-8");
  }

  // - add implicit fields with Play

  final Request request = Implicit.request();
  final Response response = Implicit.response();
  final Session session = Implicit.session();
  final Flash flash = Implicit.flash();
  final Lang lang = Implicit.lang();
  final play.Play _play = new play.Play();

  // - end of implicit fields with Play

  public ImplicitObjects() {
    super(null);
  }

  public ImplicitObjects(StringBuilder out) {
    super(out);
  }
  /* based on https://github.com/branaway/Japid/issues/12
   */
  public static final String[] argNames = new String[] {
        /* args of the template*/
      };
  public static final String[] argTypes = new String[] {
        /* arg types of the template*/
      };
  public static final Object[] argDefaults = new Object[] {};
  public static java.lang.reflect.Method renderMethod =
      getRenderMethod(japidviews.templates.ImplicitObjects.class);

  {
    setRenderMethod(renderMethod);
    setArgNames(argNames);
    setArgTypes(argTypes);
    setArgDefaults(argDefaults);
    setSourceTemplate(sourceTemplate);
  }
  ////// end of named args stuff

  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);
  }

  @Override
  protected void doLayout() {
    beginDoLayout(sourceTemplate);
    // ------
    p("\n" + "\n" + "<p>request: "); // line 1
    p(request); // line 3
    p("</p>\n" + "<p>response: "); // line 3
    p(response); // line 4
    p("</p>\n" + "<p>flash: "); // line 4
    p(flash); // line 5
    p("</p>\n" + "<p>session: "); // line 5
    p(session); // line 6
    p("</p>\n" + "<p>play: "); // line 6
    p(_play); // line 7
    p("</p>"); // line 7

    endDoLayout(sourceTemplate);
  }
}
Exemplo n.º 2
0
//
// NOTE: This file was generated from: japidviews/RouterB/b2.html
// Change to this file will be lost next time the template file is compiled.
//
public class b2 extends cn.bran.play.JapidTemplateBase {
  public static final String sourceTemplate = "japidviews/RouterB/b2.html";

  {
    putHeader("Content-Type", "text/html; charset=utf-8");
    setContentType("text/html; charset=utf-8");
  }

  // - add implicit fields with Play
  boolean hasHttpContext = play.mvc.Http.Context.current.get() != null ? true : false;

  final Request request = hasHttpContext ? Implicit.request() : null;
  final Response response = hasHttpContext ? Implicit.response() : null;
  final Session session = hasHttpContext ? Implicit.session() : null;
  final Flash flash = hasHttpContext ? Implicit.flash() : null;
  final Lang lang = hasHttpContext ? Implicit.lang() : null;
  final play.Play _play = new play.Play();

  // - end of implicit fields with Play

  public b2() {
    super(null);
  }

  public b2(StringBuilder out) {
    super(out);
  }
  /* based on https://github.com/branaway/Japid/issues/12
   */
  public static final String[] argNames = new String[] {
        /* args of the template*/
      };
  public static final String[] argTypes = new String[] {
        /* arg types of the template*/
      };
  public static final Object[] argDefaults = new Object[] {};
  public static java.lang.reflect.Method renderMethod =
      getRenderMethod(japidviews.RouterB.b2.class);

  {
    setRenderMethod(renderMethod);
    setArgNames(argNames);
    setArgTypes(argTypes);
    setArgDefaults(argDefaults);
    setSourceTemplate(sourceTemplate);
  }
  ////// end of named args stuff

  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);
  }

  @Override
  protected void doLayout() {
    beginDoLayout(sourceTemplate);
    // ------
    p("ROUTER - B2 action"); // line 1

    endDoLayout(sourceTemplate);
  }
}
Exemplo n.º 3
0
//
// NOTE: This file was generated from: japidviews/templates/JavaScript.html
// Change to this file will be lost next time the template file is compiled.
//
public class JavaScript extends cn.bran.play.JapidTemplateBase {
  public static final String sourceTemplate = "japidviews/templates/JavaScript.html";

  {
    putHeader("Content-Type", "text/html; charset=utf-8");
    setContentType("text/html; charset=utf-8");
  }

  // - add implicit fields with Play

  final Request request = Implicit.request();
  final Response response = Implicit.response();
  final Session session = Implicit.session();
  final Flash flash = Implicit.flash();
  final Lang lang = Implicit.lang();
  final play.Play _play = new play.Play();

  // - end of implicit fields with Play

  public JavaScript() {
    super(null);
  }

  public JavaScript(StringBuilder out) {
    super(out);
  }
  /* based on https://github.com/branaway/Japid/issues/12
   */
  public static final String[] argNames =
      new String[] {
        /* args of the template*/
        "hello",
      };
  public static final String[] argTypes =
      new String[] {
        /* arg types of the template*/
        "String",
      };
  public static final Object[] argDefaults =
      new Object[] {
        null,
      };
  public static java.lang.reflect.Method renderMethod =
      getRenderMethod(japidviews.templates.JavaScript.class);

  {
    setRenderMethod(renderMethod);
    setArgNames(argNames);
    setArgTypes(argTypes);
    setArgDefaults(argDefaults);
    setSourceTemplate(sourceTemplate);
  }
  ////// end of named args stuff

  private String hello; // line 1

  public cn.bran.japid.template.RenderResult render(String hello) {
    this.hello = hello;
    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);
  }

  @Override
  protected void doLayout() {
    beginDoLayout(sourceTemplate);
    // ------
    ; // line 1
    p(
        "\n"
            + "<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\">\n"
            + "<html>\n"
            + "<head>\n"
            + "<meta http-equiv=\"Content-Type\" content=\"text/html; charset=GB18030\">\n"
            + "<title>Insert title here</title>\n"
            + "</head>\n"
            + "<body>\n"
            + "<script type=\"text/javascript\" charset=\"utf-8\">\n"
            + "    $(function() {         \n"
            + "        // Expose the form \n"
            + "        $('form').click(function() { \n"
            + "            $('form').expose({api: true}).load('\\n\\t'); \n"
            + "        }); \n"
            + "        \n"
            + "        // If there is an error, focus to form\n"
            + "        if($('form .error').size()) {\n"
            + "            $('form').expose({api: true, loadSpeed: 0}).load(); \n"
            + "            $('form input').get(0).focus();\n"
            + "        }\n"
            + "    });\n"
            + "</script>\n"); // line 1
    p(hello); // line 24
    p("\n" + "</body>\n" + "</html>"); // line 24

    endDoLayout(sourceTemplate);
  }
}