Class StringTemplateConstants
java.lang.Object
org.apache.camel.component.stringtemplate.StringTemplateConstants
StringTemplate constants.
-
Field Details
-
STRINGTEMPLATE_RESOURCE_URI
@Metadata(description="A URI for the template resource to use instead of the endpoint configured.", javaType="String") public static final String STRINGTEMPLATE_RESOURCE_URI- See Also:
-
STRINGTEMPLATE_VARIABLE_MAP
@Metadata(description="Map of the variables which are made available to a script or template", javaType="Map<String, Object>") public static final String STRINGTEMPLATE_VARIABLE_MAP- See Also:
-
STRINGTEMPLATE_TEMPLATE
@Metadata(description="The template to use instead of the endpoint configured.", javaType="String") public static final String STRINGTEMPLATE_TEMPLATE- See Also:
-