org.zkoss.spring.config
Class ZkComponentFactoryBeansDefinitionParser
java.lang.Object
org.zkoss.spring.config.ZkComponentFactoryBeansDefinitionParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class ZkComponentFactoryBeansDefinitionParser
- extends java.lang.Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
Allows for mass convenient creation of ZkComponentFactoryBean
beans for bijection of ZK component and Spring bean.
- Since:
- 1.2
- Author:
- henrichen
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext pc)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATT_IDS
public static final java.lang.String ATT_IDS
- See Also:
- Constant Field Values
ATT_SCOPE
public static final java.lang.String ATT_SCOPE
- See Also:
- Constant Field Values
ZkComponentFactoryBeansDefinitionParser
public ZkComponentFactoryBeansDefinitionParser()
parse
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext pc)
- Specified by:
parse
in interface org.springframework.beans.factory.xml.BeanDefinitionParser
Copyright © 2005-2007 Potix Corporation. All Rights Reserved.