Class ResponseUtils
- java.lang.Object
- 
- com.ibm.websphere.servlet.response.ResponseUtils
 
- 
 public class ResponseUtils extends java.lang.Object
- 
- 
Constructor SummaryConstructors Constructor Description ResponseUtils()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringencodeDataString(java.lang.String iString)Searches the passed in String for any characters that could be used in a cross site scripting attack (<, >, +, &, ", ', (, ), %, ;) and converts them to their browser equivalent name or code specification.
 
- 
- 
- 
Method Detail- 
encodeDataStringpublic static java.lang.String encodeDataString(java.lang.String iString) Searches the passed in String for any characters that could be used in a cross site scripting attack (<, >, +, &, ", ', (, ), %, ;) and converts them to their browser equivalent name or code specification.- Parameters:
- iString- contains the String to be encoded
- Returns:
- an encoded String
 
 
- 
 
-