public class HtmlEscapeTag extends RequestContextAwareTag
Note: You can also set a "defaultHtmlEscape" web.xml context-param. A page-level setting overrides a context-param.
HtmlEscapingAwareTag.setHtmlEscape(java.lang.String)
,
Serialized Formlogger, REQUEST_CONTEXT_PAGE_ATTRIBUTE
Constructor and Description |
---|
HtmlEscapeTag() |
Modifier and Type | Method and Description |
---|---|
protected int |
doStartTagInternal()
Called by doStartTag to perform the actual work.
|
void |
setDefaultHtmlEscape(String defaultHtmlEscape)
Set the default value for HTML escaping,
to be put into the current PageContext.
|
doCatch, doFinally, doStartTag, getRequestContext
public void setDefaultHtmlEscape(String defaultHtmlEscape)
protected int doStartTagInternal() throws javax.servlet.jsp.JspException
RequestContextAwareTag
doStartTagInternal
in class RequestContextAwareTag
javax.servlet.jsp.JspException
TagSupport.doStartTag()
Copyright © 2015. All rights reserved.