Class VelocityConstants


  • public final class VelocityConstants
    extends Object
    Velocity Constants.
    • Field Detail

      • VELOCITY_RESOURCE_URI

        @Metadata(description="The name of the velocity template.",
                  javaType="String")
        public static final String VELOCITY_RESOURCE_URI
        See Also:
        Constant Field Values
      • VELOCITY_TEMPLATE

        @Metadata(description="The content of the velocity template.",
                  javaType="String")
        public static final String VELOCITY_TEMPLATE
        See Also:
        Constant Field Values
      • VELOCITY_CONTEXT

        @Metadata(description="The velocity context to use.",
                  javaType="org.apache.velocity.context.Context")
        public static final String VELOCITY_CONTEXT
        See Also:
        Constant Field Values
      • VELOCITY_SUPPLEMENTAL_CONTEXT

        @Metadata(description="To add additional information to the used VelocityContext.\nThe value of this header should be a `Map` with key/values that will\nadded (override any existing key with the same name). \nThis can be used to pre setup some common key/values you want to reuse\nin your velocity endpoints.",
                  javaType="Map<String, Object>")
        public static final String VELOCITY_SUPPLEMENTAL_CONTEXT
        See Also:
        Constant Field Values