Package rife.cmf.loader
Class XhtmlContentLoader
Loads raw content as xhtml data. The internal type to which everything will
be converted is
java.lang.String
.- Since:
- 1.0
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of support content loading back-ends.Methods inherited from class rife.cmf.loader.ContentLoader
load
-
Constructor Details
-
XhtmlContentLoader
public XhtmlContentLoader()
-
-
Method Details
-
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 classContentLoader<String>
- Returns:
- the list of content loader back-ends
-