HTML::FromMail::Page - base class for outputting pages


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

Index


NAME

Top

HTML::FromMail::Page - base class for outputting pages

INHERITANCE

Top

 HTML::FromMail::Page
   is a HTML::FromMail::Object
   is a Mail::Reporter

 HTML::FromMail::Page is extended by
   HTML::FromMail::Field
   HTML::FromMail::Head
   HTML::FromMail::Message

SYNOPSIS

Top

DESCRIPTION

Top

METHODS

Top

$obj->lookup(LABEL, ARGS)

Look-up, in a formatter dependent way, what the value related to a certain LABEL is. The location which is being produced on the moment that this method is called is stored somewhere in the OPTIONS. The formatter (which is also in the OPTIONS) is called to get the value based on that location information.

 Option   --Default
 formatter  <required>

. formatter => OBJECT

HTML::FromMail::Page->new(OPTIONS)

 Option  --Defined in     --Default
 settings  HTML::FromMail::Object  {}
 topic     HTML::FromMail::Object  <required>

. settings => HASH-OF-HASHES

. topic => STRING

Attributes

$obj->settings([TOPIC])

See "Attributes" in HTML::FromMail::Object

$obj->topic

See "Attributes" in HTML::FromMail::Object

Export

Other methods

$obj->plain2html(STRING)

See "Other methods" in HTML::FromMail::Object

SEE ALSO

Top

This module is part of HTML-FromMail distribution version 0.11, built on June 08, 2007. Website: http://perl.overmeer.net/html-from-mail/

LICENSE

Top

Copyrights 2003,2004,2007 by Mark Overmeer. For other contributors see ChangeLog.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html


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