public class MustacheParser extends Object
User: sam Date: 5/14/11 Time: 3:52 PM
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_EM |
static String |
DEFAULT_SM |
Modifier | Constructor and Description |
---|---|
protected |
MustacheParser(MustacheFactory mf) |
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,
boolean startOfLine) |
Mustache |
compile(Reader reader,
String file,
String sm,
String em) |
Mustache |
compile(Reader reader,
String file,
String sm,
String em,
boolean startOfLine) |
Mustache |
compile(String file) |
public static final String DEFAULT_SM
public static final String DEFAULT_EM
protected MustacheParser(MustacheFactory mf)
public Mustache compile(Reader reader, String file, String sm, String em, boolean startOfLine)
protected Mustache compile(Reader reader, String tag, AtomicInteger currentLine, String file, String sm, String em, boolean startOfLine) throws MustacheException
MustacheException
Copyright © 2018. All rights reserved.