WO2019052417A1 - Procédé et appareil de chargement de page, dispositif électronique et support d'enregistrement - Google Patents

Procédé et appareil de chargement de page, dispositif électronique et support d'enregistrement Download PDF

Info

Publication number
WO2019052417A1
WO2019052417A1 PCT/CN2018/104784 CN2018104784W WO2019052417A1 WO 2019052417 A1 WO2019052417 A1 WO 2019052417A1 CN 2018104784 W CN2018104784 W CN 2018104784W WO 2019052417 A1 WO2019052417 A1 WO 2019052417A1
Authority
WO
WIPO (PCT)
Prior art keywords
sub
module
page
anniejs
function module
Prior art date
Application number
PCT/CN2018/104784
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 WO2019052417A1 publication Critical patent/WO2019052417A1/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/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading

Definitions

  • the present invention relates to the field of Internet technologies, and in particular, to a page loading method, apparatus, electronic device, and storage medium.
  • AnnieJs is a 2d animation engine that focuses on Html5 interactive interaction.
  • Webpack is a module loader and a packaging tool. Webpack introduces and packages AnnieJs into the final resource file for page loading. However, currently only the script tag is supported to introduce AnnieJs, the page will have one more resource request, and the page load takes a long time.
  • an object of embodiments of the present invention is to provide a page loading method, apparatus, electronic device, and storage medium to improve the above problems.
  • the technical solution adopted by the present invention is as follows:
  • an embodiment of the present invention provides a page loading method, which is applied to a resource obtained by a packaging tool, where the resource includes a customized resource file, and a preset main module of AnnieJs is introduced in the resource file.
  • the main module of the AnnieJs includes a plurality of sub-function modules, the main module of the AnnieJs is provided with a main interface, and each sub-function module is correspondingly provided with a respective calling interface, and each of the sub-function modules is respectively used to implement a function, the method
  • the method includes: calling the resource file in a page to be displayed; calling a target sub-function module required by the page to be displayed in the sub-function module by calling a main interface of an AnnieJs main module introduced in the resource file; Loading a function corresponding to the target sub-function module in the page to be displayed.
  • an embodiment of the present invention provides a page loading apparatus, which is applied to a resource obtained by a packaging tool, where the resource includes a customized resource file, and a preset main module of AnnieJs is introduced into the resource file.
  • the main module of the AnnieJs includes a plurality of sub-function modules, the main module of the AnnieJs is provided with a main interface, and each sub-function module is correspondingly provided with a respective calling interface, and each of the sub-function modules is respectively used to implement a function, the device
  • the first calling unit, the second calling unit, and the loading unit are included.
  • a first calling unit configured to invoke the resource file in a page to be displayed.
  • a second calling unit configured to invoke a target sub-function module required by the page to be displayed in the sub-function module by calling a main interface of the AnnieJs main module introduced in the resource file.
  • a loading unit configured to load a function corresponding to the target sub-function module in the page to be displayed.
  • an embodiment of the present invention provides an electronic device, where the electronic device includes a processor and a memory, the processor and the memory are electrically connected by a bus; the memory is used to store a program; the processor For calling the program stored in the memory by the bus, executing: calling a resource file in a page to be displayed; calling the sub-function module by calling a main interface of the AnnieJs main module introduced in the resource file Displaying a target sub-function module required by the page; loading a function corresponding to the target sub-function module in the to-be-displayed page.
  • an embodiment of the present invention provides a storage medium storing program code executable by a processor, the program code being configured to cause the processor to execute the method.
  • the method for loading a page, the electronic device, and the storage medium are applied to the resource obtained by the packaging tool, where the resource includes a customized resource file, and the preset AnnieJs is introduced into the resource file.
  • the main module, the AnnieJs main module includes a plurality of sub-function modules, the AnnieJs main module is provided with a main interface, and each sub-function module is correspondingly provided with a respective calling interface, and each of the sub-function modules is respectively used to implement a function.
  • the method includes: calling the resource file in a page to be displayed; calling a target interface of the to-be-displayed page in the sub-function module by calling a main interface of an AnnieJs main module introduced in the resource file a function module; loading a function corresponding to the target sub-function module in the to-be-displayed page, thereby introducing a resource request generated by the AnnieJs through the script tag by introducing an AnnieJs main module into a resource file called by the page to be displayed, Thereby reducing resource requests and optimizing page loading performance.
  • FIG. 1 is a structural block diagram of an electronic device applicable to an embodiment of the present invention
  • FIG. 2 is a flowchart of a page loading method according to an embodiment of the present invention.
  • FIG. 3 is a schematic diagram of multiple functional modules in an AnnieJs main module according to an embodiment of the present invention.
  • FIG. 4 is a schematic diagram of an main module of AnnieJs according to an embodiment of the present invention.
  • FIG. 5 is a schematic diagram of a base class AObject module of an Annie engine class according to an embodiment of the present invention
  • FIG. 6 is a structural block diagram of a page loading apparatus according to an embodiment of the present invention.
  • FIG. 1 is a block diagram showing the structure of an electronic device 100 that can be applied to an embodiment of the present invention.
  • the electronic device 100 can include a memory 102, a memory controller 104, one or more (only one shown in FIG. 1) processor 106, a peripheral interface 108, an input and output module 110, an audio module 112, The display module 114, the radio frequency module 116, and the page loading device.
  • the memory 102, the memory controller 104, the processor 106, the peripheral interface 108, the input and output module 110, the audio module 112, the display module 114, and the RF module 116 are electrically connected directly or indirectly to each other to implement data transmission or Interaction.
  • these components can be electrically connected by one or more communication buses or signal buses.
  • the page loading methods respectively include at least one software function module that can be stored in the memory 102 in the form of software or firmware, such as a software function module or a computer program included in the page loading device.
  • the memory 102 can store various software programs and modules, such as the page loading method and the program instructions/modules corresponding to the device provided by the embodiments of the present application.
  • the processor 106 executes various function applications and data processing by running software programs and modules stored in the memory 102, that is, implementing the page loading method in the embodiment of the present application.
  • the memory 102 can include, but is not limited to, Random Access Memory (RAM), Read Only Memory (ROM), Programmable Read-Only Memory (PROM), erasable read-only Erasable Programmable Read-Only Memory (EPROM), Electric Erasable Programmable Read-Only Memory (EEPROM), and the like.
  • RAM Random Access Memory
  • ROM Read Only Memory
  • PROM Programmable Read-Only Memory
  • EPROM erasable read-only Erasable Programmable Read-Only Memory
  • EEPROM Electric Erasable Programmable Read-Only Memory
  • Processor 106 can be an integrated circuit chip with signal processing capabilities.
  • the processor may be a general-purpose processor, including a central processing unit (CPU), a network processor (NP processor, etc.), or a digital signal processor (DSP) or an application specific integrated circuit (ASIC). ), off-the-shelf programmable gate arrays (FPGAs) or other programmable logic devices, discrete gates or transistor logic devices, discrete hardware components.
  • the methods, steps, and logical block diagrams disclosed in the embodiments of the present application can be implemented or executed.
  • the general purpose processor may be a microprocessor or the processor or any conventional processor or the like.
  • peripheral interface 108 couples various input/input devices to the processor 106 and the memory 102.
  • peripheral interface 108, processor 106, and memory controller 104 can be implemented in a single chip. In other instances, they can be implemented by separate chips.
  • the input and output module 110 is configured to provide input data to the user to implement user interaction with the electronic device 100.
  • the input and output module 110 can be, but is not limited to, a mouse, a keyboard, and the like.
  • the audio module 112 provides an audio interface to the user, which may include one or more microphones, one or more speakers, and audio circuitry.
  • the display module 114 provides an interactive interface (eg, a user interface) between the electronic device 100 and the user or for displaying image data to the user for reference.
  • the display module 114 can be a liquid crystal display or a touch display.
  • a touch display it can be a capacitive touch screen or a resistive touch screen that supports single-point and multi-touch operations. Supporting single-point and multi-touch operations means that the touch display can sense simultaneous touch operations from one or more locations on the touch display, and the touch operation is transferred to the processor 106. Perform calculations and processing.
  • the radio frequency module 116 is configured to receive and transmit electromagnetic waves, and realize mutual conversion between electromagnetic waves and electric signals, thereby communicating with a communication network or other devices.
  • FIG. 1 is merely illustrative, and the electronic device 100 may further include more or less components than those shown in FIG. 1, or have a different configuration from that shown in FIG. 1.
  • the components shown in Figure 1 can be implemented in hardware, software, or a combination thereof.
  • the electronic device 100 can function as a user terminal or as a server.
  • the user terminal can be a terminal device such as a PC (personal computer) computer, a tablet computer, a mobile phone, a notebook computer, a smart TV, a set top box, or a vehicle terminal.
  • a client can be installed in the electronic device 100, and the client can be a browser or a third-party application.
  • an embodiment of the present invention provides a page loading method, which is applied to a resource obtained by a packaging tool, where the resource includes a customized resource file, and a preset main module of AnnieJs is introduced in the resource file.
  • the main module of the AnnieJs includes a plurality of sub-function modules, and the main module of the AnnieJs is provided with a main interface, and each sub-function module is correspondingly provided with a respective calling interface, and each of the sub-function modules is respectively configured to implement a function,
  • the method includes: step S200, step S210, and step S220.
  • Step S200 The resource file is called in a page to be displayed.
  • the resource file may be a Javascript file.
  • the packaging tool can be a webpack. Webpack is a module loader and a packaging tool.
  • Step S210 Call the target sub-function module required by the page to be displayed in the sub-function module by calling the main interface of the AnnieJs main module introduced in the resource file.
  • the target sub-function required for the page to be displayed in the sub-function module is called. Module.
  • AnnieJs is a 2d animation engine that focuses on Html5 interactive interaction.
  • each class in AnnieJs is a functional module, such as the base class AObject of the annie engine class, the event trigger class EventDispatcher, the event class Event, the mouse event class MouseEvent, and the 2-dimensional matrix Matrix.
  • the collection of multiple function modules is encapsulated into the main module of AnnieJs, corresponding to the main interface.
  • the main interface corresponding to the main module of AnnieJs is externally called, and the main module of AnnieJs includes multiple sub-function modules, and then the sub-functions are called.
  • the calling interface corresponding to the module calls the sub-function module corresponding to the calling interface. For example, in webpack, you can introduce the native AnnieJs main module via require.
  • AnnieJs can include multiple classes. Each class corresponds to a functional module. Function modules can be used to implement animation functions.
  • AObject is the base class for the Annie engine class. EventDispatcher triggers the base class for the event. Event is the event class, the base class for all events in the Annie engine.
  • MouseEvent is a mouse event class. Point is a point class. Matrix is a 2-dimensional matrix. Rectangle is a rectangular class.
  • DisplayObject is the display object lottery class.
  • Bitmap is a bitmap file class. Shape is a vector object class. Sprite is the container class for display objects. ImageFrames draws the contents of the img sequence into the canvas. MovieClip is the core class of the Annie engine.
  • VideoPlayer is used to form the effect of continuous playback of video content or sequence pictures into the canvas to facilitate interaction.
  • TextField is a dynamic text class. Stage is the entire area that represents the contents of the canvas.
  • ShadowFilter is a projection or illuminating filter.
  • ColorFilter is a common color filter.
  • ColorMatrixFilter is a matrix color filter.
  • BlurFilter is a blur filter.
  • CanvasRender is a Canvas renderer.
  • WGRender is a WebGl renderer.
  • URLLoader loads classes for resources. RESManager loads the management module for the resource. Tween is a global static single-column class.
  • MovieClip is a class in the core class of the Annie engine.
  • Step S220 Load the function corresponding to the target sub-function module in the page to be displayed.
  • step S210 further acquiring an ID code corresponding to the target sub-function module, calling the target sub-function module corresponding to the corresponding ID code, and loading in the to-be-displayed page The function corresponding to the target sub-function module.
  • each Aninie engine object will have a unique id code, and the base class AObject has a unique one.
  • the id code get the id code, call the AObject module to implement the corresponding function.
  • a page loading method provided by the embodiment of the present invention is applied to a resource obtained by a packaging tool, where the resource includes a customized resource file, and a preset main module of AnnieJs is introduced in the resource file, and the main module of the AnnieJs is introduced.
  • a plurality of sub-function modules are provided, and the main module of the AnnieJs is provided with a main interface, and each sub-function module is correspondingly provided with a respective calling interface, and each of the sub-function modules is used to implement a function, and the method includes: waiting for Calling the resource file in the display page; calling the target sub-function module required for the page to be displayed in the sub-function module by calling the main interface of the main module of the AnnieJs introduced in the resource file; Loading the function corresponding to the target sub-function module in the page, thereby introducing the resource file called by the AnnieJs main module to the page to be displayed, and avoiding introducing the resource request generated by the AnnieJs through the script tag, thereby reducing the resource request and optimizing the page loading. performance.
  • an embodiment of the present invention provides a page loading apparatus 300, which is applied to a resource obtained by a packaging tool, where the resource includes a customized resource file, and a preset main module of AnnieJs is introduced into the resource file.
  • the AnnieJs main module includes a plurality of sub-function modules, and the AnnieJs main module is provided with a main interface, and each sub-function module is correspondingly provided with a respective calling interface, and each of the sub-function modules is respectively used to implement a function.
  • the apparatus 300 includes a first invoking unit 310, a second invoking unit 320, and a loading unit 330.
  • the first calling unit 310 is configured to invoke the resource file in a page to be displayed.
  • the packaging tool can be a webpack.
  • the second invoking unit 320 is configured to invoke a target sub-function module required by the page to be displayed in the sub-function module by calling a main interface of the AnnieJs main module introduced in the resource file.
  • the second invoking unit 320 may include a introducing subunit 321 and a second invoking subunit 322.
  • the sub-unit 321 is introduced to invoke the target sub-function module required by the page to be displayed in the sub-function module by calling the main interface of the local AnnieJs main module in the resource file.
  • the second calling sub-unit 322 is configured to acquire an ID code corresponding to the target sub-function module, and invoke the target sub-function module corresponding to the corresponding ID code.
  • the loading unit 330 is configured to load a function corresponding to the target sub-function module in the page to be displayed.
  • Each of the above units may be implemented by software code.
  • each unit described above may be stored in the memory 102.
  • the above units can also be implemented by hardware such as an integrated circuit chip.
  • the page loading device 300 provided by the embodiment of the present invention has the same implementation principle and technical effects as the foregoing method embodiments. For a brief description, where the device embodiment is not mentioned, reference may be made to the corresponding content in the foregoing method embodiments.
  • Embodiments of the present invention provide a storage medium storing program code executable by a processor, the program code being configured to cause the processor to execute the page loading method described above.
  • each block of the flowchart or block diagram can represent a module, a program segment, or a portion of code that includes one or more of the Executable instructions. It should also be noted that, in some alternative implementations, the functions noted in the blocks may also occur in a different order than those illustrated in the drawings.
  • each block of the block diagrams and/or flowcharts, and combinations of blocks in the block diagrams and/or flowcharts can be implemented in a dedicated hardware-based system that performs the specified function or action. Or it can be implemented by a combination of dedicated hardware and computer instructions.
  • each functional module in each embodiment of the present invention may be integrated to form a separate part, or each module may exist separately, or two or more modules may be integrated to form a separate part.
  • the functions, if implemented in the form of software functional modules and sold or used as separate products, may be stored in a computer readable storage medium.
  • the technical solution of the present invention which is essential or contributes to the prior art, or a part of the technical solution, may be embodied in the form of a software product, which is stored in a storage medium, including
  • the instructions are used to cause a computer device (which may be a personal computer, server, or network device, etc.) to perform all or part of the steps of the methods described in various embodiments of the present invention.
  • the foregoing storage medium includes: a U disk, a mobile hard disk, a read-only memory (ROM), a random access memory (RAM), a magnetic disk, or an optical disk, and the like. .

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Databases & Information Systems (AREA)
  • Data Mining & Analysis (AREA)
  • User Interface Of Digital Computer (AREA)
  • Stored Programmes (AREA)

