Interface AttributeValueEscaper

  • All Known Implementing Classes:
    DefaultAttributeValueEscaper

    public interface AttributeValueEscaper
    Interface for escaping attribute values.
    • Method Detail

      • escape

        String escape​(String value)
        Escapes the supplied attribute value.
        Parameters:
        value - to escape
        Returns:
        escaped value