Class ForHtmlUnquotedAttributeTag

java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
org.owasp.encoder.tag.EncodingTag
org.owasp.encoder.tag.ForHtmlUnquotedAttributeTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class ForHtmlUnquotedAttributeTag extends EncodingTag
A tag to perform HTML Attribute encoding for an unquoted attribute. This wraps the Encode.forHtmlUnquotedAttribute(java.lang.String).
Author:
Jeremy Long (jeremy.long@gmail.com)
  • Constructor Details

    • ForHtmlUnquotedAttributeTag

      public ForHtmlUnquotedAttributeTag()
  • Method Details

    • doTag

      public void doTag() throws javax.servlet.jsp.JspException, IOException
      Specified by:
      doTag in interface javax.servlet.jsp.tagext.SimpleTag
      Overrides:
      doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
      Throws:
      javax.servlet.jsp.JspException
      IOException