|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use MimeType | |
---|---|
ccc.api.core | |
ccc.api.jaxrs.providers | |
ccc.api.types | |
ccc.commons | |
ccc.domain | The core domain model for CCC. |
ccc.plugins.s11n.json | |
ccc.plugins.search | |
ccc.plugins.search.lucene | |
ccc.web.rendering |
Uses of MimeType in ccc.api.core |
---|
Methods in ccc.api.core that return MimeType | |
---|---|
MimeType |
Template.getMimeType()
Accessor. |
MimeType |
File.getMimeType()
Accessor. |
Methods in ccc.api.core with parameters of type MimeType | |
---|---|
void |
Template.setMimeType(MimeType mimeType)
Mutator. |
void |
File.setMimeType(MimeType mimeType)
Mutator. |
Constructors in ccc.api.core with parameters of type MimeType | |
---|---|
File(MimeType type,
java.lang.String path,
java.util.UUID id,
ResourceName name,
java.lang.String title,
java.util.Map<java.lang.String,java.lang.String> properties)
Constructor. |
|
File(MimeType mimeType,
java.util.UUID data,
long size,
java.util.Map<java.lang.String,java.lang.String> properties)
Constructor. |
|
File(java.util.UUID id,
java.lang.String content,
MimeType mimeType,
boolean isMajorRevision,
java.lang.String revisionComment)
Constructor. |
|
File(java.util.UUID parentId,
java.lang.String name,
MimeType mimeType,
boolean isMajorRevision,
java.lang.String revisionComment,
java.lang.String content)
Constructor. |
Uses of MimeType in ccc.api.jaxrs.providers |
---|
Methods in ccc.api.jaxrs.providers that return MimeType | |
---|---|
protected MimeType |
FileReader.toMimeType(java.lang.String contentType)
Extract the mime type from the content-type HTTP header. |
Methods in ccc.api.jaxrs.providers with parameters of type MimeType | |
---|---|
javax.ws.rs.core.Response |
RestExceptionMapper.toResponse(CCException e,
MimeType responseType)
Convert an exception to a JAX-RS response. |
Uses of MimeType in ccc.api.types |
---|
Fields in ccc.api.types declared as MimeType | |
---|---|
static MimeType |
MimeType.BINARY_DATA
BINARY_DATA : MimeType. |
static MimeType |
MimeType.HTML
HTML : MimeType. |
static MimeType |
MimeType.JPEG
JPEG : MimeType. |
static MimeType |
MimeType.JSON
JSON : MimeType. |
static MimeType |
MimeType.TEXT
TEXT : MimeType. |
Uses of MimeType in ccc.commons |
---|
Methods in ccc.commons that return MimeType | |
---|---|
static MimeType |
HTTP.determineMimetype(java.lang.String filename)
Guess the mime type of a file from its name. |
Methods in ccc.commons with parameters of type MimeType | |
---|---|
static java.lang.String |
HTTP.post(java.lang.String host,
java.lang.String body,
MimeType mimeType)
Perform an HTTP POST. |
Uses of MimeType in ccc.domain |
---|
Methods in ccc.domain that return MimeType | |
---|---|
MimeType |
TemplateRevision.getMimeType()
Accessor. |
MimeType |
TemplateEntity.getMimeType()
Accessor. |
MimeType |
FileWorkingCopy.getMimeType()
Accessor. |
MimeType |
FileRevision.getMimeType()
Accessor. |
MimeType |
FileEntity.getMimeType()
Accessor for mime type. |
Constructors in ccc.domain with parameters of type MimeType | |
---|---|
FileEntity(ResourceName name,
java.lang.String title,
java.lang.String description,
Data data,
long size,
MimeType mimeType,
java.util.Map<java.lang.String,java.lang.String> properties,
RevisionMetadata metadata)
Constructor. |
|
TemplateEntity(ResourceName name,
java.lang.String title,
java.lang.String description,
java.lang.String body,
java.lang.String definiton,
MimeType mimeType,
RevisionMetadata metadata)
Constructor. |
|
TemplateEntity(java.lang.String title,
java.lang.String description,
java.lang.String body,
java.lang.String definiton,
MimeType mimeType,
RevisionMetadata metadata)
Constructor. |
Uses of MimeType in ccc.plugins.s11n.json |
---|
Methods in ccc.plugins.s11n.json that return MimeType | |
---|---|
MimeType |
MimeTypeSerializer.read(Json json)
Deserialize from a representation. |
Methods in ccc.plugins.s11n.json with parameters of type MimeType | |
---|---|
Json |
MimeTypeSerializer.write(Json json,
MimeType instance)
Serialize to representation. |
Uses of MimeType in ccc.plugins.search |
---|
Methods in ccc.plugins.search with parameters of type MimeType | |
---|---|
TextExtractor |
Indexer.createExtractor(MimeType mimeType)
Creates a text extractor for PDF, Word and plain text files. |
Uses of MimeType in ccc.plugins.search.lucene |
---|
Methods in ccc.plugins.search.lucene with parameters of type MimeType | |
---|---|
TextExtractor |
SimpleLuceneFS.createExtractor(MimeType mimeType)
Creates a text extractor for PDF, Word and plain text files. |
Uses of MimeType in ccc.web.rendering |
---|
Methods in ccc.web.rendering with parameters of type MimeType | |
---|---|
void |
Response.setMimeType(MimeType mType)
Mutator. |
Constructors in ccc.web.rendering with parameters of type MimeType | |
---|---|
ContentTypeHeader(MimeType value)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |