HTML::Widgets::NavMenu::Predicate - a predicate object for


HTML-Widgets-NavMenu documentation  | view source Contained in the HTML-Widgets-NavMenu distribution.

Index


NAME

Top

HTML::Widgets::NavMenu::Predicate - a predicate object for HTML::Widgets::NavMenu

SYNOPSIS

Top

    my $pred = HTML::Widgets::NavMenu::Predicate->new('spec' => $spec);

FUNCTIONS

Top

my $pred = HTML::Widgets::NavMenu::Predicate->new('spec' => $spec)

Creates a new object.

$pred->evaluate( 'path_info' => $path_info, 'current_host' => $current_host )

Evaluates the predicate in the context of $path_info and $current_host and returns the result.

$pred->type()

The type of the predicate.

$pred->bool()

Sets/gets the boolean value in case the type is a boolean.

$pred->callback()

Sets/gets the callback in case the type is callback.

$pred->regexp()

Sets/gets the regular expression in case the type is "regexp".

COPYRIGHT & LICENSE

Top


HTML-Widgets-NavMenu documentation  | view source Contained in the HTML-Widgets-NavMenu distribution.