Interface AttributeValueEscaper

All Known Implementing Classes:
DefaultAttributeValueEscaper

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

    Modifier and Type
    Method
    Description
    escape(String value)
    Escapes the supplied attribute value.
  • Method Details

    • escape

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