Abstract

L'invention concerne un procédé et un appareil de chargement de page, un dispositif électronique et un support d'enregistrement se rapportant au domaine technique de l'Internet et appliqués à des ressources obtenues au moyen d'un outil d'emballage, les ressources comprenant des fichiers de ressources auto-définis, un module principal AnnieJs prédéfini étant introduit dans les fichiers de ressources, le module principal AnnieJs comprenant une pluralité de modules secondaires fonctionnels, le module principal AnnieJs étant pourvu d'une interface principale et les modules secondaires fonctionnels étant dotés de manière correspondante d'interfaces d'invocation respectives. Le procédé comprend les étapes consistant à : invoquer un fichier de ressources dans une page à afficher (S200) ; au moyen de l'invocation d'une interface principale d'un module principal AnnieJs introduit dans le fichier de ressources, invoquer un module secondaire fonctionnel cible requis pour que la page soit affichée dans un module secondaire fonctionnel (S210) ; et charger une fonction correspondant au module secondaire fonctionnel cible dans la page à afficher (S220), ce qui permet de réduire les demandes de ressources et d'optimiser les performances de chargement de pages en introduisant le module principal AnnieJs dans le fichier de ressources invoqué dans la page à afficher.
PCT/CN2018/104784 2017-09-15 2018-09-10 Procédé et appareil de chargement de page, dispositif électronique et support d'enregistrement WO2019052417A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710837894.3 2017-09-15
CN201710837894.3A CN107506483A (zh) 2017-09-15 2017-09-15 页面加载方法、装置、电子设备及存储介质

