Class ForJavaScriptSourceTag

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

public class ForJavaScriptSourceTag extends EncodingTag
A tag to perform JavaScript Source encoding. This wraps the Encode.forJavaScriptSource(java.lang.String).
Author:
Jeremy Long (jeremy.long@gmail.com)
  • Constructor Details

    • ForJavaScriptSourceTag

      public ForJavaScriptSourceTag()
  • 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