{
// nothing to do
return;
}
// optimization: provide the LifecycleProvider, because there could be a lot of elements
LifecycleProvider provider = destroyer.getCurrentLifecycleProvider();
while (attributes.hasMoreElements())
{
String name = attributes.nextElement();
Object value = session.getAttribute(name);