Iterator lifecycleIds = lifecycleFactory.getLifecycleIds();
while (lifecycleIds.hasNext())
{
currentId = (String) lifecycleIds.next();
currentLifecycle = lifecycleFactory.getLifecycle(currentId);
currentLifecycle.addPhaseListener(phaseListener);
}
}
/**
* Exposes the default message-bundle of jsf for the given {@link Locale}