索引
All Classes and Interfaces|所有程序包
A
- AbstractGroupTemplateConfig - org.beetl.ext.spring中的类
-
GroupTemplate对象配置类的抽象基类
- AbstractGroupTemplateConfig() - 类的构造器 org.beetl.ext.spring.AbstractGroupTemplateConfig
- AccessExpressionIfFunction - org.beetl.ext.spring中的类
-
测试当前用户是否满足指定权限表达式
- AccessExpressionIfFunction() - 类的构造器 org.beetl.ext.spring.AccessExpressionIfFunction
- AccessUrlIfFunction - org.beetl.ext.spring中的类
-
测试指定URL当前用户是否满足访问权限
urlIf('/system/user_list.html', 'GET')
第一参数表示测试URL, 第二参数表示访问方式(默认GET,建议全大写) - AccessUrlIfFunction() - 类的构造器 org.beetl.ext.spring.AccessUrlIfFunction
- afterPropertiesSet() - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
-
初始化检查GroupTemplate
实现InitializingBean,在Bean IOC注入结束后自动调用 - antMatch(String, String...) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
以Ant表达式语法(*表达式)判断输入字符串是否匹配表达式
传入多个表达式时,只要有一个满足即可 - AuthenticationFunction - org.beetl.ext.spring中的类
-
返回当前登录用户的认证凭证
- AuthenticationFunction() - 类的构造器 org.beetl.ext.spring.AuthenticationFunction
B
- BeetlGroupUtilConfiguration - org.beetl.ext.spring中的类
-
<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>
- BeetlGroupUtilConfiguration() - 类的构造器 org.beetl.ext.spring.BeetlGroupUtilConfiguration
- BeetlSpringView - org.beetl.ext.spring中的类
- BeetlSpringView() - 类的构造器 org.beetl.ext.spring.BeetlSpringView
-
缺省构造函数
- BeetlSpringViewResolver - org.beetl.ext.spring中的类
-
Beetl ViewResolver视图解析器
- BeetlSpringViewResolver() - 类的构造器 org.beetl.ext.spring.BeetlSpringViewResolver
-
缺省构造函数
- buildView(String) - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
-
实例化GroupTemplate
C
- call(Object[], Context) - 类中的方法 org.beetl.ext.spring.AccessExpressionIfFunction
- call(Object[], Context) - 类中的方法 org.beetl.ext.spring.AccessUrlIfFunction
- call(Object[], Context) - 类中的方法 org.beetl.ext.spring.AuthenticationFunction
- call(Object[], Context) - 类中的方法 org.beetl.ext.spring.SpELFunction
-
方法调用
- capitalize(String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
首字母大写
- checkResource(Locale) - 类中的方法 org.beetl.ext.spring.BeetlSpringView
- config(GroupTemplate) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
配置GroupTemplate
- configFileResource - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
配置文件地址
- configProperties - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
配置属性
- containsAny(Collection<?>, Collection<?>) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
测试source集合中是否包含candidates集任意元素
- createTag() - 类中的方法 org.beetl.ext.spring.SpringBeanTagFactory
-
返回上下文中对应Tag bean对象
D
- destroy() - 类中的方法 org.beetl.ext.spring.SpELFunction
-
在关闭时清空表达式缓存
E
- endsWithIgnoreCase(String, String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
无视大小写的endsWith判断
- errorHandler - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
异常处理器
F
- fileExtension(String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
返回指定路径的文件的扩展名
注意返回结果不带"." - findFirstMatch(Collection<?>, Collection<?>) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
返回在source集合总第一个也属于candidates集的元素
- forward(String) - 类中的静态方法 org.beetl.ext.spring.BeetlSpringViewResolver
-
生成转发请求,这类请求不会产生BeetlView而是通过Servlet自身机制转发到其他url资源
G
- getConfig() - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
- getGroupTemplate() - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
- getGroupTemplate() - 类中的方法 org.beetl.ext.spring.BeetlSpringView
- groupTemplate - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
- groupTemplate - 类中的变量 org.beetl.ext.spring.BeetlSpringView
-
视图使用的Beetl GroupTemplate,由ViewResolver注入,如果不设置,取上下文中唯一的GroupTemplate对象
H
- html(String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
对值进行HTML转义
I
- init() - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
- initOther() - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
- isBlank(String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
测试输入值是否为空白, null视为空白, 无视字符串中的空白字符
J
- javaScript(String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
对值进行JavaScript转义
- join(Object, String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
在集合或数组元素之间拼接指定分隔符返回字符串
- joinEx(Object, String, String, String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
在集合或数组元素之间拼接指定分隔符返回字符串, 并在前后拼接前后缀
L
- logger - 类中的变量 org.beetl.ext.spring.BeetlSpringViewResolver
O
- org.beetl.ext.spring - 程序包 org.beetl.ext.spring
R
- redirect(String) - 类中的静态方法 org.beetl.ext.spring.BeetlSpringViewResolver
-
生成重定向请求,这类请求不会产生BeetlView而是通过Servlet自身机制重定向到其他url资源
- renderMergedTemplateModel(Map<String, Object>, HttpServletRequest, HttpServletResponse) - 类中的方法 org.beetl.ext.spring.BeetlSpringView
-
渲染指定视图
- requiredViewClass() - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
-
视图类
- resourceLoader - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
Beetl资源加载器,如果未指定,会自动依据ApplicationContext和配置文件识别
- root - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
S
- setApplicationContext(ApplicationContext) - 类中的方法 org.beetl.ext.spring.SpELFunction
-
Spring 应用程序上下文
- setApplicationContext(ApplicationContext) - 类中的方法 org.beetl.ext.spring.SpringBeanTagFactory
-
Spring 应用程序上下文
- setBeanName(String) - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
-
这个GroupTemplate的BeanName
- setConfig(BeetlGroupUtilConfiguration) - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
- setConfigFileResource(Resource) - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
配置文件地址
- setConfigProperties(Properties) - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
配置属性
- setErrorHandler(ErrorHandler) - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
异常处理器
- setFormats(Map<String, Format>) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
自定义格式化器
- setFunctionPackages(Map<String, Object>) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
自定义函数包
- setFunctions(Map<String, Function>) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
自定义函数
- setGroupTemplate(GroupTemplate) - 类中的方法 org.beetl.ext.spring.BeetlSpringView
-
视图使用的Beetl GroupTemplate,由ViewResolver注入,如果不设置,取上下文中唯一的GroupTemplate对象
- setGroupTemplate(GroupTemplate) - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
-
视图使用的Beetl GroupTemplate,如果不设置,取上下文中唯一的GroupTemplate对象
- setName(String) - 类中的方法 org.beetl.ext.spring.SpringBeanTagFactory
-
目标Bean名
- setPrefix(String) - 类中的方法 org.beetl.ext.spring.BeetlSpringViewResolver
- setResourceLoader(ResourceLoader) - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
Beetl资源加载器,如果未指定,会自动依据ApplicationContext和配置文件识别
- setRoot(String) - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
- setServletContext(ServletContext) - 类中的方法 org.beetl.ext.spring.AccessUrlIfFunction
-
Servlet Context上下文
- setServletContext(ServletContext) - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
- setSharedVars(Map<String, Object>) - 类中的方法 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
共享参数
- setTagFactorys(Map<String, TagFactory>) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
自定义标签
- setTypeFormats(Map<Class<?>, Format>) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
自定义类型默认格式化器
- setVirtualAttributeEvals(List<VirtualAttributeEval>) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
自定义虚拟属性执行器
- setVirtualClassAttributes(Map<Class<?>, VirtualClassAttribute>) - 类中的方法 org.beetl.ext.spring.AbstractGroupTemplateConfig
-
自定义虚拟属性
- sharedVars - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
-
共享变量
- SpELFunction - org.beetl.ext.spring中的类
-
SpEL表达式函数,spring.spel()
- SpELFunction() - 类的构造器 org.beetl.ext.spring.SpELFunction
- SpringBeanTagFactory - org.beetl.ext.spring中的类
-
使用指定名字的Spring Bean为Beetl的Tag对象 注意这个Tag Bean应该是prototype而非单例的,否则在程序中会有问题
- SpringBeanTagFactory() - 类的构造器 org.beetl.ext.spring.SpringBeanTagFactory
- startsWithIgnoreCase(String, String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
无视大小写的startsWith判断
U
- uncapitalize(String) - 类中的方法 org.beetl.ext.spring.UtilsFunctionPackage
-
首字母小写
- UtilsFunctionPackage - org.beetl.ext.spring中的类
-
整合了Spring自带静态工具类功能的FP类
- UtilsFunctionPackage() - 类的构造器 org.beetl.ext.spring.UtilsFunctionPackage
W
- webPath - 类中的变量 org.beetl.ext.spring.BeetlGroupUtilConfiguration
All Classes and Interfaces|所有程序包