Java org.springframework.web.util HtmlUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.util HtmlUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.util HtmlUtils.

The text is from its open source code.

Method

StringhtmlEscape(String input)
Turn special characters into HTML character references.
StringhtmlEscape(String input, String encoding)
Turn special characters into HTML character references.
StringhtmlEscapeDecimal(String input)
Turn special characters into HTML character references.
StringhtmlEscapeHex(String input)
Turn special characters into HTML character references.
StringhtmlUnescape(String input)
Turn HTML character references into their plain text UNICODE equivalent.