Solstice::View::Download - Superclass for views that present binary or downloadable data instead of web content.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::View::Download - Superclass for views that present binary or downloadable data instead of web content.

SYNOPSIS

Top

  package MyView;

  use base qw(Solstice::View::Download);

DESCRIPTION

Top

This is a virtual class for creating solstice view objects. This class should never be instantiated as an object, rather, it should always be sub-classed.

Export

No symbols exported..

Methods

printData()

This method returns the download data. It should be overridden in a subclass.

isDownloadView()

Modules Used

Solstice::View.

AUTHOR

Top

Catalyst Group, <catalyst@u.washington.edu>

VERSION

Top

$Revision: 3364 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.