OpenFrame::AppKit::Segment::Images - a pipeline segment to manage images


OpenFrame-AppKit documentation  | view source Contained in the OpenFrame-AppKit distribution.

Index


NAME

Top

OpenFrame::AppKit::Segment::Images - a pipeline segment to manage images

SYNOPSIS

Top

  use OpenFrame::AppKit;
  my $images_engine = OpenFrame::Segment::Images->new();
  $images_engine->directory("./images");

DESCRIPTION

Top

The OpenFrame::AppKit::Segment::Images class is a pipeline segment and inherits its interface from there. It provides additional interface in the form of the director() method, which gets and sets the root template directory that the template engine will examine.

AUTHOR

Top

Leon Brocard <leon@fotango.com>

COPYRIGHT

Top


OpenFrame-AppKit documentation  | view source Contained in the OpenFrame-AppKit distribution.