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.


Home |