public final class TemplateParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TemplateParser.PatternInfo
Encloses the pattern information.
|
static interface |
TemplateParser.ScriptTranslator
Migrator of expressions.
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger
logger used by this class
|
static String |
MEL_PREFIX |
static String |
WIGGLY_MULE_TEMPLATE_STYLE |
| Modifier and Type | Method and Description |
|---|---|
static TemplateParser |
createMuleStyleParser() |
String |
translate(String template,
TemplateParser.ScriptTranslator callback) |
public static final String WIGGLY_MULE_TEMPLATE_STYLE
public static final String MEL_PREFIX
protected static final org.slf4j.Logger logger
public static TemplateParser createMuleStyleParser()
public String translate(String template, TemplateParser.ScriptTranslator callback)
Copyright © 2018 MuleSoft Inc. All rights reserved.