com.ibm.portal.help

Class EclipseHelp

  1. java.lang.Object
  2. extended bycom.ibm.portal.help.EclipseHelp

  1. public class EclipseHelp
  2. extends java.lang.Object
Class used to display help contents.

Constructor Summary

Constructor and Description
EclipseHelp()

Method Summary

Modifier and Type Method and Description
  1. static
  2. void
portletHelp(RenderRequest request,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

  1. public EclipseHelp()

Method Detail

portletHelp

  1. public static void portletHelp( RenderRequest request,
  2. RenderResponse response,
  3. 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.