jwo.write(sbf.toString());
jwo.flush();
}catch(Exception e){
e.printStackTrace();
}
return EVAL_PAGE;// 标签执行完后,继续执行后面的
}
public int doEndTag() throws JspException {
return SKIP_BODY;// 标签执行完后,不继续执行后面的
}
public void release() {
super.release();
contents = null;
}
public String getContents() {
return contents;
}
public void setContents(String contents) {
this.contents = contents;
}
/**
*
*/
private static final long serialVersionUID = 1L;
}