| 程序包 | 说明 |
|---|---|
| org.beetl.ext.spring |
| 类和说明 |
|---|
| 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 |
Copyright © 2015. All rights reserved.