Class HTMLCorrectorHelper
java.lang.Object
de.hybris.platform.commons.corrector.HTMLCorrectorHelper
HTML Corrector Helper class.
- Since:
- 3.1u6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HTMLCorrectorStrategygetStrategy(String strategy) Returns one of instances that implements HTMLCorrectorStrategy interface chosen according to strategy string-name that is given as parameter.
-
Constructor Details
-
HTMLCorrectorHelper
public HTMLCorrectorHelper()
-
-
Method Details
-
getStrategy
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.
-