Chris Winters > OpenInteract-1.99_06 > OpenInteract2::ActionResolver::NotFoundOrEmpty

Download:
OpenInteract-1.99_06.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 1.03   Source  

NAME ^

OpenInteract2::ActionResolver::NotFoundOrEmpty - Use the 'not_found' or 'empty' actions

SYNOPSIS ^

 # In your server configuration define the actions that will handle
 # when no action is specified (e.g., 'http://www.foo.com/') and when
 # the specified action is not found ('http://.../DR@#(D/')
 
 [action_info]
 none      = myhome
 not_found = page

DESCRIPTION ^

This resolver always fires last. If an action name has not been found from the URL we create the action specified in the server configuration under 'action_info.not_found. Similarly, if there is no action specified we create the action specified in 'action_info.none'.

SEE ALSO ^

OpenInteract2::ActionResolver

COPYRIGHT ^

Copyright (c) 2005 Chris Winters. All rights reserved.

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

AUTHORS ^

Chris Winters <chris@cwinters.com>