Handler that dispatches to a given handler based of a prefix match of the path. This only matches a single level of a request, e.g if you have a request that takes the form: /foo/bar
@author Stuart Douglas
Initial Date: 16.06.2003
@author Mike StockComment:
@deprecated Please use GlobalMapperRegistry if you need to provide an url for e.g. static resources which are shared by all users
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.