Class MobileBannerHelper
java.lang.Object
org.nuxeo.ecm.platform.web.common.MobileBannerHelper
Deprecated.
since 2023.22, the mobile banner was removed from the login page
Helper for the banner to open a document in the mobile application.
- Since:
- 9.1
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringDeprecated.static StringDeprecated.Returns the URL of the iOS mobile application in the App Store.protected static StringgetDocumentPart(String requestedURL) Deprecated.protected static StringDeprecated.static StringDeprecated.protected static StringgetServerPart(String baseURL) Deprecated.static StringgetURLForAndroidApplication(javax.servlet.http.HttpServletRequest request) Deprecated.Returns a full URL opening the Android mobile application.static StringgetURLForAndroidApplication(javax.servlet.http.HttpServletRequest request, DocumentModel doc) Deprecated.Returns a full URL opening the Android mobile application for the given document.static StringgetURLForIOSApplication(javax.servlet.http.HttpServletRequest request) Deprecated.Returns a full URL opening the iOS mobile application.static StringgetURLForIOSApplication(javax.servlet.http.HttpServletRequest request, DocumentModel doc) Deprecated.Returns a full URL opening the iOS mobile application for the given document.static StringgetURLForMobileApplication(String protocol, String baseURL, DocumentModel doc, String requestedURL) Deprecated.static StringgetURLForMobileApplication(String protocol, javax.servlet.http.HttpServletRequest request, DocumentModel doc) Deprecated.
-
Field Details
-
PROTOCOL_PROPERTY
Deprecated.- See Also:
-
ANDROID_PACKAGE_PROPERTY
Deprecated.- See Also:
-
ITUNES_ID_PROPERTY
Deprecated.- See Also:
-
ANDROID_PROTOCOL_SCHEME
Deprecated.- See Also:
-
ITUNES_URL
Deprecated.- See Also:
-
-
Constructor Details
-
MobileBannerHelper
public MobileBannerHelper()Deprecated.
-
-
Method Details
-
getURLForAndroidApplication
Deprecated.Returns a full URL opening the Android mobile application. -
getURLForAndroidApplication
public static String getURLForAndroidApplication(javax.servlet.http.HttpServletRequest request, DocumentModel doc) Deprecated.Returns a full URL opening the Android mobile application for the given document. -
getURLForIOSApplication
Deprecated.Returns a full URL opening the iOS mobile application. -
getURLForIOSApplication
public static String getURLForIOSApplication(javax.servlet.http.HttpServletRequest request, DocumentModel doc) Deprecated.Returns a full URL opening the iOS mobile application for the given document. -
getAppStoreURL
Deprecated.Returns the URL of the iOS mobile application in the App Store. -
getAndroidProtocol
Deprecated. -
getIOSProtocol
Deprecated. -
getURLForMobileApplication
public static String getURLForMobileApplication(String protocol, javax.servlet.http.HttpServletRequest request, DocumentModel doc) Deprecated. -
getURLForMobileApplication
public static String getURLForMobileApplication(String protocol, String baseURL, DocumentModel doc, String requestedURL) Deprecated. -
getServerPart
Deprecated. -
getDocumentPart
Deprecated. -
getDocumentPart
Deprecated.
-