IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.runtimemonitor.webtag
Class JSStringTool

java.lang.Object
  extended by com.ibm.btt.runtimemonitor.webtag.JSStringTool

public class JSStringTool
extends java.lang.Object

The class handles the java string and makes it available on the web page.


Constructor Summary
JSStringTool()
           
 
Method Summary
static java.lang.String escape(java.lang.String javaStr)
          The method handles some special characters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSStringTool

public JSStringTool()
Method Detail

escape

public static java.lang.String escape(java.lang.String javaStr)
The method handles some special characters. Then the returned string can be evaluted to the javascript variable.

Parameters:
javaStr - java.lang.String
Returns:
java.lang.String - The string value that contains the handling result.

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010