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