HTML::Mason::Resolver::File - Component path resolver for file-based components


HTML-Mason documentation  | view source Contained in the HTML-Mason distribution.

Index


NAME

Top

HTML::Mason::Resolver::File - Component path resolver for file-based components

SYNOPSIS

Top

  my $resolver = HTML::Mason::Resolver::File->new();

  my $info = $resolver->get_info('/some/comp.html');

DESCRIPTION

Top

This HTML::Mason::Resolver subclass is used when components are stored on the filesystem, which is the norm for most Mason-based applications.

SEE ALSO

Top

HTML::Mason (HTML::Mason)


HTML-Mason documentation  | view source Contained in the HTML-Mason distribution.