* @throws ClassNotFoundException
*/
@SuppressWarnings("unchecked")
protected Finder createFinder(Router router, String uriPattern,
ResourceInfo resourceInfo) throws ClassNotFoundException {
Finder result = null;
if (resourceInfo.getIdentifier() != null) {
// The "id" attribute conveys the target class name
Class<? extends ServerResource> targetClass = (Class<? extends ServerResource>) Engine
.loadClass(resourceInfo.getIdentifier());