Parent

Included Modules

Class Index [+]

Quicksearch

Merb::Dispatcher

Attributes

use_mutex[RW]

@api private

Public Class Methods

handle(request) click to toggle source

Dispatch the rack environment.

ControllerExceptions are rescued here and redispatched.

@param rack_env [Rack::Environment] The rack environment, which is used to instantiate a Merb::Request @return [Merb::Controller] The Merb::Controller that was dispatched to

@api private

    # File lib/merb-core/dispatch/dispatcher.rb, line 28
28:       def handle(request)
29:         request.handle
30:       end
work_queue() click to toggle source

@return [Queue] the current queue of dispatch jobs.

@api private

    # File lib/merb-core/dispatch/dispatcher.rb, line 16
16:       def work_queue
17:         @@work_queue
18:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.