WO2016101732A1 - Procédé de transmission d'informations de plusieurs pages et appareil de navigation de page - Google Patents

Procédé de transmission d'informations de plusieurs pages et appareil de navigation de page Download PDF

Info

Publication number
WO2016101732A1
WO2016101732A1 PCT/CN2015/094814 CN2015094814W WO2016101732A1 WO 2016101732 A1 WO2016101732 A1 WO 2016101732A1 CN 2015094814 W CN2015094814 W CN 2015094814W WO 2016101732 A1 WO2016101732 A1 WO 2016101732A1
Authority
WO
WIPO (PCT)
Prior art keywords
domain name
target domain
webpage
cross
information
Prior art date
Application number
PCT/CN2015/094814
Other languages
English (en)
Chinese (zh)
Inventor
黄小璐
刘朋科
Original Assignee
北京奇虎科技有限公司
奇智软件(北京)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京奇虎科技有限公司, 奇智软件(北京)有限公司 filed Critical 北京奇虎科技有限公司
Publication of WO2016101732A1 publication Critical patent/WO2016101732A1/fr

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • G06F16/9577Optimising the visualization of content, e.g. distillation of HTML documents
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Definitions

  • the present invention relates to the technical field of a terminal browser, and in particular, to a method for transmitting information across a webpage and a webpage browsing device.
  • the present invention has been made in order to provide an information transmission method and a web page browsing apparatus for a cross-webpage that overcome the above problems or at least partially solve the above problems.
  • a method for transmitting information across web pages including:
  • a method for transmitting information across web pages including:
  • the cross-domain information is received by the iframe tag element of the target domain name webpage in the source domain name webpage and stored in a directory related to the target domain name, and the cross-domain information is specified by the target domain name webpage. use.
  • a web browsing device including:
  • a transmitting module configured to transmit the cross-domain information to be stored to an iframe tag element of the target domain name webpage embedded in the source domain name webpage, where the cross-domain information is specified by the target domain name webpage;
  • a receiving module configured to use the iframe tag element to store the received cross-domain information in an relevant directory of the target domain name stored locally by the browser;
  • An access module configured to store the cross-domain information under an associated directory of the target domain name.
  • a web browsing device including:
  • a determining module after opening the target domain name webpage, determining, according to the target domain name webpage, a directory related to a target domain name stored locally by the browser;
  • An obtaining module configured to obtain stored cross-domain information from a directory related to the target domain name
  • the cross-domain information is received by the iframe tag element of the target domain name webpage in the source domain name webpage and stored in a directory related to the target domain name, and the cross-domain information is specified by the target domain name webpage. use.
  • a computer program comprising computer readable code, when said computer readable code is run on a computing device, causing said computing device to perform a cross-webpage as described above Information transmission method.
  • a computer readable medium storing the above computer program is provided.
  • the cross-domain information to be stored is transmitted to an iframe tag element of the target domain name webpage embedded in the source domain name webpage, wherein the cross-domain information is specified by the target domain name webpage; using the iframe
  • the tag element stores the received cross-domain information in an associated directory of the target domain name stored locally by the browser, for accessing the target domain name webpage, so that the user obtains information in different domain name webpages, and provides the user with Web pages for targeted content improve the user experience.
  • FIG. 1 is a schematic flowchart of a first embodiment of a method for transmitting information across web pages according to the present invention
  • FIG. 2 is a schematic flowchart of a second embodiment of a method for transmitting information across web pages according to the present invention
  • FIG. 3 is a schematic flowchart of a third embodiment of a method for transmitting information across web pages according to the present invention.
  • FIG. 4 is a schematic structural diagram of a first embodiment of a webpage browsing apparatus according to the present invention.
  • FIG. 5 is a schematic structural diagram of a second embodiment of a webpage browsing apparatus according to the present invention.
  • Figure 6 is a block diagram schematically showing a computing device for performing an information transmission method across web pages according to the present invention
  • Fig. 7 schematically shows a storage unit for holding or carrying program code implementing the information transmission method across web pages according to the present invention.
  • the inventor of the present invention considers that a technique is used to store duplicate information in web pages of different domain names locally, and web pages of different domain names can access locally stored information, thereby enabling users to obtain different information in a domain name webpage.
  • the information in the webpage of the domain name provides the user with the webpage with targeted content to enhance the user experience.
  • the cross-domain of the source domain name webpage in order to access the information stored locally by the source domain name webpage from the target domain name webpage, avoiding requesting the information again from the network side, and realizing the information transmission across the webpage, the cross-domain of the source domain name webpage to be stored.
  • the information is transmitted to the iframe tag of the target domain name webpage embedded in the webpage, and the iframe tag stores the cross-domain information received in the relevant directory of the target domain name stored locally by the browser, and is opened locally from the browser after the target domain name webpage is opened.
  • FIG. 1 is a flowchart of a first embodiment of a method for transmitting information across web pages according to the present invention. As shown in FIG. 1 , the flow of the method for transmitting information across web pages in this embodiment includes the following steps:
  • Step 101 The cross-domain information to be stored is transmitted to an iframe tag element of the target domain name webpage embedded in the source domain name webpage.
  • the iframe tag element of the target domain name webpage is embedded in the source domain name webpage, and the source domain name webpage is used as the cross-domain information by using the iframe tag element embedded in the source domain name webpage and the target domain name webpage.
  • the iframe tag element After transmitting the target domain name webpage, the iframe tag element receives the cross-domain information to be stored by the source domain name webpage, and proceeds to step 102.
  • Step 102 The received cross-domain information is stored in an relevant directory of the target domain name stored locally by the browser by using the iframe tag element, so as to be accessed by the target domain name webpage.
  • the iframe tag element of the target domain name webpage embedded in the source domain name webpage receives the source domain name network.
  • the cross-domain information transmitted by the page is stored in the relevant directory of the target domain name stored locally by the browser for access to the target domain name webpage.
  • the stored cross-domain information is accessed from the relevant directory of the target domain name stored locally by the browser, and the cross-domain information is displayed to the user in the target domain name webpage or other preset display manner.
  • the cross-domain information to be stored is transmitted to the iframe tag element of the target domain name webpage embedded in the source domain name webpage, and the iframe tag element stores the received cross-domain information in the browser to store the target domain name locally.
  • the target domain name webpage is accessed, so that the user obtains the information in the webpage of different domain names in a domain name webpage, and provides the webpage with targeted content for the user, thereby improving the user experience.
  • FIG. 2 is a flow chart of a second embodiment of a method for transmitting information across web pages according to the present invention. As shown in FIG. 2, the flow of the information transmission method across the webpage in this embodiment includes the following steps:
  • Step 201 Embed an iframe tag element of the target domain name webpage in the source domain name webpage according to the target domain name webpage corresponding to the cross-domain information.
  • the iframe tag element of the target domain name webpage is embedded in the source domain name webpage according to the target domain name webpage corresponding to the cross-domain information, and then proceeds to step 202.
  • the source domain name webpage may be an html webpage
  • the cross-domain information to be stored includes at least one of the following: a picture file, a text file, a video file, and an audio file.
  • the number of the source domain name webpages is two or more, and one of the source domain name webpages is an iframe label element, so that the other source domain webpages transmit the cross-domain information to be stored to the target domain name stored locally by the browser through the iframe label element.
  • the number of target domain pages is one.
  • Step 202 Transfer the cross-domain information to be stored to an iframe tag element of the target domain name webpage embedded in the source domain name webpage.
  • the source domain name webpage uses the iframe tag element embedded in the source domain name webpage, and some or all of the information is transmitted as the cross-domain information to the target domain name webpage, and the iframe tag element receives the source domain name webpage.
  • the process proceeds to step 203.
  • Step 203 The received cross-domain information is stored in an relevant directory of the target domain name stored locally by the browser by using the iframe tag element, so as to be accessed by the target domain name webpage.
  • the iframe tag element embedded in the source domain name webpage receives the cross-domain information transmitted by the source domain name webpage, and stores the received cross-domain information in a related directory of the target domain name stored locally by the browser.
  • the stored cross-domain information is accessed from the relevant directory of the target domain name stored locally by the browser, and the cross-domain information is displayed to the user in the target domain name webpage or other preset display manner.
  • the target domain name is embedded in the source domain name webpage according to the target domain name webpage corresponding to the cross-domain information.
  • the iframe tag element of the webpage transmits the cross-domain information to be stored to the iframe tag element, and the iframe tag element stores the cross-domain information received in the relevant directory of the target domain name stored locally by the browser, so as to be accessed by the target domain name webpage,
  • the user obtains information in a webpage of a different domain name in a domain name webpage, and provides a webpage with targeted content for the user, thereby improving the user experience.
  • FIG. 3 is a flowchart of a third embodiment of a method for transmitting information across web pages according to the present invention. As shown in FIG. 3, the flow of the information transmission method of the cross-webpage in this embodiment specifically includes the following steps:
  • Step 301 Open a target domain name webpage, and determine, according to the target domain name webpage, a directory related to the target domain name stored locally by the browser.
  • the cross-domain information is received by the iframe tag element of the target domain name webpage in the source domain name webpage and stored in the directory related to the target domain name, and the cross-domain information is specified to be used by the target domain name webpage.
  • the directory related to the target domain name stored locally by the browser is determined according to the target domain name webpage, and then proceeds to step 302.
  • Step 302 Obtain the stored cross-domain information from a directory related to the target domain name.
  • the stored cross-domain information is obtained from a directory related to the target domain name, where the cross-domain information includes at least one of the following: a picture file, a text file, a video file, and an audio file.
  • the step of obtaining the stored cross-domain information from the directory related to the target domain name further includes: obtaining corresponding data from the directory related to the target domain name according to the file name of the picture file; or according to the file name of the text file Obtaining corresponding data from a directory related to the target domain name; or obtaining corresponding data from a directory related to the target domain name according to a file name of the video file; or according to a file name of the audio file, The corresponding data is obtained in a directory related to the target domain name.
  • the target domain page and the source domain page may be html pages, wherein the number of source domain pages may be two or more, and one source domain page is an iframe tag element, so that other source domain pages are required to pass the iframe tag element.
  • the stored cross-domain information is transmitted to the relevant directory of the target domain name stored locally by the browser; the number of target domain name web pages is one.
  • the target domain name webpage is opened, and the directory related to the target domain name stored locally by the browser is determined according to the target domain name webpage, and the stored cross-domain information is obtained from the directory related to the target domain name, so that the user obtains different information in a domain name webpage.
  • the information in the webpage of the domain name provides the user with the webpage with targeted content, which improves the user experience.
  • FIG. 4 is a schematic structural diagram of a first embodiment of a webpage browsing apparatus according to the present invention.
  • the browsing device includes a transmitting module 401, a receiving module 402, and an access module 403.
  • the transmitting module 401 is configured to transmit the cross-domain information to be stored to an iframe tag element of the target domain name webpage embedded in the source domain name webpage, where the cross-domain information is specified to be used by the target domain name webpage.
  • the receiving module 402 is configured to use the iframe tag element to store the received cross-domain information in an associated directory of the target domain name stored locally by the browser; the access module 403 is configured to store the cross-domain information in an associated directory of the target domain name.
  • the webpage browsing apparatus of the embodiment further includes: an embedding module 403, configured to embed an iframe tag element of the target domain name webpage in the source domain name webpage according to the target domain name webpage corresponding to the cross-domain information.
  • the iframe tag element is used to transfer the cross-domain information to be stored to the relevant directory of the target domain name stored locally by the browser.
  • the cross-domain information to be stored is transmitted to the iframe tag element of the target domain name webpage embedded in the source domain name webpage by the transmitting module, and the received cross-domain information is stored in the browser by the receiving module by using the iframe tag element.
  • the access module is configured to store the cross-domain information in the relevant directory of the target domain name
  • the embedded module embeds the iframe tag element of the target domain name webpage in the source domain name webpage, so that the user is in a domain name.
  • the webpage obtains information in webpages of different domain names, and provides webpages with targeted content for users, which improves the user experience.
  • FIG. 5 is a schematic structural diagram of a second embodiment of a webpage browsing apparatus according to the present invention.
  • the webpage browsing apparatus of this embodiment includes a determining module 501 and an obtaining module 502.
  • the determining module 501 is configured to determine, according to the target domain name webpage, a directory related to the target domain name stored locally by the browser after the target domain name webpage is opened.
  • the obtaining module 502 is configured to obtain the stored cross-domain information from the directory related to the target domain name.
  • the cross-domain information is received by the iframe tag element of the target domain name webpage in the source domain name webpage and stored in the directory related to the target domain name, and the cross-domain information designation is used by the target domain name webpage.
  • the obtaining module 502 in the webpage browsing apparatus of the embodiment is further configured to: obtain corresponding data from a directory related to the target domain name according to the file name of the image file; or, according to the file name of the text file, from the target domain name Obtain corresponding data in the related directory; or, according to the file name of the video file, obtain corresponding data from the directory related to the target domain name; or, according to the file name of the audio file, obtain corresponding data from the directory related to the target domain name.
  • the determining module determines, according to the target domain name webpage, a directory related to the target domain name stored locally by the browser, and obtains the stored cross-domain information from the directory related to the target domain name by the obtaining module, so that the user obtains the domain name webpage in a domain name webpage.
  • the information in the web pages of different domain names provides the user with the webpage with targeted content, which improves the user experience.
  • modules in the devices of the embodiments can be adaptively changed and placed in one or more devices different from the embodiment.
  • the modules or units or components of the embodiments may be combined into one module or unit or component, and further they may be divided into a plurality of sub-modules or sub-units or sub-components.
  • any combination of the features disclosed in the specification, including the accompanying claims, the abstract and the drawings, and any methods so disclosed, or All processes or units of the device are combined.
  • Each feature disclosed in this specification (including the accompanying claims, the abstract and the drawings) may be replaced by alternative features that provide the same, equivalent or similar purpose.
  • the various component embodiments of the present invention may be implemented in hardware, or in a software module running on one or more processors, or in a combination thereof.
  • a microprocessor or digital signal processor may be used in practice to implement some or all of the functionality of some or all of the components of a web browsing device in accordance with embodiments of the present invention.
  • the invention can also be implemented as a device or device program (e.g., a computer program and a computer program product) for performing some or all of the methods described herein.
  • a program implementing the invention may be stored on a computer readable medium or may be in the form of one or more signals. Such signals may be downloaded from an Internet website, provided on a carrier signal, or provided in any other form.
  • FIG. 6 illustrates a computing device that can implement an information transfer method across web pages.
  • the computing device traditionally includes a computer program product or computer readable medium in the form of a processor 610 and a memory 620.
  • the memory 620 may be an electronic memory such as a flash memory, an EEPROM (Electrically Erasable Programmable Read Only Memory), an EPROM, a hard disk, or a ROM.
  • Memory 620 has a storage space 630 that stores program code 631 for performing any of the method steps described above.
  • storage space 630 storing program code may be included for implementation, respectively.
  • the program code can be read from or written to one or more computer program products.
  • Such computer program products include program code carriers such as hard disks, compact disks (CDs), memory cards or floppy disks.
  • Such a computer program product is typically a portable or fixed storage unit such as that shown in FIG.
  • the storage unit may have storage segments, storage spaces, and the like that are similarly arranged to memory 620 in the computing device of FIG.
  • the program code can be compressed, for example, in an appropriate form.
  • the storage unit includes computer readable code 631' for performing the method steps of the present invention, ie, code that can be read by a processor, such as 610, that when executed by the computing device causes the computing device to execute Each of the steps in the method described above.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

