@Deprecated public class EscapeHtmlReference extends EscapeReference
Escape all HTML entities.
Warning: escaping references this way, without knowing if they land inside plain text, inside an attribute value or elsewhere, is not usable in production.
log| Constructor and Description | 
|---|
| EscapeHtmlReference()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | escape(Object text)Deprecated.  Escape all HTML entities. | 
| protected String | getMatchAttribute()Deprecated.  Specify the configuration attribute that specifies the
 regular expression. | 
getRuntimeServices, referenceInsert, setRuntimeServicesprotected String escape(Object text)
escape in class EscapeReferencetext - protected String getMatchAttribute()
EscapeReferenceeventhandler.escape.XYZ.matchwhere XYZ is the type of escaping being done.
getMatchAttribute in class EscapeReferenceCopyright © 2000–2019 The Apache Software Foundation. All rights reserved.