PageView beans
We use PageView beans to log HTTP request data for JSPs (JavaServer pages).
The HTTP request data logged by PageView beans provides basic Web usage data that can be used during Web traffic analysis. The Action, Category, CustomLog, and Rating beans automatically collect the same basic HTTP data that is collected by the PageView bean. HTTP request data is also collected whenever a rule is executed. Use the PageView bean if the JSP of interest has no other logging beans or content spots, and to include the JSP in usage analysis.
- Implement PageView logging
To implement Web usage logging, insert a PageView bean in the JSP.
- PageView beans reference
Learn about the com.ibm.wcp.analysis.beans.PageView bean log method and instantiation of PageView beans.
Parent: Logging beans