L'invention concerne un procédé de transmission d'informations de plusieurs pages et un appareil de navigation de page. Le procédé comprend les étapes consistant : à transférer des informations de plusieurs domaines devant être stockées sur un élément d'étiquette iframe d'une page de nom de domaine cible, qui sont incorporées dans une page de nom de domaine source, les informations de plusieurs domaines étant dédiées à une utilisation par la page de nom de domaine cible ; et à stocker, à l'aide de l'élément d'étiquette iframe, les informations de plusieurs domaines reçues sous un répertoire approprié de noms de domaine cible stockées localement dans un navigateur, permettant d'accéder par la page de nom de domaine cible. Le procédé et l'appareil permettent à un utilisateur à acquérir facilement des informations dans différentes pages de nom de domaine, à fournir les pages de contenus ciblés à l'utilisateur, et à améliorer l'expérience de l'utilisateur.
PCT/CN2015/094814 2014-12-26 2015-11-17 Procédé de transmission d'informations de plusieurs pages et appareil de navigation de page WO2016101732A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201410836274.4 2014-12-26
CN201410836274.4A CN104504096B (zh) 2014-12-26 2014-12-26 一种跨网页的信息传输方法和网页浏览装置

Publications (1)

Publication Number Publication Date
WO2016101732A1 true WO2016101732A1 (fr) 2016-06-30

