public interface DBMessageVariablePlugin
Modifier and Type | Method and Description |
---|---|
java.lang.String |
makeHtml(DBMessageVariable variable,
java.lang.Object[] args)
make the variable.
|
java.lang.String |
makeText(DBMessageVariable variable,
java.lang.Object[] args)
make the variable.
|
@Nonnull java.lang.String makeText(DBMessageVariable variable, java.lang.Object[] args) throws DBMessageVariableException
variable
- the variable that is being made.args
- the arguments to useDBMessageVariableException
- a problem with the variable.@Nonnull java.lang.String makeHtml(DBMessageVariable variable, java.lang.Object[] args) throws DBMessageVariableException
variable
- the variable that is being made.args
- the arguments to useDBMessageVariableException
- a problem with the variable.stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.