Class StringBindingsTemplate


  • public class StringBindingsTemplate
    extends java.lang.Object
    Uses a string template and a bindings template to create instances of StringBindings.
    • Method Summary

      Modifier and Type Method Description
      StringBindings resolve()
      Create a new instance of StringBindings, preferably in the thread context that will use it.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringBindingsTemplate

        public StringBindingsTemplate​(java.lang.String stringTemplate,
                                      BindingsTemplate bindingsTemplate)
    • Method Detail

      • resolve

        public StringBindings resolve()
        Create a new instance of StringBindings, preferably in the thread context that will use it.
        Returns:
        a new StringBindings