|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MimeType | |
|---|---|
| com.uwyn.rife.cmf | Provides classes, interfaces and elements for the content management framework. |
| com.uwyn.rife.cmf.dam | Provides classes and interfaces for the database access management of the content management framework. |
| com.uwyn.rife.cmf.dam.contentmanagers | Provides managers classes for content information support. |
| com.uwyn.rife.cmf.dam.contentmanagers.exceptions | Provides exception classes for the content information managers. |
| com.uwyn.rife.cmf.dam.contentstores | Provides managers classes for content data support. |
| com.uwyn.rife.cmf.format.exceptions | Provides exception classes for the formatting of the raw content data. |
| com.uwyn.rife.site | Provides classes and interfaces that provide useful features during the creation of a website. |
| com.uwyn.rife.template | Provides classes and interfaces for the template engine. |
| Uses of MimeType in com.uwyn.rife.cmf |
|---|
| Fields in com.uwyn.rife.cmf declared as MimeType | |
|---|---|
static MimeType |
MimeType.APPLICATION_XHTML
The application/xhtml+xml mime type. |
static MimeType |
MimeType.IMAGE_GIF
The image/gif mime type. |
static MimeType |
MimeType.IMAGE_JPEG
The image/jpeg mime type. |
static MimeType |
MimeType.IMAGE_PNG
The image/png mime type. |
static MimeType |
MimeType.RAW
A generic mime type indicating that the content should be stored as raw data without any mime-type related processing. |
static MimeType |
MimeType.TEXT_PLAIN
The text/plain mime type. |
static MimeType |
MimeType.TEXT_XML
The text/plain mime type. |
| Methods in com.uwyn.rife.cmf that return MimeType | |
|---|---|
MimeType |
Content.getMimeType()
Retrieves the mime type of the content. |
static MimeType |
MimeType.getMimeType(String identifier)
Returns the MimeType instance that corresponds to a given
textual identifier. |
| Constructors in com.uwyn.rife.cmf with parameters of type MimeType | |
|---|---|
Content(MimeType mimeType,
Object data)
Creates a new Content instance with the minimal required
arguments. |
|
| Uses of MimeType in com.uwyn.rife.cmf.dam |
|---|
| Methods in com.uwyn.rife.cmf.dam that return types with arguments of type MimeType | |
|---|---|
Collection<MimeType> |
ContentStore.getSupportedMimeTypes()
Returns the collection of mime types that the content store supports. |
| Methods in com.uwyn.rife.cmf.dam with parameters of type MimeType | |
|---|---|
Formatter |
ContentStore.getFormatter(MimeType mimeType,
boolean fragment)
Returns a Formatter instance that will be used to load and
to format the content data. |
| Uses of MimeType in com.uwyn.rife.cmf.dam.contentmanagers |
|---|
| Fields in com.uwyn.rife.cmf.dam.contentmanagers with type parameters of type MimeType | |
|---|---|
protected HashMap<MimeType,ContentStore> |
DatabaseContent.mMimeMapping
|
| Uses of MimeType in com.uwyn.rife.cmf.dam.contentmanagers.exceptions |
|---|
| Methods in com.uwyn.rife.cmf.dam.contentmanagers.exceptions that return MimeType | |
|---|---|
MimeType |
UnsupportedMimeTypeException.getMimeType()
|
| Constructors in com.uwyn.rife.cmf.dam.contentmanagers.exceptions with parameters of type MimeType | |
|---|---|
UnsupportedMimeTypeException(MimeType mimeType)
|
|
| Uses of MimeType in com.uwyn.rife.cmf.dam.contentstores |
|---|
| Methods in com.uwyn.rife.cmf.dam.contentstores that return types with arguments of type MimeType | |
|---|---|
Collection<MimeType> |
DatabaseRawStore.getSupportedMimeTypes()
|
Collection<MimeType> |
DatabaseContentStore.getSupportedMimeTypes()
|
| Methods in com.uwyn.rife.cmf.dam.contentstores with parameters of type MimeType | |
|---|---|
protected void |
DatabaseRawStore.addMimeType(MimeType mimeType)
|
protected void |
DatabaseContentStore.addMimeType(MimeType mimeType)
|
Formatter |
DatabaseTextStore.getFormatter(MimeType mimeType,
boolean fragment)
|
Formatter |
DatabaseRawStore.getFormatter(MimeType mimeType,
boolean fragment)
|
Formatter |
DatabaseImageStore.getFormatter(MimeType mimeType,
boolean fragment)
|
| Uses of MimeType in com.uwyn.rife.cmf.format.exceptions |
|---|
| Methods in com.uwyn.rife.cmf.format.exceptions that return MimeType | |
|---|---|
MimeType |
UnsupportedTargetMimeTypeException.getMimeType()
|
MimeType |
UnreadableDataFormatException.getMimeType()
|
MimeType |
InvalidContentDataTypeException.getMimeType()
|
| Constructors in com.uwyn.rife.cmf.format.exceptions with parameters of type MimeType | |
|---|---|
InvalidContentDataTypeException(Formatter formatter,
MimeType mimeType,
Class expectedType,
Class receivedType)
|
|
UnreadableDataFormatException(MimeType mimeType,
Collection<String> errors)
|
|
UnsupportedTargetMimeTypeException(MimeType mimeType)
|
|
| Uses of MimeType in com.uwyn.rife.site |
|---|
| Methods in com.uwyn.rife.site that return MimeType | |
|---|---|
MimeType |
ConstrainedProperty.getMimeType()
Retrieves the mime type of the property. |
| Methods in com.uwyn.rife.site with parameters of type MimeType | |
|---|---|
T |
ConstrainedProperty.mimeType(MimeType mimeType)
Sets the mime type of the property. |
void |
ConstrainedProperty.setMimeType(MimeType mimeType)
Sets the mime type of the property. |
| Uses of MimeType in com.uwyn.rife.template |
|---|
| Methods in com.uwyn.rife.template that return MimeType | |
|---|---|
MimeType |
BeanHandlerXml.getMimeType()
|
MimeType |
BeanHandlerXhtml.getMimeType()
|
MimeType |
BeanHandlerPlain.getMimeType()
|
protected abstract MimeType |
AbstractBeanHandler.getMimeType()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||