org.directwebremoting.spring
Class DwrNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.directwebremoting.spring.DwrNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

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

The Spring namespace handler which handles all elements that are defined as part of the DWR namespace.
The DWR namespace is defined in the spring-dwr-X.X.xsd file. All elements that are encountered in Spring configuration files are automatically converted to their actual bean representation in the Spring bean registry.

Author:
Erik Wiersma, Bram Smeets, Joe Walker [joe at getahead dot ltd dot uk]

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

Constructor Detail

DwrNamespaceHandler

public DwrNamespaceHandler()
Method Detail

init

public void init()

Copyright ? 2005