Module: Otto::RouteHandlers

Defined in:
lib/otto/route_handlers.rb,
lib/otto/route_handlers/base.rb,
lib/otto/route_handlers/lambda.rb,
lib/otto/route_handlers/factory.rb,
lib/otto/route_handlers/logic_class.rb,
lib/otto/route_handlers/class_method.rb,
lib/otto/route_handlers/instance_method.rb

Overview

Pluggable Route Handler Factory

Enables different execution patterns while maintaining backward compatibility

Defined Under Namespace

Classes: BaseHandler, ClassMethodHandler, HandlerFactory, InstanceMethodHandler, LambdaHandler, LogicClassHandler