Package org.owasp.esapi.tags
This package contains sample JSP tags that demonstrate how to use the ESAPI functions
to protect an application from within a JSP page.
-
Class Summary Class Description BaseEncodeTag Abstract base class for tags that just encode their bodies with Encoder methods.ELEncodeFunctions Static encoder methods for JSP EL expression functions.EncodeForBase64Tag JSP tag that encode's it's body using Base64.EncodeForCSSTag JSP tag that encode's it's body for use in CSS.EncodeForHTMLAttributeTag JSP tag that encode's it's body for use in a HTML attribute.EncodeForHTMLTag JSP tag that encode's it's body for use in HTML.EncodeForJavaScriptTag JSP tag that encode's it's body for use in JavaScript.EncodeForURLTag JSP tag that encode's it's body for use in a URL.EncodeForVBScriptTag JSP tag that encode's it's body for use in VBScript.EncodeForXMLAttributeTag JSP tag that encode's it's body for use in a XML attribute.EncodeForXMLTag JSP tag that encode's it's body for use in XML.EncodeForXPathTag JSP tag that encode's it's body for use in XPath.