|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ContentLoaderBackend | |
|---|---|
| com.uwyn.rife.cmf.loader | Provides classes and interfaces that delegate the loading of raw content data to back-end libraries. |
| com.uwyn.rife.cmf.loader.image | Provides classes that delegate the loading of raw content data to image back-end libraries. |
| com.uwyn.rife.cmf.loader.xhtml | Provides classes that delegate the loading of raw content data to xhtml back-end libraries. |
| Uses of ContentLoaderBackend in com.uwyn.rife.cmf.loader |
|---|
| Classes in com.uwyn.rife.cmf.loader that implement ContentLoaderBackend | |
|---|---|
class |
ImageContentLoaderBackend
This is an abstract class that should be implemented by all image content loader back-ends. |
class |
XhtmlContentLoaderBackend
This is an abstract class that should be implemented by all xhtml content loader back-ends. |
| Methods in com.uwyn.rife.cmf.loader that return types with arguments of type ContentLoaderBackend | |
|---|---|
List<ContentLoaderBackend<String>> |
XhtmlContentLoader.getBackends()
|
List<ContentLoaderBackend<Image>> |
ImageContentLoader.getBackends()
|
abstract List<ContentLoaderBackend<InternalType>> |
ContentLoader.getBackends()
Returns a list of support content loading back-ends. |
| Uses of ContentLoaderBackend in com.uwyn.rife.cmf.loader.image |
|---|
| Classes in com.uwyn.rife.cmf.loader.image that implement ContentLoaderBackend | |
|---|---|
class |
ImageIOLoader
This is an image loader back-end that uses ImageIO to load image files. |
class |
ImageJLoader
This is an image loader back-end that uses ImageJ to load TIFF files, if its classes are present in the classpath. |
class |
ImageroReaderLoader
This is an image loader back-end that uses ImageroReader to load image files, if its classes are present in the classpath. |
class |
JaiLoader
This is an image loader back-end that uses Java Advanced Imaging to load image files, if its classes are present in the classpath. |
class |
JimiLoader
This is an image loader back-end that uses Jimi to load image files, if its classes are present in the classpath. |
class |
JMagickLoader
This is an image loader back-end that uses JMagick to load image files, if its classes are present in the classpath. |
| Uses of ContentLoaderBackend in com.uwyn.rife.cmf.loader.xhtml |
|---|
| Classes in com.uwyn.rife.cmf.loader.xhtml that implement ContentLoaderBackend | |
|---|---|
class |
Jdk14Loader
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||