public class AntiSamyPattern extends Object
| Constructor and Description |
|---|
AntiSamyPattern(Pattern pattern)
Constructor for AntiSamyPattern.
|
| Modifier and Type | Method and Description |
|---|---|
Pattern |
getPattern() |
Matcher |
matcher(CharSequence input) |
boolean |
matches(String other) |
public AntiSamyPattern(Pattern pattern)
pattern - The Pattern to lookup based on the "name".public Pattern getPattern()
AntiSamyPattern.public Matcher matcher(CharSequence input)
public boolean matches(String other)
Copyright © 2018. All rights reserved.