| 类 | 说明 |
|---|---|
| AbstractGroupTemplateConfig |
GroupTemplate对象配置类的抽象基类
|
| BeetlGroupUtilConfiguration |
<bean id="beetlConfig" class="org.beetl.ext.spring.BeetlGroupUtilConfiguration" init-method="init" >
</bean >
<bean id="viewResolver" class="org.beetl.ext.spring.BeetlSpringViewResolver">
<property name="contentType" value="text/html;charset=UTF-8"></property>
</bean>
beetl 在spring mvc 中的配置
用户继承此类,并实现 initOther方法,以注册自己的函数,标签等
|
| BeetlSpringView | |
| BeetlSpringViewResolver |
Beetl ViewResolver视图解析器
|
| SpringBeanTagFactory |
使用指定名字的Spring Bean为Beetl的Tag对象 注意这个Tag Bean应该是prototype而非单例的,否则在程序中会有问题
|
Copyright © 2015. All rights reserved.