throw new ServletException("Unexpected object for atlas name: "+obj.getClass().getName());
}
}
// Mail Delivery
UserMailNotification userMailNotification = new UserMailNotificationNull();
{
Object obj = context.getAttribute(MailDelivery.ConfigAttributeName_MailDelivery);
if( null == obj ){
throw new ServletException("Mail delivery is not specified ("+MailDelivery.ConfigAttributeName_MailDelivery+")");
}