Publications (1)

Publication Number Publication Date
WO2019052417A1 true WO2019052417A1 (fr) 2019-03-21

Family

ID=60696707

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/104784 WO2019052417A1 (fr) 2017-09-15 2018-09-10 Procédé et appareil de chargement de page, dispositif électronique et support d'enregistrement

Country Status (2)

Country Link
CN (1) CN107506483A (fr)
WO (1) WO2019052417A1 (fr)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107506483A (zh) * 2017-09-15 2017-12-22 广州优视网络科技有限公司 页面加载方法、装置、电子设备及存储介质
CN109408107B (zh) * 2018-10-09 2022-06-21 深圳点猫科技有限公司 一种基于教育系统的提高检索速度的方法及电子设备
CN109614162B (zh) * 2018-11-15 2023-10-10 福建天泉教育科技有限公司 基于组件开发模式下的前端加载优化方法、存储介质
CN111273947B (zh) * 2018-12-05 2023-06-06 富联国基(上海)电子有限公司 优化用户接口等待时间的方法与电子装置
CN111061974A (zh) * 2019-11-26 2020-04-24 贝壳技术有限公司 客户端页面的加载方法及装置、页面加载方法及系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102810065A (zh) * 2011-05-31 2012-12-05 国际商业机器公司 用于加载程序模块的方法和系统
CN104270447A (zh) * 2014-10-09 2015-01-07 浪潮通用软件有限公司 一种html页面上内容的同步模块化加载方法
CN106648794A (zh) * 2016-12-29 2017-05-10 金蝶软件(中国)有限公司 一种组件加载方法及装置
CN106951271A (zh) * 2017-04-18 2017-07-14 北京思特奇信息技术股份有限公司 一种基于JavaScript的模块加载方法及系统
CN107506483A (zh) * 2017-09-15 2017-12-22 广州优视网络科技有限公司 页面加载方法、装置、电子设备及存储介质

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105530297B (zh) * 2015-12-11 2019-03-08 北京奇虎科技有限公司 一种网页资源包上传方法和装置
CN106790687A (zh) * 2017-02-17 2017-05-31 和创(北京)科技股份有限公司 网页呈现方法、网页数据处理方法和服务器
CN106874494A (zh) * 2017-02-23 2017-06-20 山东浪潮云服务信息科技有限公司 一种应用于游客偏好分析的前端展现方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102810065A (zh) * 2011-05-31 2012-12-05 国际商业机器公司 用于加载程序模块的方法和系统
CN104270447A (zh) * 2014-10-09 2015-01-07 浪潮通用软件有限公司 一种html页面上内容的同步模块化加载方法
CN106648794A (zh) * 2016-12-29 2017-05-10 金蝶软件(中国)有限公司 一种组件加载方法及装置
CN106951271A (zh) * 2017-04-18 2017-07-14 北京思特奇信息技术股份有限公司 一种基于JavaScript的模块加载方法及系统
CN107506483A (zh) * 2017-09-15 2017-12-22 广州优视网络科技有限公司 页面加载方法、装置、电子设备及存储介质

