Package org.keycloak.common.util
Class HtmlUtils
java.lang.Object
org.keycloak.common.util.HtmlUtils
- Author:
 - pedroigor
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic StringescapeAttribute(String value) Escapes the value for a HTML element attribute. 
- 
Constructor Details
- 
HtmlUtils
public HtmlUtils() 
 - 
 - 
Method Details
- 
escapeAttribute
Escapes the value for a HTML element attribute.
- Parameters:
 value-- Returns:
 
 
 -