Class QuteConstants

java.lang.Object
org.apache.camel.component.qute.QuteConstants

public final class QuteConstants extends Object
  • Field Details

    • QUTE_RESOURCE_URI

      @Metadata(description="A URI for the template resource to use instead of the endpoint configured one.", javaType="String") public static final String QUTE_RESOURCE_URI
      See Also:
    • QUTE_TEMPLATE

      @Metadata(description="The template to use instead of the endpoint configured one.", javaType="String") public static final String QUTE_TEMPLATE
      See Also:
    • QUTE_TEMPLATE_INSTANCE

      @Metadata(description="The template instance to use instead of the endpoint configured one.", javaType="TemplateInstance") public static final String QUTE_TEMPLATE_INSTANCE
      See Also:
    • QUTE_TEMPLATE_DATA

      @Metadata(description="The template model data.", javaType="Map") public static final String QUTE_TEMPLATE_DATA
      See Also: