org.jboss.seam.spring.namespace
Class SeamSpringNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.jboss.seam.spring.namespace.SeamSpringNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

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

A NamespaceHandler for Spring/CDI integration.


Field Summary
static String BEAN_MANAGER_ELEMENT_NAME
           
 
Constructor Summary
SeamSpringNamespaceHandler()
           
 
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
 

Field Detail

BEAN_MANAGER_ELEMENT_NAME

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

SeamSpringNamespaceHandler

public SeamSpringNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2011 Seam Framework. All Rights Reserved.