// It's not Mojarra
}
// Test for Apache MyFaces
try {
Class.forName("org.apache.myfaces.application.ApplicationFactoryImpl");
return new MyFacesImplementation();
} catch (ClassNotFoundException e) {
// It's not MyFaces
}
// Not found
throw new UnsupportedOperationException();