Package org.zkoss.spring.context.annotation

This package contains interfaces and classes for ZK Spring core supported annotations

See:
          Description

Class Summary
ZkClassPathBeanDefinitionScanner Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer An enhanced 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.
ZkComponentScanBeanDefinitionParser Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer Enhanced version to handle annotation based ZK component Spring bean definition.
 

Annotation Types Summary
AfterCompose Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer Used to specify a method that would be called after the associated ZK component is composed.
AppliedTo Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer Used to specify the associated ZK component for the annotated controller class.
EventHandler Deprecated. after release of zkspring 3.1, suggest to use SelectorComposer or GenericForwardComposer Used to annotate method as an event listener of the specified target ZK component and event name in the form of "abc.onXyz".
 

Package org.zkoss.spring.context.annotation Description

This package contains interfaces and classes for ZK Spring core supported annotations



Copyright © 2012. All Rights Reserved.