Class ContextTemplateValuesProvider

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String VALUE_NAME_CONTEXT
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      ContextTemplateValuesProvider()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> provideTemplateValues​(java.lang.Object context, java.lang.String templateId)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      • Methods inherited from class java.lang.Object

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

      • VALUE_NAME_CONTEXT

        public static final java.lang.String VALUE_NAME_CONTEXT
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ContextTemplateValuesProvider

        public ContextTemplateValuesProvider()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • provideTemplateValues

        public java.util.Map<java.lang.String,​java.lang.Object> provideTemplateValues​(java.lang.Object context,
                                                                                            java.lang.String templateId)
        Deprecated, for removal: This API element is subject to removal in a future version.
        Specified by:
        provideTemplateValues in interface TemplateValuesProvider