Closed tomtkarl closed 11 years ago
FunctionProvider match() method implementation can probably be moved into the FunctionProvider superclass? Rather than having same implementation in every subclass...
FunctionProvider match() might not be a simple lookup as in example implementation, so best left implementation-specific.
Seems like Endpoint and Servlet have a 1:1 relationship, can collapse them into one object?
Some areas of code can probably be refactored.