Class ResponseUtils

java.lang.Object
com.ibm.websphere.servlet.response.ResponseUtils

public class ResponseUtils extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    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.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResponseUtils

      public ResponseUtils()
  • Method Details

    • encodeDataString

      public static String encodeDataString(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