|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Formatter | |
|---|---|
| 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.contentstores | Provides managers classes for content data support. |
| com.uwyn.rife.cmf.format | Provides classes and interfaces that are able to format raw content data into typed data. |
| com.uwyn.rife.cmf.format.exceptions | Provides exception classes for the formatting of the raw content data. |
| Uses of Formatter in com.uwyn.rife.cmf |
|---|
| Methods in com.uwyn.rife.cmf that return Formatter | |
|---|---|
abstract Formatter |
MimeType.getFormatter()
Returns an instance of the formatter for this mime type. |
| Uses of Formatter in com.uwyn.rife.cmf.dam |
|---|
| Methods in com.uwyn.rife.cmf.dam that return Formatter | |
|---|---|
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 Formatter in com.uwyn.rife.cmf.dam.contentstores |
|---|
| Methods in com.uwyn.rife.cmf.dam.contentstores that return Formatter | |
|---|---|
Formatter |
DatabaseTextStore.getFormatter(MimeType mimeType,
boolean fragment)
|
Formatter |
DatabaseRawStore.getFormatter(MimeType mimeType,
boolean fragment)
|
Formatter |
DatabaseImageStore.getFormatter(MimeType mimeType,
boolean fragment)
|
| Uses of Formatter in com.uwyn.rife.cmf.format |
|---|
| Classes in com.uwyn.rife.cmf.format that implement Formatter | |
|---|---|
class |
ImageFormatter
Formats raw Content data as an image. |
class |
PlainTextFormatter
Formats plain test Content data. |
class |
RawFormatter
Formats raw Content data. |
class |
XhtmlFormatter
Formats raw Content data as valid Xhtml. |
| Uses of Formatter in com.uwyn.rife.cmf.format.exceptions |
|---|
| Methods in com.uwyn.rife.cmf.format.exceptions that return Formatter | |
|---|---|
Formatter |
InvalidContentDataTypeException.getFormatter()
|
| Constructors in com.uwyn.rife.cmf.format.exceptions with parameters of type Formatter | |
|---|---|
InvalidContentDataTypeException(Formatter formatter,
MimeType mimeType,
Class expectedType,
Class receivedType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||