| 类 | 说明 |
|---|---|
| AbstractGroupTemplateConfig |
GroupTemplate对象配置类的抽象基类
|
| AccessExpressionIfFunction |
测试当前用户是否满足指定权限表达式
|
| AccessUrlIfFunction |
测试指定URL当前用户是否满足访问权限
urlIf('/system/user_list.html', 'GET')第一参数表示测试URL, 第二参数表示访问方式(默认GET,建议全大写) |
| AuthenticationFunction |
返回当前登录用户的认证凭证
|
| 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视图解析器
|
| SpELFunction |
SpEL表达式函数,spring.spel()
|
| SpringBeanTagFactory |
使用指定名字的Spring Bean为Beetl的Tag对象 注意这个Tag Bean应该是prototype而非单例的,否则在程序中会有问题
|
| UtilsFunctionPackage |
整合了Spring自带静态工具类功能的FP类
|
Copyright © 2017. All rights reserved.