public interface SecurityEncoder
Modifier and Type | Method and Description |
---|---|
String |
encodeForCSS(String text) |
String |
encodeForHTML(String text) |
String |
encodeForHTMLAttribute(String text) |
String |
encodeForJavaScript(String text) |
String |
encodeForURL(String text) |
String |
encodeForXML(String text) |
String |
encodeForXMLAttribute(String text) |
String encodeForCSS(String text) throws EncodingException
EncodingException
String encodeForHTML(String text) throws EncodingException
EncodingException
String encodeForHTMLAttribute(String text) throws EncodingException
EncodingException
String encodeForJavaScript(String text) throws EncodingException
EncodingException
String encodeForURL(String text) throws EncodingException
EncodingException
String encodeForXML(String text) throws EncodingException
EncodingException
String encodeForXMLAttribute(String text) throws EncodingException
EncodingException
Copyright © 2022 Fugerit. All rights reserved.