Uses of Class
com.saperion.ngc.exception.SapViewerUrlException
-
Packages that use SapViewerUrlException Package Description com.saperion.ngc.model.document Package for document model classes.com.saperion.ngc.sapviewer Package for standalone SAP viewer. -
-
Uses of SapViewerUrlException in com.saperion.ngc.model.document
Methods in com.saperion.ngc.model.document that throw SapViewerUrlException Modifier and Type Method Description com.saperion.bean.SapDocInfoDocClassicConnectorService. resolveSapURL(java.lang.String url)Resolves the given SAP URL and returns the SapDocInfo.com.saperion.bean.SapDocInfoDocumentService. resolveSapURL(java.lang.String url)Resolves the given SAP URL and returns the SapDocInfo. -
Uses of SapViewerUrlException in com.saperion.ngc.sapviewer
Methods in com.saperion.ngc.sapviewer that throw SapViewerUrlException Modifier and Type Method Description OpenDocumentBeanSAPViewerUrl. createControlBeanAndLogin(java.lang.String url, javax.servlet.http.HttpServletRequest servletRequest, java.lang.String viewerId)Parses the SAPViewer-URL, performs a login if required and created the viewer-control-bean.
-