Package | Description |
---|---|
org.trimou.engine.config | |
org.trimou.engine.context | |
org.trimou.engine.parser | |
org.trimou.engine.priority | |
org.trimou.engine.resource | |
org.trimou.engine.segment | |
org.trimou.util |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationFactory |
Modifier and Type | Interface and Description |
---|---|
interface |
ExecutionContext
The execution context is implemented as a hierarchy of immutable objects.
|
class |
ValueWrapper
Wrapper for the resolved value object and release callbacks.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Parser |
class |
ParserFactory |
interface |
ParsingHandler
Handler for parsing events.
|
class |
ParsingHandlerFactory |
class |
Template
A Mustache template.
|
Modifier and Type | Class and Description |
---|---|
class |
Priorities |
Modifier and Type | Class and Description |
---|---|
class |
AbstractReleaseCallbackContainer
Abstract
ReleaseCallbackContainer . |
Modifier and Type | Class and Description |
---|---|
class |
CommentSegment
Comment segment.
|
interface |
ContainerSegment
Segment which contains other segments.
|
class |
ExtendSectionSegment
Either defines a section to be extended/overrided, or an extending/defining
section.
|
class |
ExtendSegment
This segment extends some template and overrides its extending sections.
|
class |
InvertedSectionSegment
Inverted section segment.
|
class |
LineSeparatorSegment
Segment representing a line separator.
|
class |
Origin
A segment origin.
|
class |
PartialSegment
Partial segment.
|
class |
RootSegment
The root segment of a template.
|
class |
SectionSegment
Section segment.
|
interface |
Segment
Compiled template segment.
|
class |
SegmentType
Type of segment.
|
class |
SetDelimitersSegment
Set the new tag delimiters.
|
class |
TextSegment
Text segment.
|
class |
ValueSegment
Value segment (aka variable tag).
|
Modifier and Type | Class and Description |
---|---|
class |
Arrays |
class |
Escaper
Escapes the characters using a map of replacements.
|
class |
Files |
class |
Checker |
class |
ImmutableList
Immutable lists.
|
class |
ImmutableMap
Immutable maps.
|
class |
ImmutableSet
Immutable sets.
|
class |
IOUtils |
class |
Iterables |
class |
Locales |
class |
Primitives |
class |
Reflections |
class |
Strings |
Copyright © 2017. All rights reserved.