org.directwebremoting.spring.namespace
Class AnnotationScannerParser
java.lang.Object
org.directwebremoting.spring.namespace.AnnotationScannerParser
- All Implemented Interfaces:
- org.springframework.beans.factory.xml.BeanDefinitionParser
public class AnnotationScannerParser
- extends java.lang.Object
- implements org.springframework.beans.factory.xml.BeanDefinitionParser
Register a new bean definition and a proxy for each class that is annotated with
RemoteProxy and is detected scanning the
base-package directory. It will also scan for DTOs and global filters in the same way.
- Author:
- Jose Noheda [jose.noheda@gmail.com]
|
Method Summary |
org.springframework.beans.factory.config.BeanDefinition |
parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationScannerParser
public AnnotationScannerParser()
parse
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
- Specified by:
parse in interface org.springframework.beans.factory.xml.BeanDefinitionParser