IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.runtimemonitor.webtag
Class RequestContentGenerator

java.lang.Object
  extended by com.ibm.btt.runtimemonitor.webtag.RequestContentGenerator
All Implemented Interfaces:
ContentGenerator

public class RequestContentGenerator
extends java.lang.Object
implements ContentGenerator

The class generates the content containing the request information.


Field Summary
(package private)  javax.servlet.ServletRequest request
           
 
Constructor Summary
RequestContentGenerator(javax.servlet.ServletRequest request)
          This is the constructor used to create a RequestContentGenerator object.
 
Method Summary
 java.lang.String generateContent()
          The method generates the string that will be put into the javascript.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

request

javax.servlet.ServletRequest request
Constructor Detail

RequestContentGenerator

public RequestContentGenerator(javax.servlet.ServletRequest request)
This is the constructor used to create a RequestContentGenerator object. The object will be used in the WebMonitorTag.

Parameters:
request - javax.servlet.ServletRequest
Method Detail

generateContent

public java.lang.String generateContent()
The method generates the string that will be put into the javascript.

Specified by:
generateContent in interface ContentGenerator
Returns:
java.lang.String - The string value thats contains the attributes and parameters of the request.

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009