106107108109110111112113114115
} if ( pageMap.containsValue( page ) ) { String p = getPathByPageClass( page ); throw new PageAlreadyMounted( "Page['" + page.getName() + "'] is already mounted for path: " + p ); } pageMap.put( path, page ); }