- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- OpenmrsMessageTag
public abstract class OpenmrsHtmlEscapingAwareTag
extends OpenmrsRequestContextAwareBodyTag
This class takes its functionality from HtmlEscapingAwareTag
. Actually, it supplies a "htmlEscape" property for
explicitly specifying whether or not to apply HTML escaping. The only difference from spring's analog is that it provides
additional access to tag body content, which is not provided in spring implementation
- See Also:
- Serialized Form