Uses of Class
com.cc.framework.resource.MimeType

Packages that use MimeType
com.cc.framework.resource   
 

Uses of MimeType in com.cc.framework.resource
 

Fields in com.cc.framework.resource declared as MimeType
static MimeType MimeType.NONE
          MIME type: NONE
static MimeType MimeType.PDF
          MIME type: PDF
static MimeType MimeType.HTML
          MIME type: HTML
static MimeType MimeType.XML
          MIME type: XML
static MimeType MimeType.PCL5
          MIME type: PCL5
static MimeType MimeType.TEXT
          MIME type: TEXT
static MimeType MimeType.GIF
          MIME type: GIF
static MimeType MimeType.JPEG
          MIME type: JPEG
static MimeType MimeType.SVG
          MIME type: SVG
static MimeType MimeType.XLS
          MIME type: XLS
static MimeType MimeType.OCTETSTREAM
          MIME type: OCTETSTREAM
static MimeType MimeType.JAVASCRIPT
          MIME type: JAVASCRIPT
private  MimeType BinaryResource.type
          MIME type of the Resource
 

Methods in com.cc.framework.resource that return MimeType
 MimeType BinaryResource.getType()
          Gets the Type
 

Methods in com.cc.framework.resource with parameters of type MimeType
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, MimeType type, byte[] body, Cachable cacheInfo)
          Registers a binary resource
static void ResourceManager.registerResource(javax.servlet.http.HttpServletRequest request, HttpScope scope, java.lang.String key, MimeType type, java.lang.String bodyStream, Cachable cacheInfo)
          Registers a binary resource
 

Constructors in com.cc.framework.resource with parameters of type MimeType
BinaryResource(MimeType type, byte[] body, Cachable cacheInfo)
          Constructor for BinaryResource
BinaryResource(MimeType type, java.lang.String bodyStream, Cachable cacheInfo)
          Constructor for BinaryResource
 



Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.