public class EscapeHtmlReference extends EscapeReference
ReferenceInsertionEventHandler.referenceInsertExecutor| Constructor and Description |
|---|
EscapeHtmlReference() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
escape(java.lang.Object text)
Escape all HTML entities.
|
protected java.lang.String |
getMatchAttribute()
Specify the configuration attribute that specifies the
regular expression.
|
getRuntimeServices, referenceInsert, setRuntimeServicesprotected java.lang.String escape(java.lang.Object text)
escape in class EscapeReferencetext - protected java.lang.String getMatchAttribute()
EscapeReferenceeventhandler.escape.XYZ.match
where XYZ is the type of escaping being done.
getMatchAttribute in class EscapeReference