类的使用
org.beetl.core.tag.Tag
使用Tag的程序包
-
org.beetl.core中Tag的使用
返回Tag的org.beetl.core中的方法参数类型为Tag的org.beetl.core中的方法 -
org.beetl.core.statement中Tag的使用
参数类型为Tag的org.beetl.core.statement中的方法 -
org.beetl.core.tag中Tag的使用
修饰符和类型类说明class此类子类将可以作为html 标签使用,除了能实现bindVars来初始化绑定的变量外,允许render方法里通过调用 方法bind(name,value) 来绑定变量,或者更常用的是binds(Object... array)如下是一个例子class封装了html 标签调用,转为Beetl转为真正的Tag执行classGeneralVarTagBinding的html标签封装,带变量绑定的html标签调用的标签声明为Tag的org.beetl.core.tag中的字段返回Tag的org.beetl.core.tag中的方法