public static class AbstractFilter.ConfigurationCondition extends Object implements AbstractFilter.ExecutionCondition
| Constructor and Description |
|---|
ConfigurationCondition(String conf) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(RenderContext renderContext,
Resource resource)
Returns
true if the condition matches the specified
resource. |
String |
toString() |
public ConfigurationCondition(String conf)
public boolean matches(RenderContext renderContext, Resource resource)
AbstractFilter.ExecutionConditiontrue if the condition matches the specified
resource.matches in interface AbstractFilter.ExecutionConditionrenderContext - Current RenderContextresource - Resource being displayedtrue if the condition matches the specified
resourceCopyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.