Class HtmlEscapeTag

All Implemented Interfaces:
IterationTag, JspTag, Tag, TryCatchFinally, Serializable

public class HtmlEscapeTag extends RequestContextAwareTag
The <htmlEscape> tag sets default HTML escape value for the current page. The actual value can be overridden by escaping-aware tags. The default is "false".

Note: You can also set a "defaultHtmlEscape" web.xml context-param. A page-level setting overrides a context-param.

Attribute Summary
Attribute Required? Runtime Expression? Description
defaultHtmlEscape true true Set the default value for HTML escaping, to be put into the current PageContext.
Since:
04.03.2003
Author:
Juergen Hoeller
See Also:
  • Constructor Details

    • HtmlEscapeTag

      public HtmlEscapeTag()
  • Method Details