The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

YAWF::Handler - Default object for unconfigured domains

METHODS

new

Called by YAWF::Request.

        WEB_METHODS => {        # methods allowed for web calls
                index => 1,
                },
        SESSION     => 0,       # Does this module require a session?
        LOGIN       => 0,       # Is this module restricted to users who have logged in?

Returns a new YAWF::Handler or dies on error.

AUTHOR

Copyright 2010 Sebastian Willing.