+

Search Tips   |   Advanced Search

PageViewEvent class

The PageViewEvent class is used to access data logged by a PageView bean.

public class com.ibm.wcp.analysis.event.PageViewEvent extends com.ibm.wcp.analysis.event.LogEvent
                                                      implements Serializable

Overview of the methods of the PageViewEvent class.

Method Explanation

    public PageViewEvent( HttpServletRequest request )
Constructor.

    public String toString( )
Returns a String representation of this event.


Parent topic: LogEvent class