Interface HtmlMessageInterpreter.PlaceholderInterpreterProvider

  • Enclosing class:
    HtmlMessageInterpreter

    public static interface HtmlMessageInterpreter.PlaceholderInterpreterProvider
    Provides instances of PlaceholderInterpreter, to allow customized handling of the innards of a msg element.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter get​(com.google.gwt.uibinder.rebind.messages.MessageWriter message)  
    • Method Detail

      • get

        com.google.gwt.uibinder.rebind.messages.PlaceholderInterpreter get​(com.google.gwt.uibinder.rebind.messages.MessageWriter message)