public class ExclusionWildcardFilter extends Object implements PathFilter
ALL| Constructor and Description |
|---|
ExclusionWildcardFilter(List<String> excludedResources) |
ExclusionWildcardFilter(String... excludedResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(String path)
Tests whether or not the specified path should be included in a path
list.
|
public ExclusionWildcardFilter(String... excludedResources)
public boolean accept(String path)
PathFilteraccept in interface PathFilterpath - the entry path to be testedtrue if and only if this path
should be includedCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.