public interface NucleusTextTemplateFactory
Modifier and Type | Method and Description |
---|---|
NucleusTextTemplate |
createFromString(java.lang.String string)
Creates a
NucleusTextTemplate from a string, which could be either Json or Ampersand formatted. |
NucleusTextTemplate createFromString(java.lang.String string)
NucleusTextTemplate
from a string, which could be either Json or Ampersand formatted.string
- The string to register.NucleusTextTemplate
that can be parsed.