| Class | Description |
|---|---|
| DefaultingVar |
Interface for the resolution of vars with a default value if the
|
| MapVar |
A subclass of
DefaultingVar that simply pulls values from a Map. |
| MultipartResolvingVar |
Interface for the resolution of vars that can have one or more keys where the first non-null resolution is returned.
|
| MultipartVar |
Interface for the resolution of vars that consist of a comma-delimited list.
|
| ResolvingObjectMap |
Subclass of an
ObjectMap that automatically resolves any SVL variables in values. |
| SimpleVar |
Abstract superclass of all Simple Var Language variables that resolve to simple returned string values.
|
| StreamedVar |
Abstract superclass of all Simple Var Language variables that write their values directly to a writer.
|
| Var |
Abstract superclass of all Simple Var Language variables.
|
| VarResolver |
Utility class for resolving variables of the form
|
| VarResolverBuilder |
Builder class for building instances of
VarResolver. |
| VarResolverContext |
Configurable properties on the
VarResolver class. |
| VarResolverSession |
A var resolver session that combines a
VarResolver with one or more session objects. |
| Exception | Description |
|---|---|
| VarResolverException |
Exception that occurs during a var resolver session.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.