Package org.loom.mapping

Interface Summary
ActionMappingFactory Class that creates ActionMapping and ActionMappingRepository instances
ActionMappingRepository Repository of all configured ActionMapping instances.
EventParameter Argument received by an Event
 

Class Summary
ActionMapping The mapping information about one Action class.
DefaultActionMappingRepository  
DefaultEventParameter  
Event This class holds the internal data associated to an event.
EventComparator Compares Events to retrieve in its mapping processing order.
ParsedAction The current action and event object, as parsed from the URL
ReloadableActionMappingRepository ActionMappingRepository that detects changes to classes in the background.
RequestParametersParameter Event Parameter that contains the full request contents.
RestActionMappingFactory Creates a RESTful ActionMapping for an Action
UriParser Parses an incoming request and extracts any parameter values in its path.
UriToken A token in the uri path.
VisitedPath The already visited path.
 

Enum Summary
UriToken.ParserAction The actions that are indicated to the parser