public abstract class AbstractNMsgFormatHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Locale |
locale |
protected net.thevpc.nuts.util.NMsg |
m |
protected net.thevpc.nuts.text.NText |
nText |
protected Object[] |
params |
protected net.thevpc.nuts.NSession |
session |
protected String |
smsg |
protected net.thevpc.nuts.text.NTexts |
txt |
| Constructor and Description |
|---|
AbstractNMsgFormatHelper(net.thevpc.nuts.util.NMsg m,
net.thevpc.nuts.text.NTexts txt) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.text.NText |
format() |
protected abstract net.thevpc.nuts.text.NText |
formatPlain(String ss) |
protected net.thevpc.nuts.util.NMsg m
protected net.thevpc.nuts.text.NTexts txt
protected net.thevpc.nuts.text.NText nText
protected Locale locale
protected net.thevpc.nuts.NSession session
protected String smsg
protected Object[] params
public AbstractNMsgFormatHelper(net.thevpc.nuts.util.NMsg m,
net.thevpc.nuts.text.NTexts txt)
public net.thevpc.nuts.text.NText format()
protected abstract net.thevpc.nuts.text.NText formatPlain(String ss)
Copyright © 2025 vpc open source initiative. All rights reserved.