extensions.st
author Claus Gittinger <cg@exept.de>
Thu, 14 Jun 2018 11:38:14 +0200
changeset 4129 f6e152e7c328
parent 4089 a64828e69680
child 4139 6dffe5499f3b
permissions -rw-r--r--
#DOCUMENTATION by cg class: FlyByHelp comment/format in: #showHelp:for:

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

!CharacterArray methodsFor:'converting'!

asMimeType
    "return myself as a mimeType instance"

    ^ MIMETypes mimeTypeFromString:self string

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

!stx_libview2 class methodsFor:'documentation'!

extensionsVersion_CVS
    ^ '$Header$'
! !

!stx_libview2 class methodsFor:'documentation'!

extensionsVersion_SVN
    ^ 'Id:'
! !