Portlet Factory, Version 6.1.2


 

Objects that the Portlet Adapter builder creates

This topic describes the objects that the Portlet Adapter builder creates.

 

Linked Java™ object (LJO)

A helper LJO is added to the Web application to provide utility convenience methods to supply information about the portlet render request attributes. It has the following name.
portletHelper
You can call the helper LJO from an action list by using the following format.
portletHelper.method_call

You can use the following methods in the LJO.

isPortletActionRequest()

Returns true if the portlet request is in the action phase.

isPortletRenderRequest()

Returns true if the portlet request is in the render phase.

setParameter(name,value

Set the render parameter name of the request with the specified value.

Parent topic: Portlet Adapter builder


Library | Support |