org.xwiki.office.viewer
Interface OfficeViewer
@Role
public interface OfficeViewer
The component responsible for creating XDOM views from office attachments.
- Since:
- 2.5M2
- Version:
- $Id: bc6f64e8ae37b38074b84db47921868de4c665f5 $
|
Method Summary |
org.xwiki.rendering.block.XDOM |
createView(org.xwiki.model.reference.AttachmentReference attachmentReference,
Map<String,String> parameters)
Creates a XDOM view of the specified office attachment. |
createView
org.xwiki.rendering.block.XDOM createView(org.xwiki.model.reference.AttachmentReference attachmentReference,
Map<String,String> parameters)
throws Exception
- Creates a
XDOM view of the specified office attachment.
- Parameters:
attachmentReference - reference to the office attachment to be viewedparameters - implementation specific view parameters
- Returns:
XDOM representation of the specified office document
- Throws:
Exception - if an error occurs while accessing the office attachment or while creating the view
Copyright © 2004-2013 XWiki. All Rights Reserved.