()
| 63 | } |
| 64 | |
| 65 | @Override |
| 66 | public void doInitBody() throws JspException { |
| 67 | pageContext.setAttribute("member", atts[i]); |
| 68 | i++; |
| 69 | } |
| 70 | |
| 71 | @Override |
| 72 | public int doAfterBody() throws JspException { |
nothing calls this directly
no test coverage detected