com.opensymphony.xwork2.security
Class ExcludedPatternsChecker.IsExcluded

java.lang.Object
  extended by com.opensymphony.xwork2.security.ExcludedPatternsChecker.IsExcluded
Enclosing interface:
ExcludedPatternsChecker

public static final class ExcludedPatternsChecker.IsExcluded
extends Object


Method Summary
 String getExcludedPattern()
           
 boolean isExcluded()
           
static ExcludedPatternsChecker.IsExcluded no(Set<Pattern> excludedPatterns)
           
 String toString()
           
static ExcludedPatternsChecker.IsExcluded yes(Pattern excludedPattern)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

yes

public static ExcludedPatternsChecker.IsExcluded yes(Pattern excludedPattern)

no

public static ExcludedPatternsChecker.IsExcluded no(Set<Pattern> excludedPatterns)

isExcluded

public boolean isExcluded()

getExcludedPattern

public String getExcludedPattern()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.