Package com.nettoolkit.gatekeeper
Class PageGroup
java.lang.Object
com.nettoolkit.gatekeeper.PageGroup
PageGroup is a model for classifying different pages on your site based on URL.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageGroup
- Throws:
ParsingException
-
-
Method Details
-
getId
Get page group ID.- Returns:
- page group ID
-
getName
Get page group name.- Returns:
- page group name
-
getPageVisitCheck
Get page visit check setting. Page visit check is used to determine how repeat visits to a single page should be counted. Options include"ANY","UNVISITED", and"UNVISITED_WITHOUT_QUERY".- Returns:
- page visit check setting
-
getPages
Get list of pages.- Returns:
- list of pages
-