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 |
|---|---|
NExprCompiledTemplate |
compile(InputStream inputStream,
NExprContext context) |
NExprCompiledTemplate |
compile(Reader reader,
NExprContext context) |
void |
processStream(InputStream source,
OutputStream target,
NExprContext context) |
void |
processStream(Reader source,
Writer target,
NExprContext 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 NExprCompiledTemplate compile(InputStream inputStream, NExprContext context)
public NExprCompiledTemplate compile(Reader reader, NExprContext context)
public void processStream(InputStream source, OutputStream target, NExprContext context)
processStream in interface NTemplateProcessorpublic void processStream(Reader source, Writer target, NExprContext context)
processStream in interface NTemplateProcessorCopyright © 2026 vpc open source initiative. All rights reserved.