| Package | Description |
|---|---|
| org.jahia.services.render.filter |
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractFilter.AjaxRequestCondition |
static class |
AbstractFilter.AnyOfCondition
Evaluates to
true if any of the underlying conditions
evaluates to true. |
static class |
AbstractFilter.ConfigurationCondition |
static class |
AbstractFilter.EditModeCondition
Evaluates to
true if the current mode equals to the
specified one |
static class |
AbstractFilter.MainResourceCondition
Evaluates to
true if the current resource is the main resource |
static class |
AbstractFilter.ModeCondition
Evaluates to
true if the current mode equals to the
specified one |
static class |
AbstractFilter.ModuleCondition
Evaluates to
true if the current resource's template type
matches the provided one. |
static class |
AbstractFilter.NodeTypeCondition
Evaluates to
true if the current resource's node has the
specified node type. |
static class |
AbstractFilter.NotCondition
Inverts the result of the underlying condition.
|
static class |
AbstractFilter.PatternCondition
Evaluates to
true if the current resource's template type
matches the provided one. |
static class |
AbstractFilter.RequestAttributeCondition
Filter execution condition that evaluates to true if the specified request attribute matches the specified value.
|
static class |
AbstractFilter.RequestCondition
Filter execution condition that evaluates to true if the specified request item matches the specified value.
|
static class |
AbstractFilter.RequestHeaderCondition
Filter execution condition that evaluates to true if the specified request header matches the specified value.
|
static class |
AbstractFilter.RequestParameterCondition
Filter execution condition that evaluates to true if the specified request parameter matches the specified value.
|
static class |
AbstractFilter.SiteTemplateSetCondition
Evaluates to
true if the current site's template set matches the specified one |
static class |
AbstractFilter.TemplateCondition
Evaluates to
true if the current resource's template matches the provided one. |
static class |
AbstractFilter.TemplateTypeCondition
Evaluates to
true if the current resource's template type
matches the provided one. |
static class |
AbstractFilter.WebflowRequestCondition
Checks that the current request is processing a Webflow action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFilter.AnyOfCondition.add(AbstractFilter.ExecutionCondition condition) |
void |
ConditionalExecution.addCondition(AbstractFilter.ExecutionCondition condition)
Adds the specified condition for this filter.
|
void |
ConditionalExecution.addCondition(int index,
AbstractFilter.ExecutionCondition condition)
Adds the specified condition for this filter at the specified position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConditionalExecution.setConditions(Set<AbstractFilter.ExecutionCondition> conditions)
Adds specified conditions to the list of filter conditions.
|
| Constructor and Description |
|---|
AbstractFilter(AbstractFilter.ExecutionCondition... conditions)
Initializes an instance of this class.
|
ConditionalExecution(AbstractFilter.ExecutionCondition... conditions)
Initializes an instance of this class.
|
NotCondition(AbstractFilter.ExecutionCondition condition) |
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.