public class TagStreamProcessor extends Object implements NTemplateProcessor
| Modifier and Type | Field and Description |
|---|---|
static TagStreamProcessor |
BARACKET2 |
static TagStreamProcessor |
DOLLAR |
static TagStreamProcessor |
DOLLAR_BARACKET2 |
protected String |
endTag |
protected String |
escape |
static TagStreamProcessor |
LT_PERCENT |
protected String |
startTag |
| Constructor and Description |
|---|
TagStreamProcessor(String startTag,
String endTag) |
TagStreamProcessor(String startTag,
String endTag,
String escape) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.expr.NExprCompiledTemplate |
compile(InputStream inputStream,
net.thevpc.nuts.expr.NExprDeclarations context) |
net.thevpc.nuts.expr.NExprCompiledTemplate |
compile(Reader reader,
net.thevpc.nuts.expr.NExprDeclarations context) |
void |
processStream(InputStream source,
OutputStream target,
net.thevpc.nuts.expr.NExprDeclarations context) |
void |
processStream(Reader source,
Writer target,
net.thevpc.nuts.expr.NExprDeclarations context) |
String |
toString() |
public static final TagStreamProcessor DOLLAR
public static final TagStreamProcessor DOLLAR_BARACKET2
public static final TagStreamProcessor BARACKET2
public static final TagStreamProcessor LT_PERCENT
protected String startTag
protected String endTag
protected String escape
public net.thevpc.nuts.expr.NExprCompiledTemplate compile(InputStream inputStream, net.thevpc.nuts.expr.NExprDeclarations context)
public net.thevpc.nuts.expr.NExprCompiledTemplate compile(Reader reader, net.thevpc.nuts.expr.NExprDeclarations context)
public void processStream(InputStream source, OutputStream target, net.thevpc.nuts.expr.NExprDeclarations context)
processStream in interface NTemplateProcessorpublic void processStream(Reader source, Writer target, net.thevpc.nuts.expr.NExprDeclarations context)
processStream in interface NTemplateProcessorCopyright © 2025 vpc open source initiative. All rights reserved.