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>

Generated from the OpenInteract 1.99_06 source.