Class HTMLCorrectorHelper

java.lang.Object
de.hybris.platform.commons.corrector.HTMLCorrectorHelper

public class HTMLCorrectorHelper extends Object
HTML Corrector Helper class.
Since:
3.1u6
  • Constructor Details

    • HTMLCorrectorHelper

      public HTMLCorrectorHelper()
  • Method Details

    • getStrategy

      public static HTMLCorrectorStrategy getStrategy(String strategy)
      Returns one of instances that implements HTMLCorrectorStrategy interface chosen according to strategy string-name that is given as parameter.
      Parameters:
      strategy - string-name of a strategy
      Returns:
      HTMLCorrectorStrategy instance.