Interface Filter

  • All Known Implementing Classes:
    VelocityWriter

    public interface Filter
    Velocity will call the writeReference method on any Writer that implements this interface when rendering references within a template.
    • Method Detail

      • writeReference

        void writeReference​(java.lang.String ref)
                     throws java.io.IOException
        Throws:
        java.io.IOException