Class EscapeHtmlReference
java.lang.Object
org.apache.velocity.app.event.implement.EscapeReference
org.apache.velocity.app.event.implement.EscapeHtmlReference
- All Implemented Interfaces:
EventHandler
,ReferenceInsertionEventHandler
,RuntimeServicesAware
Deprecated.
impractical use
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.
- Since:
- 1.5
- Author:
- wglass
- See Also:
-
Field Summary
Fields inherited from class org.apache.velocity.app.event.implement.EscapeReference
log
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.velocity.app.event.implement.EscapeReference
getRuntimeServices, referenceInsert, setRuntimeServices
-
Constructor Details
-
EscapeHtmlReference
public EscapeHtmlReference()Deprecated.
-
-
Method Details
-
escape
Deprecated.Escape all HTML entities.- Specified by:
escape
in classEscapeReference
- Parameters:
text
-- Returns:
- An escaped String.
- See Also:
-
getMatchAttribute
Deprecated.Description copied from class:EscapeReference
Specify the configuration attribute that specifies the regular expression. Ideally should be in a formeventhandler.escape.XYZ.match
where
XYZ
is the type of escaping being done.- Specified by:
getMatchAttribute
in classEscapeReference
- Returns:
- attribute "eventhandler.escape.html.match"
-