Package | Description |
---|---|
com.saperion.ngc.main |
Package for component-wide main classes.
|
com.saperion.ngc.sapviewer |
Package for standalone SAP viewer.
|
com.saperion.ngc.servlet |
Package for streaming servlet.
|
com.saperion.ngc.viewer |
Package for viewer component classes.
|
com.saperion.ngc.viewer.pdfjs |
Package for PDFJS-viewer component classes.
|
com.saperion.ngc.viewer.virtualviewer |
Package for virtual viewer component classes.
|
com.saperion.ngc.viewer.virtualviewer.annotation |
Package for viewer annotation .
|
Modifier and Type | Method and Description |
---|---|
Map<String,OpenDocumentBean> |
HttpSessionWrapper.getPopupBeans()
Convenience method to retrieve the map with the viewer-popup-beans.
|
Modifier and Type | Method and Description |
---|---|
OpenDocumentBean |
SAPViewerUrl.createControlBeanAndLogin(String url,
javax.servlet.http.HttpServletRequest servletRequest,
String viewerId)
Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean.
|
Modifier and Type | Method and Description |
---|---|
void |
AnnotationConverter.setDocumentInfos(OpenDocumentBean openDocumentBean)
Used to pass information about the document to the converter.
|
Modifier and Type | Field and Description |
---|---|
protected OpenDocumentBean |
AbstractDocumentView.viewerBean
Viewer's control-bean.
|
Modifier and Type | Method and Description |
---|---|
OpenDocumentBean |
ViewerJspUtil.getPopupBean(String popupId)
Gets the popup-bean for this viewer-popup.
|
Modifier and Type | Method and Description |
---|---|
boolean |
DocumentViewPresenter.canEditAnnotations(OpenDocumentBean bean)
Checks if the user can edit the annotations.
|
boolean |
ViewerJspUtil.isViewable(OpenDocumentBean bean,
long maxSize)
Checks if a specific element is viewable.
|
Modifier and Type | Method and Description |
---|---|
PdfjsViewerDisplayMode |
PdfjsViewerUtil.getDisplayMode(OpenDocumentBean bean)
Returns the way the current element must be displayed.
|
PdfjsViewerDisplayMode |
PdfjsViewerUtil.getDisplayMode(OpenDocumentBean bean,
String name)
Returns the way the current element must be displayed.
|
void |
PdfjsViewerUtil.removeRenderTargetInBean(OpenDocumentBean bean)
Removes the 'targetFormat' parameter from the bean.
|
void |
PdfjsViewerUtil.setRenderTargetInBean(OpenDocumentBean bean)
Adds a parameter 'targetFormat' in the bean, which will cause the
ViewDocumentServlet
to render the element as PDF. |
Modifier and Type | Method and Description |
---|---|
protected OpenDocumentBean |
AbstractContentHandler.getOpenDocumentBean(com.snowbound.contenthandler.ContentHandlerInput input) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractContentHandler.documentCanBeRendered(byte[] documentBytes,
OpenDocumentBean bean) |
protected com.snowbound.contenthandler.ContentHandlerResult |
AbstractContentHandler.getAnnotationContentInternal(com.snowbound.contenthandler.ContentHandlerInput input,
OpenDocumentBean openDocumentBean) |
String |
VirtualViewerUtil.getDocIdWithoutElement(OpenDocumentBean bean)
Gets the doc-id without the element-id.
|
protected byte[] |
AbstractContentHandler.getDocumentBytes(OpenDocumentBean openDocumentBean,
javax.servlet.http.HttpSession session,
String currentFilename) |
static DocumentId |
VirtualViewerUtil.getReleasedHdoc(DocumentId documentId,
OpenDocumentBean openDocumentBean,
DocumentService docService)
Gets the released hdoc.
|
static Map<Integer,Integer> |
VirtualViewerUtil.getRotationAngles(OpenDocumentBean bean)
Gets the rotation angles from the bean.
|
protected boolean |
AbstractContentHandler.handleIXOSFiles(com.snowbound.contenthandler.ContentHandlerInput input,
OpenDocumentBean openDocumentBean,
javax.servlet.http.HttpSession session,
DocumentService docService) |
static void |
VirtualViewerUtil.rememberRotationForPage(OpenDocumentBean bean,
int page,
int angle)
Stores the angle by wich the specified page was rotated.
|
protected com.snowbound.contenthandler.ContentHandlerResult |
AbstractContentHandler.saveDocumentComponentsInternal(com.snowbound.contenthandler.ContentHandlerInput input,
OpenDocumentBean openDocumentBean) |
protected void |
AbstractContentHandler.setErrorFlagInBean(OpenDocumentBean bean) |
Modifier and Type | Method and Description |
---|---|
void |
VirtualViewerAnnotationConverter.setDocumentInfos(OpenDocumentBean openDocumentBean)
Used to pass information about the document to the converter.
|
void |
JadiceAnnotationConverter.setDocumentInfos(OpenDocumentBean openDocumentBean) |
Copyright © 2021 Hyland Software Germany GmbH. All rights reserved.