WebSphere

 

Portal Express, Version 6.0
Operating systems: i5/OS, Linux, Windows

 

PageView beans reference

The com.ibm.wcp.analysis.beans.PageView bean log method signature is:

public void log( HttpServletRequest request )

The log method creates a new PageViewEvent with the request. The PageViewEvent is routed to all registered log listeners.

PageView beans should be instantiated as session beans; however, they will not maintain any session data.

 

Parent topic:

PageView beans