Solstice::View::Application - The application wide view (boilerplate) for a Solstice application.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::View::Application - The application wide view (boilerplate) for a Solstice application.

SYNOPSIS

Top

  use Solstice::View::Application;

  my $app_view = new Solstice::View::Application();
  my $screen = "";
  $app_view->paint($screen);

DESCRIPTION

Top

The main application view for Solstice. This view is simply an HTML framework to build the Solstice application on. It combines the views of other Solstice components to create the Solstice look and feel.

Superclass

Solstice::View.

Export

No symbols exported.

Methods

new($application)

Creates a new Solstice::View::Application object.

Private Methods

_getTemplateParams()
setDocumentTitle($document_title)

Set the HTML 'title' tag value to $document_title.

getDocumentTitle()

Returns the HTML 'title' tag value.

Modules Used

Solstice::View, Solstice::Application, Solstice::OnloadService, Solstice::IncludeService,

AUTHOR

Top

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

VERSION

Top

$Revision: 3385 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.