Family

ID=52945494

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2015/094814 WO2016101732A1 (fr) 2014-12-26 2015-11-17 Procédé de transmission d'informations de plusieurs pages et appareil de navigation de page

Country Status (2)

Country Link
CN (1) CN104504096B (fr)
WO (1) WO2016101732A1 (fr)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN109274780A (zh) * 2018-08-02 2019-01-25 平安科技(深圳)有限公司 跨域名数据传输方法、装置、计算机设备和存储介质
CN110300133A (zh) * 2018-03-22 2019-10-01 财付通支付科技有限公司 跨域数据传输方法、装置、设备及存储介质

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104504096B (zh) * 2014-12-26 2019-02-01 北京奇虎科技有限公司 一种跨网页的信息传输方法和网页浏览装置
CN107566436A (zh) * 2016-07-01 2018-01-09 北京京东尚科信息技术有限公司 页面消息中心组件及消息实时推送方法和装置
CN108574709B (zh) * 2017-03-10 2021-09-07 北京京东尚科信息技术有限公司 跨域操作的实现方法和装置
CN107222580A (zh) * 2017-07-28 2017-09-29 郑州云海信息技术有限公司 一种利用图片实现跨域传递数据的方法
WO2023060427A1 (fr) * 2021-10-12 2023-04-20 深圳Tcl新技术有限公司 Procédé et dispositif de partage inter-domaine de données de navigateur, support et produit programme informatique

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546570A (zh) * 2013-10-29 2014-01-29 小米科技有限责任公司 网络客户端跨域请求数据的实现方法、装置及终端
CN104111829A (zh) * 2014-06-25 2014-10-22 小米科技有限责任公司 数据存储方法及装置
CN104504096A (zh) * 2014-12-26 2015-04-08 北京奇虎科技有限公司 一种跨网页的信息传输方法和网页浏览装置

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101610195B (zh) * 2008-06-17 2011-10-26 上海格尔软件股份有限公司 Ajax跨域同步传输大容量数据的方法
US8452837B2 (en) * 2010-11-03 2013-05-28 Google Inc. Data delivery
CN102307220B (zh) * 2011-03-18 2014-04-02 北京思特奇信息技术股份有限公司 一种跨域网页信息交互方法
CN103309877B (zh) * 2012-03-12 2017-04-05 腾讯科技(深圳)有限公司 跨域通讯及全双工通讯的方法、装置
US9264507B2 (en) * 2013-01-03 2016-02-16 Sap Portals Israel Ltd Cross domain communication channel

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546570A (zh) * 2013-10-29 2014-01-29 小米科技有限责任公司 网络客户端跨域请求数据的实现方法、装置及终端
CN104111829A (zh) * 2014-06-25 2014-10-22 小米科技有限责任公司 数据存储方法及装置
CN104504096A (zh) * 2014-12-26 2015-04-08 北京奇虎科技有限公司 一种跨网页的信息传输方法和网页浏览装置

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110300133A (zh) * 2018-03-22 2019-10-01 财付通支付科技有限公司 跨域数据传输方法、装置、设备及存储介质
CN109274780A (zh) * 2018-08-02 2019-01-25 平安科技(深圳)有限公司 跨域名数据传输方法、装置、计算机设备和存储介质
CN109274780B (zh) * 2018-08-02 2023-01-10 平安科技(深圳)有限公司 跨域名数据传输方法、装置、计算机设备和存储介质

