BEA Systems, Inc.

WebLogic Server 5.1.0 API Reference

Uses of Class
weblogic.html.MimeType

Packages that use MimeType
weblogic.html   
 

Uses of MimeType in weblogic.html
 

Fields in weblogic.html declared as MimeType
static MimeType MimeType.textCss
          Sets the type to "text/css".
static MimeType MimeType.textVbscript
          Sets the type to "text/vbscript".
static MimeType MimeType.textPlain
          Sets the type to "text/plain".
static MimeType MimeType.textRichtext
          Sets the type to "text/richtext".
static MimeType MimeType.textHtml
          Sets the type to "text/enriched".
static MimeType MimeType.multiMixed
          Sets the type to "multipart/mixed".
static MimeType MimeType.multiFormdata
          Sets the type to "multipart/form-data".
static MimeType MimeType.multiRelated
          Sets the type to "multipart/related".
static MimeType MimeType.multiSigned
          Sets the type to "multipart/signed".
static MimeType MimeType.multiEncrypted
          Sets the type to "multipart/encrypted".
static MimeType MimeType.appPostscript
          Sets the type to "application/postscript".
static MimeType MimeType.appDcarft
          Sets the type to "application/dca-rft".
static MimeType MimeType.appRtf
          Sets the type to "application/rtf".
static MimeType MimeType.appMacbinhex40
          Sets the type to "application/mac-binhex40".
static MimeType MimeType.appPdf
          Sets the type to "application/pdf".
static MimeType MimeType.appZip
          Sets the type to "application/zip".
static MimeType MimeType.appMsword
          Sets the type to "application/msword".
static MimeType MimeType.appSgml
          Sets the type to "application/sgml".
static MimeType MimeType.imageJpeg
          Sets the type to "image/jpeg".
static MimeType MimeType.imageGif
          Sets the type to "image/gif".
static MimeType MimeType.imageIef
          Sets the type to "image/ief".
static MimeType MimeType.imageTiff
          Sets the type to "image/tiff".
static MimeType MimeType.imageCgm
          Sets the type to "image/cgm".
static MimeType MimeType.audioBasic
          Sets the type to "audio/basic".
static MimeType MimeType.audio32kadpcm
          Sets the type to "audio/32kadpcm".
static MimeType MimeType.videoMpeg
          Sets the type to "video/mpeg".
static MimeType MimeType.videoQuicktime
          Sets the type to "video/quicktime".
static MimeType MimeType.modelIges
          Sets the type to "model/iges".
static MimeType MimeType.modelVrml
          Sets the type to "model/vrml".
static MimeType MimeType.modelMesh
          Sets the type to "model/mesh".
 

Methods in weblogic.html with parameters of type MimeType
 StyleElement StyleElement.setType(MimeType type)
          Sets the type for a StyleElement.
 ObjectElement ObjectElement.setCodetype(MimeType mt)
          Sets the CODETYPE to a MimeType, which specifies the Internet Media Type of the data that should be expected by the rendering mechanism specified by the CLASSID attribute.
 ObjectElement ObjectElement.setType(MimeType mt)
          Sets the TYPE attribute, which specifies the Internet Media Type as a MimeType for the object specified in the DATA attribute.
 

Constructors in weblogic.html with parameters of type MimeType
StyleElement.StyleElement(MimeType type, HtmlElement contents)
          Constructs a StyleElement with the specified contents and sets it to the specified style notation.
 


Documentation is available at
http://www.weblogic.com/docs51