HtmlTag.java 文件源码

java
阅读 30 收藏 0 点赞 0 评论 0

项目:lams 作者:
private void writeString(String output) {
try {
    JspWriter writer = pageContext.getOut();
    writer.println(output);
} catch (IOException e) {
    log.error("HTML tag unable to write out HTML details due to IOException.", e);
    // don't throw a JSPException as we want the system to still function, well, best
    // the page can without the html tag!
}
   }
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号