org.zkoss.spring.config
Class ZkSpringNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.zkoss.spring.config.ZkSpringNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public class ZkSpringNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

Registers the bean definition parsers for the ZK + Spring namespace. (http://www.zkoss.org/2008/zkspring").

Since:
1.0
Author:
henrichen

Constructor Summary
ZkSpringNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZkSpringNamespaceHandler

public ZkSpringNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.