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!
}
}
HtmlTag.java 文件源码
java
阅读 30
收藏 0
点赞 0
评论 0
项目:lams
作者:
评论列表
文章目录