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.