类 HtmlEscapeTag

  • 所有已实现的接口:
    Serializable, IterationTag, JspTag, Tag, TryCatchFinally

    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
    AttributeRequired?Runtime Expression?Description
    defaultHtmlEscapetruetrueSet the default value for HTML escaping, to be put into the current PageContext.
    从以下版本开始:
    04.03.2003
    作者:
    Juergen Hoeller
    另请参阅:
    HtmlEscapingAwareTag.setHtmlEscape(boolean), 序列化表格