类 IncludeFragmentTag
java.lang.Object
org.beetl.core.tag.Tag
org.beetl.ext.tag.IncludeFragmentTag
包含模板的一部分内容,类似ajax渲染
<%
includeFragment("/layout.btl","c1"){}
%>
//layout.btl
<%
#fragment c1:{
print("ok c1" +1/0);
}
%>
<%
#fragment c2:{
print("ok c2");
}
%>
-
字段概要
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.beetl.core.tag.Tag
afterRender, containHtmlAttribute, doBodyRender, getArgs, getBodyContent, getHtmlAttribute, getParent, inintBase, init, setTagParent