org.springframework.security.config
Class ConfigUtils
java.lang.Object
org.springframework.security.config.ConfigUtils
public abstract class ConfigUtils
- extends Object
Utility methods used internally by the Spring Security namespace configuration code.
- Version:
- $Id$
- Author:
- Luke Taylor, Ben Alex
Nested Class Summary |
static class |
ConfigUtils.FilterChainList
Bean which holds the list of filters which are maintained in the context and modified by calls to
addHttpFilter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigUtils
public ConfigUtils()
countNonEmpty
public static int countNonEmpty(String[] objects)
addVoter
public static void addVoter(BeanDefinition voter,
ParserContext parserContext)
Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.