Package org.zkoss.spring.config
Class ZkScopesConfigurer
java.lang.Object
org.springframework.beans.factory.config.CustomScopeConfigurer
org.zkoss.spring.config.ZkScopesConfigurer
- All Implemented Interfaces:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.core.Ordered
public class ZkScopesConfigurer
extends org.springframework.beans.factory.config.CustomScopeConfigurer
Register zk specific scopes
- Since:
- 4.0
- Author:
- robert
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.beans.factory.config.CustomScopeConfigurer
addScope, getOrder, postProcessBeanFactory, setBeanClassLoader, setOrder, setScopes
-
Constructor Details
-
ZkScopesConfigurer
public ZkScopesConfigurer()
-