org.zkoss.spring.config
Class ZkComponentFactoryBeansDefinitionParser

java.lang.Object
  extended by org.zkoss.spring.config.ZkComponentFactoryBeansDefinitionParser
All Implemented Interfaces:
org.springframework.beans.factory.xml.BeanDefinitionParser

public class ZkComponentFactoryBeansDefinitionParser
extends 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

Field Summary
static String ATT_IDS
           
static String ATT_SCOPE
           
 
Constructor Summary
ZkComponentFactoryBeansDefinitionParser()
           
 
Method Summary
 org.springframework.beans.factory.config.BeanDefinition parse(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
 

Field Detail

ATT_IDS

public static final String ATT_IDS
See Also:
Constant Field Values

ATT_SCOPE

public static final String ATT_SCOPE
See Also:
Constant Field Values
Constructor Detail

ZkComponentFactoryBeansDefinitionParser

public ZkComponentFactoryBeansDefinitionParser()
Method Detail

parse

public org.springframework.beans.factory.config.BeanDefinition parse(Element element,
                                                                     org.springframework.beans.factory.xml.ParserContext pc)
Specified by:
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser


Copyright © 2012. All Rights Reserved.