extensions.st
author Claus Gittinger <cg@exept.de>
Thu, 03 Sep 2009 17:55:02 +0200
changeset 2728 9d97da90730c
parent 2727 b7105db29f74
child 2759 668d1637f50c
permissions -rw-r--r--
checkin from browser

"{ Package: 'stx:libview2' }"
!

!CharacterArray methodsFor:'converting'!

asMimeType
    ^ MIMETypes mimeTypeFromString:self string

    "
     'text/html' asMimeType isTextType
     'text/html' asMimeType isImage
     'image/gif' asMimeType isImage    
    "
! !