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 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

Field Summary
static java.lang.String ATT_IDS
           
static java.lang.String ATT_SCOPE
           
 
Constructor Summary
ZkComponentFactoryBeansDefinitionParser()
           
 
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
 

Field Detail

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
Constructor Detail

ZkComponentFactoryBeansDefinitionParser

public ZkComponentFactoryBeansDefinitionParser()
Method Detail

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.