示例#1
0
  public void doTag() throws JspException, java.io.IOException {
    PageContext _jspx_page_context = (PageContext) jspContext;
    HttpServletRequest request = (HttpServletRequest) _jspx_page_context.getRequest();
    HttpServletResponse response = (HttpServletResponse) _jspx_page_context.getResponse();
    HttpSession session = _jspx_page_context.getSession();
    ServletContext application = _jspx_page_context.getServletContext();
    ServletConfig config = _jspx_page_context.getServletConfig();
    JspWriter out = jspContext.getOut();
    _jspInit(config);
    jspContext.getELContext().putContext(JspContext.class, jspContext);
    if (getRender() != null) _jspx_page_context.setAttribute("render", getRender());

    try {
      if (_jspx_meth_c_005fif_005f0(_jspx_page_context)) return;
    } catch (Throwable t) {
      if (t instanceof SkipPageException) throw (SkipPageException) t;
      if (t instanceof java.io.IOException) throw (java.io.IOException) t;
      if (t instanceof IllegalStateException) throw (IllegalStateException) t;
      if (t instanceof JspException) throw (JspException) t;
      throw new JspException(t);
    } finally {
      jspContext.getELContext().putContext(JspContext.class, super.getJspContext());
      ((org.apache.jasper.runtime.JspContextWrapper) jspContext).syncEndTagFile();
      _jspDestroy();
    }
  }
示例#2
0
  public void doTag() throws JspException, java.io.IOException {
    PageContext _jspx_page_context = (PageContext) jspContext;
    HttpServletRequest request = (HttpServletRequest) _jspx_page_context.getRequest();
    HttpServletResponse response = (HttpServletResponse) _jspx_page_context.getResponse();
    HttpSession session = _jspx_page_context.getSession();
    ServletContext application = _jspx_page_context.getServletContext();
    ServletConfig config = _jspx_page_context.getServletConfig();
    JspWriter out = jspContext.getOut();
    _jspInit(config);
    jspContext.getELContext().putContext(JspContext.class, jspContext);

    try {
      out.write("\n");
      out.write("\n");
      out.write("\n");
      out.write("<div class=\"nav dropdown pull-right\">\n");
      out.write("    <a class=\"dropdown-toggle\" data-toggle=\"dropdown\" href=\"#\">\n");
      out.write("    \t排序: ");
      out.write(
          (java.lang.String)
              org.apache.jasper.runtime.PageContextImpl.proprietaryEvaluate(
                  "${sortTypes[param.sortType]}",
                  java.lang.String.class,
                  (PageContext) this.getJspContext(),
                  null,
                  false));
      out.write(" <b class=\"caret\"></b>\n");
      out.write("    </a>\n");
      out.write("\t<ul class=\"dropdown-menu\" >\n");
      out.write("\t   \t");
      if (_jspx_meth_c_005fforEach_005f0(_jspx_page_context)) return;
      out.write("\n");
      out.write("\t</ul>\n");
      out.write("</div>");
    } catch (Throwable t) {
      if (t instanceof SkipPageException) throw (SkipPageException) t;
      if (t instanceof java.io.IOException) throw (java.io.IOException) t;
      if (t instanceof IllegalStateException) throw (IllegalStateException) t;
      if (t instanceof JspException) throw (JspException) t;
      throw new JspException(t);
    } finally {
      jspContext.getELContext().putContext(JspContext.class, super.getJspContext());
      ((org.apache.jasper.runtime.JspContextWrapper) jspContext).syncEndTagFile();
      _jspDestroy();
    }
  }
示例#3
0
 public void setRender(java.lang.Boolean render) {
   this.render = render;
   jspContext.setAttribute("render", render);
 }
示例#4
0
 public void setObject(java.lang.Object object) {
   this.object = object;
   jspContext.setAttribute("object", object);
 }
示例#5
0
 public void setZ(java.lang.String z) {
   this.z = z;
   jspContext.setAttribute("z", z);
 }
示例#6
0
 public void setId(java.lang.String id) {
   this.id = id;
   jspContext.setAttribute("id", id);
 }
示例#7
0
 public void setCalendar(java.lang.Boolean calendar) {
   this.calendar = calendar;
   jspContext.setAttribute("calendar", calendar);
 }
示例#8
0
 public void setDateTimePattern(java.lang.String dateTimePattern) {
   this.dateTimePattern = dateTimePattern;
   jspContext.setAttribute("dateTimePattern", dateTimePattern);
 }
示例#9
0
 public void setDate(java.lang.Boolean date) {
   this.date = date;
   jspContext.setAttribute("date", date);
 }
示例#10
0
 public void setLabel(java.lang.String label) {
   this.label = label;
   jspContext.setAttribute("label", label);
 }
示例#11
0
 public void setField(java.lang.String field) {
   this.field = field;
   jspContext.setAttribute("field", field);
 }
示例#12
0
 public void setMaxLength(java.lang.Integer maxLength) {
   this.maxLength = maxLength;
   jspContext.setAttribute("maxLength", maxLength);
 }
示例#13
0
 public void setProperty(java.lang.String property) {
   this.property = property;
   jspContext.setAttribute("property", property);
 }