org.acegisecurity.intercept.web
public class FilterInvocationDefinitionSourceEditor extends java.beans.PropertyEditorSupport
FilterInvocationDefinitionSource
.The class creates and
populates a RegExpBasedFilterInvocationDefinitionMap
or PathBasedFilterInvocationDefinitionMap
(depending on the type of patterns presented).
By default the class treats presented patterns as regular expressions. If the keyword
PATTERN_TYPE_APACHE_ANT
is present (case sensitive), patterns will be treated as Apache Ant paths
rather than regular expressions.
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DIRECTIVE_CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON |
static java.lang.String |
DIRECTIVE_PATTERN_TYPE_APACHE_ANT |
Constructor and Description |
---|
FilterInvocationDefinitionSourceEditor() |
Modifier and Type | Method and Description |
---|---|
void |
setAsText(java.lang.String s) |
public static final java.lang.String DIRECTIVE_CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
public static final java.lang.String DIRECTIVE_PATTERN_TYPE_APACHE_ANT
Copyright © 2004-2014 Interface21, Inc. All Rights Reserved.