try the AbstractPortalcomponent method:
com.sapportals.portal.prt.component
Class AbstractPortalComponent
java.lang.Object
|
+--com.sapportals.portal.prt.component.AbstractPortalComponent
doHelp
protected void doHelp(IPortalComponentRequest aRequest,
IPortalComponentResponse aResponse)Provides a help information on the Portal Component. The default implementation simply outputs some framework information.
Parameters:
aRequest - the PortalComponentRequest object that contains the client's request
aResponse - the PortalComponentResponse object that contains the server's response
Add a comment