Class JspRender

java.lang.Object
org.noear.solon.view.jsp.JspRender
All Implemented Interfaces:
org.noear.solon.core.handle.Render

public class JspRender extends Object implements org.noear.solon.core.handle.Render
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    render(Object obj, org.noear.solon.core.handle.Context ctx)
     
    void
    render_mav(org.noear.solon.core.handle.ModelAndView mv, org.noear.solon.core.handle.Context ctx)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.noear.solon.core.handle.Render

    matched, name, renderAndReturn
  • Constructor Details

    • JspRender

      public JspRender()
  • Method Details

    • render

      public void render(Object obj, org.noear.solon.core.handle.Context ctx) throws Throwable
      Specified by:
      render in interface org.noear.solon.core.handle.Render
      Throws:
      Throwable
    • render_mav

      public void render_mav(org.noear.solon.core.handle.ModelAndView mv, org.noear.solon.core.handle.Context ctx) throws Throwable
      Throws:
      Throwable