IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.runtimemonitor.webtag
Class ContextContentGenerator

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

public class ContextContentGenerator
extends java.lang.Object
implements ContentGenerator

The class is implemented to generate the content of the context.


Constructor Summary
ContextContentGenerator(Context ctx)
          This is the constructor used to create a ContextContentGenerator object.
 
Method Summary
 java.lang.String generateContent()
          The method generates ther content of the context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContextContentGenerator

public ContextContentGenerator(Context ctx)
This is the constructor used to create a ContextContentGenerator object. The object will be used in the WebMonitorTag.

Parameters:
ctx - com.ibm.btt.base.Context
Method Detail

generateContent

public java.lang.String generateContent()
The method generates ther content of the context.

Specified by:
generateContent in interface ContentGenerator
Returns:
java.lang.String - The string value, that contents the content of the current context as well as the ancestors.

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009