home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2004 December / PCpro_2004_12.ISO / files / webserver / xampp / xampp-tomcat-addon-1.4.9-installer.exe / shuffle_jsp$shuffle_jspHelper.class (.txt) < prev    next >
Encoding:
Java Class File  |  2004-05-17  |  4.1 KB  |  151 lines

  1. package org.apache.jsp.jsp2.jspattribute;
  2.  
  3. import java.io.Writer;
  4. import javax.servlet.jsp.JspContext;
  5. import javax.servlet.jsp.JspException;
  6. import javax.servlet.jsp.JspWriter;
  7. import javax.servlet.jsp.SkipPageException;
  8. import javax.servlet.jsp.tagext.JspTag;
  9. import org.apache.jasper.runtime.JspFragmentHelper;
  10.  
  11. class shuffle_jsp$shuffle_jspHelper extends JspFragmentHelper {
  12.    private JspTag _jspx_parent;
  13.    private int[] _jspx_push_body_count;
  14.    // $FF: synthetic field
  15.    private final shuffle_jsp this$0;
  16.  
  17.    public shuffle_jsp$shuffle_jspHelper(shuffle_jsp this$0, int discriminator, JspContext jspContext, JspTag _jspx_parent, int[] _jspx_push_body_count) {
  18.       super(discriminator, jspContext, _jspx_parent);
  19.       this.this$0 = this$0;
  20.       this._jspx_parent = _jspx_parent;
  21.       this._jspx_push_body_count = _jspx_push_body_count;
  22.    }
  23.  
  24.    public boolean invoke0(JspWriter out) throws Throwable {
  25.       out.write("<tr>\r\n              ");
  26.       if (shuffle_jsp.access$000(this.this$0, this._jspx_parent, this._jspx_page_context)) {
  27.          return true;
  28.       } else {
  29.          out.write("\r\n            </tr>");
  30.          return false;
  31.       }
  32.    }
  33.  
  34.    public boolean invoke1(JspWriter out) throws Throwable {
  35.       return shuffle_jsp.access$100(this.this$0, this._jspx_parent, this._jspx_page_context);
  36.    }
  37.  
  38.    public boolean invoke2(JspWriter out) throws Throwable {
  39.       return shuffle_jsp.access$200(this.this$0, this._jspx_parent, this._jspx_page_context);
  40.    }
  41.  
  42.    public boolean invoke3(JspWriter out) throws Throwable {
  43.       return shuffle_jsp.access$300(this.this$0, this._jspx_parent, this._jspx_page_context);
  44.    }
  45.  
  46.    public boolean invoke4(JspWriter out) throws Throwable {
  47.       out.write("<tr>\r\n              ");
  48.       if (shuffle_jsp.access$400(this.this$0, this._jspx_parent, this._jspx_page_context)) {
  49.          return true;
  50.       } else {
  51.          out.write("\r\n            </tr>");
  52.          return false;
  53.       }
  54.    }
  55.  
  56.    public boolean invoke5(JspWriter out) throws Throwable {
  57.       return shuffle_jsp.access$500(this.this$0, this._jspx_parent, this._jspx_page_context);
  58.    }
  59.  
  60.    public boolean invoke6(JspWriter out) throws Throwable {
  61.       return shuffle_jsp.access$600(this.this$0, this._jspx_parent, this._jspx_page_context);
  62.    }
  63.  
  64.    public boolean invoke7(JspWriter out) throws Throwable {
  65.       return shuffle_jsp.access$700(this.this$0, this._jspx_parent, this._jspx_page_context);
  66.    }
  67.  
  68.    public boolean invoke8(JspWriter out) throws Throwable {
  69.       out.write("<tr>\r\n              ");
  70.       if (shuffle_jsp.access$800(this.this$0, this._jspx_parent, this._jspx_page_context)) {
  71.          return true;
  72.       } else {
  73.          out.write("\r\n            </tr>");
  74.          return false;
  75.       }
  76.    }
  77.  
  78.    public boolean invoke9(JspWriter out) throws Throwable {
  79.       return shuffle_jsp.access$900(this.this$0, this._jspx_parent, this._jspx_page_context);
  80.    }
  81.  
  82.    public boolean invoke10(JspWriter out) throws Throwable {
  83.       return shuffle_jsp.access$1000(this.this$0, this._jspx_parent, this._jspx_page_context);
  84.    }
  85.  
  86.    public boolean invoke11(JspWriter out) throws Throwable {
  87.       return shuffle_jsp.access$1100(this.this$0, this._jspx_parent, this._jspx_page_context);
  88.    }
  89.  
  90.    public void invoke(Writer writer) throws JspException {
  91.       JspWriter out = null;
  92.       if (writer != null) {
  93.          out = this.jspContext.pushBody(writer);
  94.       } else {
  95.          out = this.jspContext.getOut();
  96.       }
  97.  
  98.       try {
  99.          switch (this.discriminator) {
  100.             case 0:
  101.                this.invoke0(out);
  102.                break;
  103.             case 1:
  104.                this.invoke1(out);
  105.                break;
  106.             case 2:
  107.                this.invoke2(out);
  108.                break;
  109.             case 3:
  110.                this.invoke3(out);
  111.                break;
  112.             case 4:
  113.                this.invoke4(out);
  114.                break;
  115.             case 5:
  116.                this.invoke5(out);
  117.                break;
  118.             case 6:
  119.                this.invoke6(out);
  120.                break;
  121.             case 7:
  122.                this.invoke7(out);
  123.                break;
  124.             case 8:
  125.                this.invoke8(out);
  126.                break;
  127.             case 9:
  128.                this.invoke9(out);
  129.                break;
  130.             case 10:
  131.                this.invoke10(out);
  132.                break;
  133.             case 11:
  134.                this.invoke11(out);
  135.          }
  136.       } catch (Throwable e) {
  137.          if (e instanceof SkipPageException) {
  138.             throw (SkipPageException)e;
  139.          }
  140.  
  141.          throw new JspException(e);
  142.       } finally {
  143.          if (writer != null) {
  144.             this.jspContext.popBody();
  145.          }
  146.  
  147.       }
  148.  
  149.    }
  150. }
  151.