主题:getEnclosingWriter()方法是什么意思
getEnclosingWriter()
Get the enclosing JspWriter.
帮助文档里写的看不懂~ 得到未关闭的jspWriter?
BodyContent bodyContent = super.getBodyContent();
String bodyString = bodyContent.getString();
JspWriter out = bodyContent.getEnclosingWriter();
Get the enclosing JspWriter.
帮助文档里写的看不懂~ 得到未关闭的jspWriter?
BodyContent bodyContent = super.getBodyContent();
String bodyString = bodyContent.getString();
JspWriter out = bodyContent.getEnclosingWriter();