Spring Security Framework

org.springframework.security.config
Class SecurityNamespaceHandler

java.lang.Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.springframework.security.config.SecurityNamespaceHandler
All Implemented Interfaces:
NamespaceHandler

public class SecurityNamespaceHandler
extends NamespaceHandlerSupport

Registers the bean definition parsers for the "security" namespace (http://www.springframework.org/schema/security).

Since:
2.0
Version:
$Id$
Author:
Luke Taylor, Ben Alex

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

Constructor Detail

SecurityNamespaceHandler

public SecurityNamespaceHandler()
Method Detail

init

public void init()

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.