public class FilterInvocationDefinitionSourceEditor
extends java.beans.PropertyEditorSupport
FilterInvocationDefinitionSource
.
Note that from version 2.0, the use of property-editor based configuration is deprecated in favour of namespace configuration options.
The class creates and populates a
DefaultFilterInvocationDefinitionSource
using either an Ant or Regular Expression URL matching strategy 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
Deprecated.
|
static java.lang.String |
DIRECTIVE_PATTERN_TYPE_APACHE_ANT
Deprecated.
|
Constructor and Description |
---|
FilterInvocationDefinitionSourceEditor()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
setAsText(java.lang.String s)
Deprecated.
|
public static final java.lang.String DIRECTIVE_CONVERT_URL_TO_LOWERCASE_BEFORE_COMPARISON
public static final java.lang.String DIRECTIVE_PATTERN_TYPE_APACHE_ANT