Package org.locomotive.loco.handler

Interface Summary
Handler The Locomotive requires a generic way to instantiate a class and have it handle a request; the Handler interface provides it.
 

Class Summary
DefaultHandler A sample default handler.
GenericHandler The GenericHandler class is a generic implementation of the Handler interface.
HandlerData A HandlerData object is passed to all module Handlers when they are invoked.
HandlerRoutingTable Used to choose which handler classes get invoked.
UnknownHandler This handler is invoked when a url cannot be mapped to a handler by the Locomotive.