public final class SecurityNamespaceHandler
extends java.lang.Object
implements org.springframework.beans.factory.xml.NamespaceHandler
| Constructor and Description | 
|---|
SecurityNamespaceHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
org.springframework.beans.factory.config.BeanDefinitionHolder | 
decorate(org.w3c.dom.Node node,
        org.springframework.beans.factory.config.BeanDefinitionHolder definition,
        org.springframework.beans.factory.xml.ParserContext pc)  | 
void | 
init()  | 
org.springframework.beans.factory.config.BeanDefinition | 
parse(org.w3c.dom.Element element,
     org.springframework.beans.factory.xml.ParserContext pc)  | 
public org.springframework.beans.factory.config.BeanDefinition parse(org.w3c.dom.Element element,
                                                                     org.springframework.beans.factory.xml.ParserContext pc)
parse in interface org.springframework.beans.factory.xml.NamespaceHandlerpublic org.springframework.beans.factory.config.BeanDefinitionHolder decorate(org.w3c.dom.Node node,
                                                                              org.springframework.beans.factory.config.BeanDefinitionHolder definition,
                                                                              org.springframework.beans.factory.xml.ParserContext pc)
decorate in interface org.springframework.beans.factory.xml.NamespaceHandlerpublic void init()
init in interface org.springframework.beans.factory.xml.NamespaceHandler