Package com.buglabs.osgi.sewing.pub.util

Class Summary
ControllerMap Wrapper for a Map to enforce the types that go into it This stores the implementer's mapping of controller names to controller objects getControllerMap() then returns this in the application setup and stores the mapping when a request for a page comes in, this map is used to instantiate and call the controller
FormFile  
RequestHelper Static methods for helping us parse a string list of paramaters typically pulled off the request object in a get request or form post
RequestParameters Wrapper for a map to enforce the types that go into it this gets filled with the request parameters sent in a get or post and past to the controller's methods
RequestReader A static class to abstract the reading of the body of a request object