|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.context.annotation.ClassPathScanningCandidateComponentProvider
org.springframework.context.annotation.ClassPathBeanDefinitionScanner
org.zkoss.spring.context.annotation.ZkClassPathBeanDefinitionScanner
ClassPathBeanDefinitionScanner
which not only detects bean
candidates on the classpath but also those ZK component fields (with
@Resource
annotation) defined in such candidate beans annotated as
@Controller
and with a @AppliedTo
associated ZK component.
annotation.
public class ZkClassPathBeanDefinitionScanner
Field Summary |
---|
Fields inherited from class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider |
---|
logger |
Constructor Summary | |
---|---|
ZkClassPathBeanDefinitionScanner(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
Deprecated. |
|
ZkClassPathBeanDefinitionScanner(org.springframework.beans.factory.support.BeanDefinitionRegistry registry,
boolean useDefaultFilters)
Deprecated. |
Method Summary | |
---|---|
protected void |
postProcessBeanDefinition(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition,
String beanName)
Deprecated. Apply further settings to the given bean definition, beyond the contents retrieved from scanning the component class. |
Methods inherited from class org.springframework.context.annotation.ClassPathBeanDefinitionScanner |
---|
checkCandidate, doScan, getRegistry, isCompatible, registerBeanDefinition, scan, setAutowireCandidatePatterns, setBeanDefinitionDefaults, setBeanNameGenerator, setIncludeAnnotationConfig, setScopedProxyMode, setScopeMetadataResolver |
Methods inherited from class org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider |
---|
addExcludeFilter, addIncludeFilter, findCandidateComponents, getResourceLoader, isCandidateComponent, isCandidateComponent, registerDefaultFilters, resetFilters, resolveBasePackage, setResourceLoader, setResourcePattern |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ZkClassPathBeanDefinitionScanner(org.springframework.beans.factory.support.BeanDefinitionRegistry registry, boolean useDefaultFilters)
public ZkClassPathBeanDefinitionScanner(org.springframework.beans.factory.support.BeanDefinitionRegistry registry)
Method Detail |
---|
protected void postProcessBeanDefinition(org.springframework.beans.factory.support.AbstractBeanDefinition beanDefinition, String beanName)
postProcessBeanDefinition
in class org.springframework.context.annotation.ClassPathBeanDefinitionScanner
beanDefinition
- the scanned bean definitionbeanName
- the generated bean name for the given bean
ClassNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |