org.springframework.integration.security.config
Class JdkRegExpOrderedIncludeExcludeList.PatternHolder

java.lang.Object
  extended by org.springframework.integration.security.config.JdkRegExpOrderedIncludeExcludeList.PatternHolder
Enclosing class:
JdkRegExpOrderedIncludeExcludeList

private static class JdkRegExpOrderedIncludeExcludeList.PatternHolder
extends java.lang.Object


Field Summary
private  java.util.regex.Pattern compiledPattern
           
private  IncludeExcludePattern includeExcludePattern
           
 
Constructor Summary
JdkRegExpOrderedIncludeExcludeList.PatternHolder(java.util.regex.Pattern compiledPattern, IncludeExcludePattern includeExcludePattern)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

compiledPattern

private final java.util.regex.Pattern compiledPattern

includeExcludePattern

private final IncludeExcludePattern includeExcludePattern
Constructor Detail

JdkRegExpOrderedIncludeExcludeList.PatternHolder

public JdkRegExpOrderedIncludeExcludeList.PatternHolder(java.util.regex.Pattern compiledPattern,
                                                        IncludeExcludePattern includeExcludePattern)