Class XSSEncoderTest
- java.lang.Object
-
- de.hybris.platform.servicelayer.web.XSSEncoderTest
-
@DemoTest public class XSSEncoderTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description XSSEncoderTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestEncodeHTML()voidtestEncodeJavaScript()voidtestEncodeURL()
-
-
-
Method Detail
-
testEncodeHTML
public void testEncodeHTML() throws java.io.UnsupportedEncodingException- Throws:
java.io.UnsupportedEncodingException
-
testEncodeJavaScript
public void testEncodeJavaScript() throws java.io.UnsupportedEncodingException- Throws:
java.io.UnsupportedEncodingException
-
testEncodeURL
public void testEncodeURL() throws java.io.UnsupportedEncodingException- Throws:
java.io.UnsupportedEncodingException
-
-