The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Dancer::Plugin::PageHistory::Page - Page object for Dancer::Plugin::PageHistory

ATTRIBUTES

attributes

Extra attributes as a hash reference, e.g.: SKU for a product page.

path

Absolute path of the page. This is the only required attribute.

query

Query parameters as a hash reference.

title

Page title.

METHODS

predicates

The following predicate methods are defined:

  • has_attributes

  • has_title

uri

Returns the string URI for "path" and "query".