if (mapper == null)
mapper = new TaglibMapper();
for (Iterator it = imports.entrySet().iterator(); it.hasNext();) {
final Map.Entry me = (Map.Entry)it.next();
mapper.addClass((String)me.getKey(), (Class)me.getValue());
}
}
if (funcs != null && !funcs.isEmpty()) {
if (mapper == null)