
OpenInteract2::ActionResolver::UserDir - Be able to create action from user directory request

http://.../~cwinters http://.../~cwinters/display_groups/ http://.../~cwinters/last_post/5

Respond to URLs with leading '~' characters. Everything after the '~' up to the path separator is used as the user's name you wish to display or manipulate.

resolve( $request, $url )
If $url has a leading '~' we parse it into a username and optional task, then create the 'user' action and assign the task to its property and the username to its 'username' parameter.


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.

Chris Winters <chris@cwinters.com>