324325326327328329330331332333334
int added = 0; while (_it1.hasNext()) { MimeType _mt = caps.createMimeType((String)_it1.next()); if (_mt != null) mediaType.addMimetype(_mt); added++; } } } catch (Exception e1)
330331332333334335336337338339340
318319320321322323324325326327328
262263264265266267268269270271272
int added = 0; while (_it1.hasNext()) { MimeType _mt = caps.createMimeType((String) _it1.next()); if (_mt != null) mediaType.addMimetype(_mt); added++; } } } catch (Exception e1)
263264265266267268269270271272273