| Interface | Description |
|---|---|
| ContextLoader | |
| ContextValidator |
Interface to validate the context
|
| LoadedContexts |
| Class | Description |
|---|---|
| BaseContextChildrenLoader | |
| BaseContextLoader | |
| ContextLoaders | |
| DecoratedContextValidator | |
| ExpressionContextValidator |
Validator which will accept the context if it matches the expression provided
|
| FilteredContextLoader | |
| GlobalVisibleInfoValidator |
A Validator which checks is the context matched to any of the filters provided
|
| LazyContextLoader | |
| MaskContextValidator |
Validator which will accept the context if it matches the context mask
|
| PageableLoadedContexts | |
| PropertyVisibleInfoValidator |
A Validator which checks is the context matched to the all the filters provided
|
| RecursiveContextValidator |
Validator which will accept the context if ANY of its children will pass the validation
|
| SmartFilterExpressionValidator |
Validator which will accept the context if it matches the expression provided, uses {childInfo} as a default table
|