|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The content factory is resopnsible for creating content from a given element and the rawdata contained in the element's datasource.
Method Summary | |
boolean |
canHandleContent(java.lang.String contentType)
Returns true if the module can handle the specified content type, and
false otherwise. |
Content |
createContentForElement(Element e,
ElementLayoutInformation bounds,
LayoutSupport ot)
Creates content for an element. |
Method Detail |
public boolean canHandleContent(java.lang.String contentType)
true
if the module can handle the specified content type, and
false
otherwise.
contentType
- the content type.
true
or false
.public Content createContentForElement(Element e, ElementLayoutInformation bounds, LayoutSupport ot) throws ContentCreationException
e
- the element.bounds
- the bounds.ot
- the output target.
ContentCreationException
- if there is a problem with the Content creation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |