cs::Web::CSW::History - a history entry associated with a page
use cs::Web::CSW::History;
The cs::Web::CSW::History module tracks the user's path through the web.
Return the history object with the specified id.
Id()
Return the HISTORY_ID of this window.
UrlId()
Return the URL_ID for this entry.
UrlObj()
Return the cs::Web::CSW::Url object for this entry.
Return a new history object reflecting advancing to the specified url.
BackId()
Return the HISTORY_ID of the ancestor history object. =cut
sub BackId()
{ shift->{ANCESTOR_ID};
}
Back()
Return the previous history object.
Cameron Simpson <cs@zip.com.au