Also Published As

Publication number Publication date
CN107506483A (zh) 2017-12-22

Similar Documents

Publication Publication Date Title
WO2019052417A1 (fr) Procédé et appareil de chargement de page, dispositif électronique et support d'enregistrement
WO2018176960A1 (fr) Procédé, dispositif et terminal utilisateur d'affichage d'image de réseau
US20210303108A1 (en) System and method for on-screen graphical user interface encapsulation and reproduction
CN110309475B (zh) 一种页面展现方法、装置、终端设备及存储介质
WO2019019380A1 (fr) Procédé et appareil de navigation de page d'application hybride, terminal et support de stockage
JP6974604B2 (ja) ユーザインタフェース表示方法及び端末デバイス
CN107451244B (zh) 文件夹命名方法、移动终端及计算机可读存储介质
WO2019056744A1 (fr) Procédé de capture d'écran, dispositif, appareil électronique et support de stockage lisible par ordinateur
US20150058713A1 (en) Method and apparatus for sharing media content and method and apparatus for displaying media content
US9996512B2 (en) Customized processing of DOM objects
WO2019134237A1 (fr) Procédé de commutation multi-page, dispositif, appareil terminal et support de stockage
CN104850388A (zh) 网页绘制方法及装置
CN110795649A (zh) 目标页面展示方法、装置、系统及电子设备
CN113434241A (zh) 页面跳转方法及装置
CN115309470B (zh) 微件的加载方法、装置、设备以及存储介质
CN115982491A (zh) 页面更新方法及装置、电子设备和计算机可读存储介质
CN114138363A (zh) 程序数据调用方法、装置、设备及存储介质
US11438403B2 (en) Page presentation method and system, computer system, and computer readable medium
CN107341038B (zh) 兼容性处理方法、装置及电子设备
CN107329654B (zh) 绘制元素浮层的方法、装置以及计算机可读存储介质
CN114647411A (zh) 编程界面加载方法、装置、电子设备及存储介质
CN113835790B (zh) 基于Android的分页页面显示方法和装置
US9740512B2 (en) Virtualizing extension code in an application
WO2019019757A1 (fr) Procédé et dispositif d'affichage de vues, mémoire et terminal d'utilisateur
CN113885996A (zh) 用户界面的生成方法及装置

Legal Events

Date Code Title Description
NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 18855287

Country of ref document: EP

Kind code of ref document: A1