Also Published As

Publication number Publication date
CN104504096B (zh) 2019-02-01
CN104504096A (zh) 2015-04-08

Similar Documents

Publication Publication Date Title
WO2016101732A1 (fr) Procédé de transmission d'informations de plusieurs pages et appareil de navigation de page
US11294983B2 (en) Inferred user identity in content distribution
US11032478B2 (en) Smart camera user interface
WO2015196954A1 (fr) Procédé d'affichage d'éléments d'une page web et dispositif navigateur associé
CN107390994B (zh) 界面呈现方法和装置
US9697562B2 (en) Resource provisioning for electronic books
US20140344707A1 (en) Information Distribution Method and Device
WO2015081848A1 (fr) Procédé de recherche étendue socialisée ainsi que dispositif et système correspondants
WO2016101755A1 (fr) Procédé et dispositif basés sur une opération de glisser-déplacer pour ajuster l'emplacement d'un objet dans des pages croisées
WO2016000507A1 (fr) Procédé de service de recherche de mode d'économie de trafic, serveur, client et système associés
WO2014000519A1 (fr) Système et procédé pour un filtrage de mot-clé
WO2017000613A1 (fr) Procédé et dispositif de génération d'informations d'indication dans une page de résultats de recherche
WO2020042376A1 (fr) Procédé et appareil permettant d'émettre des informations
US20180132012A1 (en) Method and apparatus for playing video in application program
US8195762B2 (en) Locating a portion of data on a computer network
WO2015154682A1 (fr) Procédé de traitement de requête de réseau, serveur de réseau et système de réseau
US20150220516A1 (en) Method and system for providing relevant portions of multi-media based on text searching of multi-media
US11902341B2 (en) Presenting links during an online presentation
WO2017107887A1 (fr) Procédé et appareil permettant de changer d'image de groupe sur un terminal mobile
WO2015000433A1 (fr) Procédé de recherche multimédia, terminal, serveur et système associés
US9940364B2 (en) Obtaining desired web content from a mobile device
US10003632B2 (en) User terminal apparatus, server apparatus and methods of providing, by the user terminal apparatus and the server apparatus, continuous play service
US10044827B1 (en) Trigger-based session service cache population
WO2015154678A1 (fr) Procédé et dispositif de traitement de fichiers, et système de réseau
WO2014059849A1 (fr) Dispositif et procédé de recherche

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 15871801

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 15871801

Country of ref document: EP

Kind code of ref document: A1