public class SessionCacheManager extends Object implements org.springframework.context.ApplicationContextAware
| 构造器和说明 |
|---|
SessionCacheManager() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.springframework.context.ApplicationContext |
getApplicationContext() |
static SessionCache |
getSessionCache() |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setBeanName(String beanName) |
void |
setSessionCache(SessionCache sessionCache) |
public static SessionCache getSessionCache()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
throws org.springframework.beans.BeansException
setApplicationContext 在接口中 org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionpublic void setSessionCache(SessionCache sessionCache)
public void setBeanName(String beanName)
public static org.springframework.context.ApplicationContext getApplicationContext()
Copyright © 2016. All rights reserved.