com.uwyn.rife.cmf.loader
Class XhtmlContentLoader
java.lang.Object
com.uwyn.rife.cmf.loader.ContentLoader<String>
com.uwyn.rife.cmf.loader.XhtmlContentLoader
public class XhtmlContentLoader
- extends ContentLoader<String>
Loads raw content as xhtml data. The internal type to which everything will
be converted is java.lang.String.
- Since:
- 1.0
- Version:
- $Revision: 3634 $
- Author:
- Geert Bevin (gbevin[remove] at uwyn dot com)
- See Also:
ContentLoader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XhtmlContentLoader
public XhtmlContentLoader()
getBackends
public List<ContentLoaderBackend<String>> getBackends()
- Description copied from class:
ContentLoader
- Returns a list of support content loading back-ends.
This method should be implemented by all concrete content loaders.
- Specified by:
getBackends in class ContentLoader<String>
- Returns:
- the list of content loader back-ends
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.