public class SpELFunction extends Object implements Function, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean
| 构造器和说明 |
|---|
SpELFunction() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
call(Object[] args,
Context context)
方法调用
|
void |
destroy()
在关闭时清空表达式缓存
|
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
Spring 应用程序上下文
|
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareapplicationContext - Spring 应用程序上下文public void destroy()
destroy 在接口中 org.springframework.beans.factory.DisposableBeanCopyright © 2017. All rights reserved.