public class MustacheParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EM |
static String |
DEFAULT_SM |
Modifier | Constructor and Description |
---|---|
protected |
MustacheParser(MustacheFactory cf) |
Modifier and Type | Method and Description |
---|---|
Mustache |
compile(Reader reader,
String file) |
protected Mustache |
compile(Reader reader,
String tag,
AtomicInteger currentLine,
String file,
String sm,
String em) |
Mustache |
compile(Reader reader,
String file,
String sm,
String em) |
Mustache |
compile(String file) |
public static final String DEFAULT_SM
public static final String DEFAULT_EM
protected MustacheParser(MustacheFactory cf)
protected Mustache compile(Reader reader, String tag, AtomicInteger currentLine, String file, String sm, String em) throws MustacheException
MustacheException
Copyright © 2013. All Rights Reserved.