| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |
HTML::Widgets::NavMenu::Predicate - a predicate object for HTML::Widgets::NavMenu
my $pred = HTML::Widgets::NavMenu::Predicate->new('spec' => $spec);
Evaluates the predicate in the context of $path_info and $current_host
and returns the result.
The type of the predicate.
Sets/gets the boolean value in case the type is a boolean.
Sets/gets the callback in case the type is callback.
Sets/gets the regular expression in case the type is "regexp".
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.
| HTML-Widgets-NavMenu documentation | view source | Contained in the HTML-Widgets-NavMenu distribution. |