Name

CatalystX::Usul::Plugin::Controller::PersistentState - Set/Get state information on/from the session store

Version

0.6.$Revision: 1165 $

Synopsis

use CatalystX::Usul::PersistentState;

Description

Uses the session store to provide state information that is persistent across requests

Subroutines/Methods

get_uri_args

my @args = $self->get_uri_args( $c );

get_uri_query_params

init_uri_attrs

persist_state

When the plugin is loaded $self-can( q(persist_state) )>

set_uri_args

$self->set_uri_args( $c, @args );

set_uri_attrs_or_redirect;

set_uri_query_params

Diagnostics

None

Configuration and Environment

None

Dependencies

CatalystX::Usul::Constants

Incompatibilities

There are no known incompatibilities in this module

Bugs and Limitations

There are no known bugs in this module. Please report problems to the address below. Patches are welcome

Author

Peter Flanigan, <Support at RoxSoft.co.uk>

License and Copyright

Copyright (c) 2008-2010 Peter Flanigan. All rights reserved

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic

This program is distributed in the hope that it will be useful, but WITHOUT WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE