IBM WebSphere Application ServerTM
Release 7

com.ibm.portal.help
Class EclipseHelp

java.lang.Object
  extended by com.ibm.portal.help.EclipseHelp

public class EclipseHelp
extends java.lang.Object

Class used to display help contents.


Constructor Summary
EclipseHelp()
           
 
Method Summary
static void portletHelp(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response, java.lang.String topic)
          Launches a new browser window which displays help contents for the portlet.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EclipseHelp

public EclipseHelp()
Method Detail

portletHelp

public static void portletHelp(javax.portlet.RenderRequest request,
                               javax.portlet.RenderResponse response,
                               java.lang.String topic)
Launches a new browser window which displays help contents for the portlet.

Parameters:
request - Type RenderRequest
response - Type RenderResponse
topic - Type String points to the Eclipse help topic for this portlet.

IBM WebSphere Application ServerTM
Release 7