@Override
public int doStartTag() throws JspException {
// Obtain InfoExamMap
InfoExamsMap infoExamsMap = null;
InfoRoomExamsMap infoRoomExamsMap = null;
ExamsMap examsMap = null;
IExamsMapRenderer renderer = null;
String typeUser = "";
String typeMapType = "";
Locale locale = (Locale) pageContext.findAttribute(Globals.LOCALE_KEY);