Solstice::NavigationService - A service for all types of navigation up a controller chain.


Solstice documentation  | view source Contained in the Solstice distribution.

Index


NAME

Top

Solstice::NavigationService - A service for all types of navigation up a controller chain.

SYNOPSIS

Top

  use Solstice::NavigationService;

  my $navigation_service = Solstice::NavigationService->new();
  $navigation_service->setView($view);




DESCRIPTION

Top

This is a service for putting app specific nav(any view really) at the top of a screen.

Superclass

Solstice::Service

Export

No symbols exported.

Methods

new()

Creates a new Solstice::NavigationService, tied to an Apache thread wide base of navigation.

setView($view)

Sets the view to the service.

Modules Used

Solstice::Service.

AUTHOR

Top

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

VERSION

Top

$Revision: 3364 $

COPYRIGHT

Top


Solstice documentation  | view source Contained in the Solstice distribution.