public class PageLabelManager extends AbstractLogEnabled implements ThreadSafe,Serviceable,Configurable,Contextualizable,Component,Disposable(Code)
Manages the various activities required for page labels.
The name of the request parameter used to identify the page labelmay be configured
here by declaring
request-parm-name
in the configuration for this component. The default request parameter name is
'pageLabel'.
author: Ralph Goers version: CVS $Id: PageLabelManager.java 603497 2007-12-12 07:29:01Z cziegeler $
getPageLabelEvents(String pageLabel) Retrieve the events associated with the specified page label.
Parameters: pageLabel - The label to retrieve the events for.
Retrieve the events associated with the specified page label.
Parameters: pageLabel - The label to retrieve the events for. A List containing all the events associated with the page label in the order theyshould occur.