scannedViewConfig.setExtension(pageAnnotation.extension());
}
if (!pageAnnotation.basePath().equals(rootPath))
{
currentBasePath = pageAnnotation.basePath();
if (!".".equals(currentBasePath))
{
scannedViewConfig
.setSimpleClassNameToPathMapping(currentClass.getSimpleName(), currentBasePath);