org.springframework.web.servlet.tags
Class HtmlEscapeTag
java.lang.Object
   javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.TagSupport
       org.springframework.web.servlet.tags.RequestContextAwareTag
org.springframework.web.servlet.tags.RequestContextAwareTag
           org.springframework.web.servlet.tags.HtmlEscapeTag
org.springframework.web.servlet.tags.HtmlEscapeTag
- All Implemented Interfaces: 
- Serializable, IterationTag, JspTag, Tag, TryCatchFinally
- public class HtmlEscapeTag 
- extends RequestContextAwareTag
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.
- Since:
- 04.03.2003
- Author:
- Juergen Hoeller
- See Also:
- HtmlEscapingAwareTag.setHtmlEscape(java.lang.String), 
Serialized Form
 
 
 
 
 
 
| Method Summary | 
| 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.
 | 
 
 
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport | 
| doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
HtmlEscapeTag
public HtmlEscapeTag()
setDefaultHtmlEscape
public void setDefaultHtmlEscape(String defaultHtmlEscape)
- Set the default value for HTML escaping,
 to be put into the current PageContext.
 
- 
 
doStartTagInternal
protected int doStartTagInternal()
                          throws JspException
- Description copied from class: RequestContextAwareTag
- Called by doStartTag to perform the actual work.
 
- 
- Specified by:
- doStartTagInternalin class- RequestContextAwareTag
 
- 
- Returns:
- same as TagSupport.doStartTag
- Throws:
- JspException
- See Also:
- TagSupport.doStartTag()
 
Copyright © 2002-2008 The Spring Framework.