James A. Duncan > OpenFrame-AppKit-3.03 > OpenFrame::AppKit::Segment::Images

Download:
OpenFrame-AppKit-3.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 3.03   Source  

NAME ^

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

SYNOPSIS ^

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

DESCRIPTION ^

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 ^

Leon Brocard <leon@fotango.com>

COPYRIGHT ^

Copyright 2002 Fotango Ltd. All Rights Reserved

This program is released under the same license as Perl itself.