public class NExprDeclarationsTemplateImpl extends Object implements NExprTemplate
| Modifier and Type | Field and Description |
|---|---|
protected NExprDeclarations |
declarations |
protected TagStreamProcessor |
processor |
| Constructor and Description |
|---|
NExprDeclarationsTemplateImpl(NExprDeclarations declarations) |
| Modifier and Type | Method and Description |
|---|---|
NExprCompiledTemplate |
compile(InputStream inputStream) |
NExprCompiledTemplate |
compile(NInputSource source) |
NExprCompiledTemplate |
compile(Reader inputStream) |
NExprCompiledTemplate |
compile(String string) |
NExprTemplate |
configureBoundaries(String start,
String stop,
String escape) |
NExprTemplate |
process(InputStream inputStream,
OutputStream outputStream) |
NExprTemplate |
process(Reader inputStream,
PrintStream outputStream) |
NExprTemplate |
process(Reader inputStream,
Writer outputStream) |
String |
processString(String string) |
NExprTemplate |
withBashStyle() |
NExprTemplate |
withBoundaries(String start,
String stop) |
NExprTemplate |
withJspStyle() |
NExprTemplate |
withMoustacheStyle() |
protected TagStreamProcessor processor
protected NExprDeclarations declarations
public NExprDeclarationsTemplateImpl(NExprDeclarations declarations)
public NExprTemplate withJspStyle()
withJspStyle in interface NExprTemplatepublic NExprTemplate withMoustacheStyle()
withMoustacheStyle in interface NExprTemplatepublic NExprTemplate withBashStyle()
withBashStyle in interface NExprTemplatepublic NExprTemplate withBoundaries(String start, String stop)
withBoundaries in interface NExprTemplatepublic NExprTemplate configureBoundaries(String start, String stop, String escape)
public NExprTemplate process(InputStream inputStream, OutputStream outputStream)
process in interface NExprTemplatepublic NExprTemplate process(Reader inputStream, Writer outputStream)
process in interface NExprTemplatepublic NExprTemplate process(Reader inputStream, PrintStream outputStream)
process in interface NExprTemplatepublic NExprCompiledTemplate compile(InputStream inputStream)
compile in interface NExprTemplatepublic NExprCompiledTemplate compile(Reader inputStream)
compile in interface NExprTemplatepublic NExprCompiledTemplate compile(String string)
compile in interface NExprTemplatepublic NExprCompiledTemplate compile(NInputSource source)
compile in interface NExprTemplatepublic String processString(String string)
processString in interface NExprTemplateCopyright © 2025 vpc open source initiative. All rights reserved.