| Interface | Description |
|---|---|
| KeySplitter |
This component is responsible for splitting a variable key.
|
| LiteralSupport |
Allows to customize the way the helpers extract literals from params and hash
values.
|
| MissingValueHandler |
This component handles variable miss during interpolation of a
ValueSegment, aka variable tag. |
| Class | Description |
|---|---|
| BracketDotKeySplitter |
Enables to use bracket notation and literals in
ValueSegment keys. |
| DefaultLiteralSupport |
The default
LiteralSupport implementation. |
| DotKeySplitter |
The default
KeySplitter implementation which follows the dot
notation. |
| NoOpMissingValueHandler |
By default a variable miss returns an empty string - i.e. no operation.
|
| ThrowingExceptionMissingValueHandler |
Throws an exception when a variable miss occurs.
|
Copyright © 2017. All rights reserved.