WO2007013280A1 - プラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能な記録媒体 - Google Patents

プラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能な記録媒体 Download PDF

Info

Publication number
WO2007013280A1
WO2007013280A1 PCT/JP2006/313554 JP2006313554W WO2007013280A1 WO 2007013280 A1 WO2007013280 A1 WO 2007013280A1 JP 2006313554 W JP2006313554 W JP 2006313554W WO 2007013280 A1 WO2007013280 A1 WO 2007013280A1
Authority
WO
WIPO (PCT)
Prior art keywords
entity
plug
registered
module
execution method
Prior art date
Application number
PCT/JP2006/313554
Other languages
English (en)
French (fr)
Inventor
Hajime Morita
Original Assignee
Access Co., Ltd.
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 Access Co., Ltd. filed Critical Access Co., Ltd.
Priority to JP2007528397A priority Critical patent/JPWO2007013280A1/ja
Priority to CN2006800279564A priority patent/CN101233494B/zh
Publication of WO2007013280A1 publication Critical patent/WO2007013280A1/ja

Links

Classifications

    • 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
    • G06F9/44526Plug-ins; Add-ons

Definitions

  • Plug-in module execution method browser execution method, mailer execution method, program, terminal device, and computer-readable recording medium on which page data is recorded
  • the present invention relates to a plug-in module execution method executed by a plug-in module, a browser execution method executed by a browser, and a mailer execution method executed by a mailer, and more particularly to a method for sharing an entity.
  • the present invention also relates to a program for causing a computer to execute these methods, a terminal device, and a computer-readable recording medium on which page data using the method is recorded.
  • multiple identical image elements are embedded in a single page data! (In other words, multiple identical images to be displayed are included in a single page in the content.
  • the browser displays these images using image files that are cached in the memory as disclosed in, for example, JP-A-6-59664.
  • the image here shows a still image.
  • the image element indicates, for example, an image file path (domain name and directory name of the server storing the image file) and an image file name at least.
  • the page is a browser Indicates a group of elements displayed at once. Elements consist of text data, HTML layout information, images and sounds embedded in the document, and animation.
  • the page data indicates data of a single page in the content.
  • FIG. 1 is a flowchart showing a process executed by a conventional browser and acquiring an image included in a page.
  • the browser finds an image element by referring to the interpretation result of an HTML document, for example (step 1: YES, in the following description and drawings, step is abbreviated as “S”)
  • the cache memory in the terminal is searched.
  • S2 it is determined whether or not the image file corresponding to the image element is stored (S2).
  • S2: NO for example, the server that provides the content is accessed based on the path included in the image element (S3).
  • a compressed image file such as GIF (Graphic Interchange Format) is downloaded from the Sanoku (S4).
  • GIF Graphic Interchange Format
  • the downloaded image file is decoded by a decoder (S5), and a bitmap image file is obtained ( S6 ).
  • the obtained bitmap 'image file is stored in the cache memory (S7). After bitmap 'image file storage, return to S1 processing.
  • the bitmap 'image file obtained in S6 is rendered by the browser and displayed on the terminal display.
  • the browser refers to the cache memory and detects whether or not a sharable image file (that is, the same image file) is stored in the cache memory.
  • a sharable image file that is, the same image file
  • the shareable image file detected in the cache memory is used without downloading the image file via the network. This speeds up the rendering process.
  • Such content includes, for example, images
  • plug-ins that play animations and sounds.
  • Such plug-ins can operate interactively in response to input from a mouse or keyboard.
  • plug-in software that executes plug-ins include SVG (Scalable Vector Grap hies) and Flash (registered trademark).
  • SVG Scalable Vector Grap hies
  • Flash registered trademark
  • the plug-in is assumed to operate independently even if, for example, the file to be processed and the processing content are the same among the plug-ins. Therefore, as in the above image example, for example, multiple plug-ins that process the same file are embedded in a single page data (in other words, a plug-in that can operate using the same file has a single page These plug-ins operate as separate systems, even if they are included in multiple cases. For this reason, each time each plug-in is operated, the memory capacity for storing each data stub and the like and each process by the CPU are required.
  • the present invention reduces resources (such as required memory capacity, CPU processing load, and processing time) when operating a plug-in embedded in page data. It is an object of the present invention to provide a plug-in module execution method, browser execution method, mailer execution method, program, terminal device, and computer-readable recording medium on which page data is recorded.
  • a plug-in module execution method executed by a plug-in module according to an aspect of the present invention determines whether or not a sharable entity is registered in a predetermined memory area. If it is determined that a sharable entity is registered and it is determined that the sharable entity is registered, a creation step for creating a new sever entity is executed, and if it is determined that a sharable entity is registered, It is characterized by executing a sharing step for sharing an entity.
  • the plug-in module execution method executed by the plug-in module according to another aspect of the present invention that solves the above-described problems is performed when the external program power is requested to specify a plug-in specification file.
  • the program entity consisting of the plug-in specification file and the processing algorithm is registered in the memory, and the external program power
  • the entity in the memory is operated to respond to the processing request without creating a new program entity.
  • the external program can be either a browser or a mailer.
  • a browser execution method executed by a browser that solves the above problem is a registration determination that determines whether or not a sharable entity is registered in a predetermined memory area. If a sharable entity is registered and it is determined that the sharable entity is registered, the creation step for creating the entity is executed, and if it is determined that the sharable entity is registered, the entity is shared. It is characterized by executing a shared step.
  • a mailer execution method executed by a mailer that solves the above problem is a registration determination step of determining whether or not a sharable entity is registered in a predetermined memory area. If it is determined that a sharable entity has been registered and is determined to be new, a creation step for creating the entity is executed, and if it is determined that a sharable entity is registered, the entity is shared It is characterized by executing a sharing step.
  • a program according to an aspect of the present invention for solving the above-described problem is for causing a computer to execute the above method.
  • a terminal device on which plug-in software according to an aspect of the present invention that solves the above problems is mounted includes at least one plug-in module created based on the plug-in software, and a plug-in module Entities that can be shared with each other are registered in a predetermined memory area, and a registration determination unit that determines whether or not it is powerful, and a registration determination unit that registers a sharable entity, It is characterized by comprising entity creating means for creating an entity and entity sharing means for sharing the entity when the registration judging means judges that a shareable entity is registered.
  • the terminal device in which the plug-in software according to another aspect of the present invention that solves the above-described problems is installed is a processing element that specifies an external program power plug-in specification file.
  • an entity registration means for registering the plug-in specification file and the program entity having processing algorithm power in the memory, and the external program power, the same plug-in specification file as the plug-in specification file is specified.
  • An entity sharing means is provided for responding to the processing request by operating the entity in the memory without creating a new program entity when a processing request is made.
  • the external program can be either a browser or a mailer.
  • a terminal device in which the browser according to one aspect of the present invention that solves the above problem is installed determines whether or not a sharable entity is registered in a predetermined memory area.
  • the registration judgment means and the entity that can be shared by the registration judgment means are registered!
  • the entity creation means that creates a new entity and the entity that can share the registration judgment means are registered.
  • an entity sharing means for sharing the entity when it is determined.
  • the terminal device in which the mailer according to one aspect of the present invention that solves the above-described problem is mounted determines whether or not a sharable entity is registered in a predetermined memory area. And when the entity that can be shared by the registration determination means is registered! When it is determined that the entity is fragile, the entity creation means for creating a new entity and the entity that can be shared by the registration determination means are registered. When the determination is made, an entity sharing means for sharing the entity is provided.
  • the terminal device may be provided with a browser function capable of rendering a markup language document.
  • a plug-in element embedded in the page data includes
  • an external program obtains a predetermined plug-in designation file.
  • the plug-in specification file may be written in the vector image description language.
  • Such a vector image description language can be, for example, SVG.
  • Figure 1 This is a process executed by a conventional browser, and acquires the image included in the page. 6 is a flowchart showing the processing.
  • FIG. 2 is a diagram showing an appearance of a terminal device according to an embodiment of the present invention.
  • FIG. 3 is a block diagram showing a configuration of a terminal device according to the embodiment of the present invention.
  • FIG. 4 is a flowchart showing processing of the browser when a tag specifying a plug-in is included in page data in the first embodiment of the present invention.
  • FIG. 5 is a diagram showing page data received by a communication unit in the first embodiment of the present invention.
  • FIG. 6 is a flowchart showing processing executed by the plug-in module in the first example of the present invention.
  • FIG. 7 is a schematic diagram showing an example of an entity registered in a plug-in depot in the first embodiment of the present invention.
  • FIG. 8 is a diagram for explaining a second embodiment of the present invention.
  • FIG. 9 is a diagram showing pages displayed on the display in the second embodiment of the present invention.
  • FIG. 10 is a diagram for explaining a third embodiment of the present invention.
  • FIG. 2 is a diagram showing an appearance of the terminal device 10 according to the embodiment of the present invention.
  • Figure 3 shows
  • FIG. 1 is a block diagram showing a configuration of a terminal device 10 according to an embodiment of the present invention.
  • the terminal device 10 is assumed to be a mobile phone.
  • PHS Personal Handy phone
  • the terminal device 10 includes a CPU (Central Processing Unit) 10
  • ROM Read Only Memory
  • RAM Random Access Memory
  • antenna 106 communication unit 108
  • display 110 display 110
  • the CPU 100 controls the terminal device 10 overall.
  • the ROM 102 stores various types of data.
  • An example of the program stored in the ROM 102 is a browser.
  • the RAM 104 is a development destination of various programs stored in the ROM 102, for example.
  • the CPU 100 reads a program (for example, a browser) stored in the ROM 102, expands it in a predetermined area of the RAM 104, and executes it.
  • plug-in software such as SVG or Flash downloaded by a third party is registered in a predetermined area of the RAM 104.
  • the browser according to the present embodiment can allow the user to browse content including plug-ins such as SVG and Flash as well as content including only HTML tags (tags) that can be interpreted by the browser.
  • the browser may originally have a module that performs the same function as the above plug-in software (that is, the plug-in software is a part of the browser). In this case, it is not necessary to download the plug-in software and register it in the RAM 104.
  • the communication unit 108 receives necessary ones from radio waves captured by the antenna 106 in response to a predetermined operation of the input interface unit 112 by a user, for example.
  • the input interface unit 112 includes input keys for inputting characters, numbers, symbols, and the like.
  • the input keys include, for example, a direction instruction key 114 and an enter key 116.
  • the direction instruction key 114 is used to move the gaze point (for example, a cursor or a caret) in the screen to one of “up”, “down”, “left”, and “right”, or to scroll the screen. Is possible.
  • the determination key 116 is a device for executing an object (for example, a hyperlink displayed as an image or a character string) selected by the direction instruction key 114, for example.
  • a user input operation using these keys is referred to as a “user operation”.
  • a browser rendering process will be described.
  • a browser has a parser, a page maker, and a formatter as its basic function blocks. These functional blocks sequentially execute processing on a markup language document as follows.
  • the parser analyzes the logical structure of the markup language and generates a documentary about the structure.
  • the page maker Based on the generated document tree, the page maker generates a layout tree including information on the expression format determined by each tag.
  • the formatter is Based on the generated layout tree, layout is performed using information on the actual display screen such as the display screen width.
  • FIG. 4 is a flowchart showing browser processing when a tag specifying a plug-in is embedded in page data in the first embodiment of the present invention (hereinafter abbreviated as the first embodiment). It is a chart.
  • FIG. 5 is a diagram showing page data received by the communication unit 108 in the first embodiment.
  • the browser finds the special tag tagl by referring to the interpretation result by the parser, it determines whether or not it is a plug-in element (S11).
  • the plug-in element contains the object tag, the file specified by the plug-in (hereinafter abbreviated as plug-in specification file) (for example, the server domain name that stores the plug-in specification file) And directory name) and plug-in designation file names (for example, foo.svg, bar.svg, etc.). That is, the address of the plug-in element including the path of the plug-in specification file and the plug-in specification file name is specified by a URL (Uniform Resource Locator). It should be noted that all parts described as “URL” in this specification can be read as “URI (Uniform Resource Identifier)”.
  • URL Uniform Resource Locator
  • the page maker refers to the description of the plug-in element including the tag tagl and calls the SVG plug-in software registered in the ROM 102 or RAM 104! At the same time, it refers to the path (http: ⁇ / ⁇ / com) and accesses, for example, the server that provides the content (S12). Then, referring to the plug-in designated file name (foo.svg), the plug-in designated file is downloaded from the server (S 13).
  • the page maker creates the plug-in module P using the called plug-in software and the downloaded plug-in designation file (S14).
  • Created here Plug-in module is a plug-in element! This module is used to manage attribute information of plug-in specification files.
  • the page maker registers the created plug-in module P in a predetermined area (depot) of the RAM 104 (S15). After registration, return to the processing of S11 and refer to the interpretation result by the parser again.
  • the plug-in module created here includes the downloaded plug-in specification file, the attribute information of the plug-in specification file (for example, file name, file size, creation date, URL, etc.), and browser instructions. Includes a program (script) that describes a predetermined algorithm for operating the plug-in.
  • FIG. 6 shows what happens when a plug-in module is created and started! / Speak.
  • the plug-in module refers to a predetermined area (plug-in depot) in the RAM 104, and determines whether or not a sharable entity (execution data) is registered (S21).
  • An entity is a unit of data created by a plug-in module, and includes the URL and the interpretation result of the plug-in specification file by the plug-in module.
  • the URL here is information including the domain name, directory name, and file name of the server storing the plug-in specification file, that is, information indicating the storage location of the plug-in specification file.
  • the interpretation result of the plug-in specification file includes, for example, vector data for animation, SVG splitting, etc.
  • the plug-in module determines that the entity is not registered in the process of S21 (S21: NO), and proceeds to the process of S22. On the other hand, if at least one entity is registered, it is determined whether it can be shared. For example, based on the parameters listed below, an entity It is determined whether sharing is possible.
  • the plug-in module compares the attribute information (more precisely, the URL) of its plug-in specification file with the URL of each entity in the plug-in depot.
  • the plug-in module is created by interpreting the same plug-in specification file that the entity should interpret. Therefore, it is determined that the entity is a sharable entity, and the process proceeds to S23. If there is no entity in the plug-in depot that has the same URL as the plug-in specification file URL that it has, it is determined that there is no entity that can be shared and the process proceeds to S22.
  • the content creation side creates multiple plug-in specification files with different names only. The plug-in elements should be described so that each plug-in references each of them.
  • the plug-in module first compares the URL of its own plug-in specification file with the URL of each entity in the plug-in depot. If the entity with the matching URL is not in the plug-in depot, it is determined that there is no entity that can be shared and the process proceeds to S22. If there is an entity with a matching URL, refer to the additional information held by that entity.
  • the additional information here is, for example, a tag described in the page data by the content production side, and is included in the entity as an interpretation result of the plug-in designation file. Examples of such additional information include “interactive”, “non-interactivej”, “sharable”, “non-sharablej”, and the like.
  • interactive is information indicating that the entity is interactive.
  • the plug-in module determines that the entity is not a sharable entity and proceeds to the processing of S22.
  • Non-interactive is information indicating that the entity is not interactive. Entity force S Without the interactivity, the above-mentioned problems cannot occur. Therefore, in this case, the plug-in module determines that the entity is a shareable entity and proceeds to the processing of S23.
  • “sharable” is information indicating that the entity can be shared regardless of whether or not the entity has interactive power. Therefore, in this case, the plug-in module determines that the entity is a sharable entity and proceeds to the process of S23. For example, depending on the intention of the content creator, there is no problem with sharing an interactive plug-in (ie, any plug-in that is clicked and shared! May be a problem even if it performs the action corresponding to the click, or you may want to run all the shared plug-ins in sync). In such cases, “sharable” is extremely useful.
  • Non-sharable refers to whether the entity is interactive or not. This is information indicating that it cannot be shared. Therefore, in this case, the plug-in module determines that the entity is not a sharable entity and proceeds to the processing of S22.
  • the plug-in module first compares the URL of its own plug-in specification file with the URL of each entity in the plug-in depot. If the entity with the matching URL is not in the plug-in depot, it is determined that there is no entity that can be shared and the process proceeds to S22. If there is an entity with a matching URL, the content of the entity (for example, the interpretation result of the plug-in specification file) is checked to determine whether sharing is possible. If the content has entity power S interactive, it is determined that the entity is not sharable, and the process proceeds to S22. If the entity has non-interactive content, it is determined that the entity is a sharable entity and the process proceeds to S23.
  • the content of the entity for example, the interpretation result of the plug-in specification file
  • the plug-in module determines that the sharable entity is not registered in the plug-in depot (S21: NO) in the processing of S21, it interprets the plug-in specification file and interprets the plug-in result and the plug-in. Register the URL of the specified file as a single entity in the plug-in depot (S 22). After registering the entity, the plug-in module executes the entity. Also, for example, when the entity power S has interactivity, it shifts to a state where the entity can be executed in response to the user's operation. In response to input from the user's operation, the browser responds to it and instructs the plug-in module to execute the plug-in. The plug-in module causes the entity to execute according to its instructions.
  • the plug-in module determines that a shareable entity is registered in the plug-in depot (S21: YES), it acquires the entity (S23) and executes the entity. Let If the entity has S-interactivity, it shifts to a state where the entity can be executed in response to the user's operation.
  • FIG. 7 shows an example of an entity registered in the plug-in depot in the flowchart of FIG. FIG. Referring to Figure 5, first, plug-in module 1 ⁇ refers to the plug-in depot. At this time, no entity is registered in the plug-in depot. For this reason, the plug-in module P creates an entity E and registers it in the plug-in depot.
  • plug-in module P refers to the plug-in depot.
  • the plug-in module P determines that the entity E is a sharable entity.
  • plug-in module P refers to the plug-in depot.
  • the number of plug-ins included in the page is three, whereas the number of entities registered in the plug-in depot is two.
  • the number of entities to be registered is reduced from three to two by executing the sharing setting process described above.
  • the plug-in module P is
  • the memory capacity required for plug-in execution, the CPU processing burden associated with it, and the processing time are reduced.
  • inclusion performs a sharing setting process for inclusion data (generic name for plug-in designation files, image files, etc.).
  • the browser power inclusion data sharing setting process is not performed. Therefore, resources can be reduced during plug-in operation without depending on browser implementation.
  • the browser may perform the function of the plug-in module comprehensively.
  • Example 2 8 and 9 are diagrams for explaining a second embodiment of the present invention (hereinafter abbreviated as “second embodiment”).
  • a single page includes a plurality of plug-ins.
  • Each of these plug-ins specifies a different drawing area in the same plug-in specification file.
  • the animation is displayed in a completely synchronized state in each plug-in.
  • FIG. 8A is a schematic diagram showing an animation that can be operated with a certain plug-in.
  • the plug-in of Example 2 works using a plug-in specification file called MyDrawing.svg stored at http: ⁇ example.com /, for example.
  • MyDrawing.svg stored at http: ⁇ example.com /, for example.
  • an animation is displayed in which the ball B rotates clockwise (in the direction of the arrow in the figure) along the periphery of the drawing area r.
  • the drawing area r is an area having a width w and a height h with reference to the coordinates (0, 0), and may be the same size as the display area of the display 110, for example.
  • FIG. 8 (b) is a diagram showing the relationship between the plug-in of the second embodiment and each designated area (area!: To r).
  • Each of the areas to r is a part of the drawing area r.
  • the region r is a region having a width w and a height h based on the coordinates (x, y). Region r is part of regions r and r
  • region r is partially adjacent to the regions r and r.
  • Http / 1 example.com/MyDrawing.svgffsvg view (viewBox (xl, yl, wl, hl))>
  • Ball B moves through areas r, r, r, r in order.
  • FIG. 9 is a diagram showing pages displayed on the display 110 in the second embodiment.
  • HTML-format content C is displayed in a state surrounded by four plug-ins S VG to SVG.
  • G is a plug-in corresponding to each of the areas r, r, r, and r.
  • the Guin element is embedded.
  • the browser of the second embodiment is the same as the browser of the first embodiment.
  • a corresponding plug-in module is created.
  • each plug-in element specifies a different area within a single drawing area, and refers to the same plug-in specification file (MyDrawing.svg) (in other words, the same URL ). Therefore, for example, when the same determination process as S21 is performed based on only the URL, after any plug-in module creates an entity, the remaining three plug-in modules share the entity.
  • each plug-in is similar to the first embodiment.
  • each plug-in module refers to the same plug-in designation file. Therefore, the animation drawn by each plug-in without synchronizing between plug-ins is completely synchronized. Therefore, for example, even when the ball B is positioned across the area, the shape of the ball B is displayed as an accurate circle without being shifted at the boundary.
  • plug-ins can be used, for example, as decorative frames for windows and e-mails. In this case, it is possible for the user to view the content or mail with a frame in which the animation is accurately drawn.
  • the terminal device of the second embodiment (that is, capable of processing HTML-format e-mails including plug-ins) can send and receive images such as those shown in FIG. 9 by e-mail as an alternative to the browser.
  • a simple mailer has been implemented.
  • the mailer here has the functions of a well-known mail client and messaging client for sending and receiving e-mails and MMS (Mul timedia Messaging Service) messages, and the same function as the browser of the first embodiment. include.
  • MMS Media timedia Messaging Service
  • a mailer that does not support HTML format and supports plug-ins is also assumed. While such a mailer does not have a browser function for rendering an HTML document, it has the same functions as the mailer of the second embodiment.
  • FIG. 10 is a diagram for explaining a third embodiment of the present invention (hereinafter abbreviated as “third embodiment”).
  • third embodiment as in the second embodiment, a single page includes a plurality of plug-ins, and each of these plug-ins specifies a different drawing area of the same plug-in specification file. is doing.
  • the page in the third embodiment is e-mail in HTML format, for example. Each plug-in is arranged in the text.
  • FIG. 10 (a) shows the e-mail text of the third embodiment.
  • the text in Fig. 10 (a) is composed of text and “pictograms” provided by the carrier, for example.
  • “pictogram” is described by an SVG document.
  • the data power of “sun”, “Japan”, and “lunch box” is the power of data, and the other characters are the power of text data.
  • the above text consists of data power with SVG plug-in embedded in the text data.
  • Fig. 10 (b) shows the relationship between the plug-in of the third embodiment and each designated area (area !: ⁇ r).
  • Region r, region r, region ! it has
  • plug-ins corresponding to the respective “pictograms” refer to the same plug-in designation file. Therefore, for each plug-in, the entity is shared and resources are reduced. In this third embodiment, all plug-ins refer to the same plug-in specification file, so the memory capacity required when executing the plug-in, the CPU processing load associated with it, and the processing time can be suppressed very efficiently.
  • the animation of each "pictogram” can be completely synchronized. For this reason, for example, each “pictogram” can be animated to be linked.
  • all “pictograms” can be operated at the same timing, or each “pictogram” can be operated at different timings.
  • the user can browse e-mails with “pictograms” that animate them so that they are linked accurately.
  • the above is the embodiment of the present invention.
  • the present invention is not limited to these embodiments and can be modified in various ranges.
  • the plug-ins included in the content are not limited to SVG, Flash, etc., and various other types are also assumed.
  • a standard for combining SVG, SMIL (Synchronized Multimedia Integration Language), and the like has been proposed by W3C (registered trademark).
  • W3C registered trademark
  • Even when page data created based on such a standard is processed using the terminal device, program, method, and recording medium of the present invention, entities can be shared and resource consumption can be performed. Can be efficiently suppressed.
  • the browser in the present invention is not limited to a Web browser in a narrow sense, but refers to all programs that process and play back content.
  • entity sharing is not limited to a single page (HTML, etc.), and can be realized, for example, among a plurality of different pages.
  • plug-in module execution method browser execution method, mailer execution method, program, terminal device, and computer-readable recording medium on which page data is recorded according to the present invention are adopted, for example, it is embedded in the page data. It is possible to reduce resources (such as required memory capacity, CPU processing load, and processing time) when operating the plug-in.
  • the plug-in module interprets the same entity as the plug-in designation file to be interpreted, and the entity created is the memory area. It is possible to determine that the entity can be shared.
  • the plug-in module interprets the same entity as the plug-in designation file to be interpreted by itself, and the created entity is the memory area.
  • the entity has a predetermined additional information, it can be determined that the entity can be shared.
  • the predetermined attached information here may be either information indicating that the entity force interactivity is not present, or information indicating that the entity can be shared.
  • the registration determination means includes an entity created by interpreting the same plug-in designation file that should be interpreted by the plug-in module in the memory area.
  • the entity can be defined as sharable.
  • the registration determination means includes an entity created by interpreting the same plug-in designation file as to be interpreted by the plug-in module in the memory area.
  • the predetermined additional information may be either information indicating that the entity power S does not have interactivity, or information indicating that the entity can be shared.
  • a computer-readable recording medium in which page data is recorded using the plug-in module execution method according to one embodiment of the present invention, and a single plug-in is included in the page data. Multiple plug-in elements that specify different drawing areas for the specified file may be embedded.
  • each drawing area may be specified so that the single vector image is divided into a plurality of parts.
  • each drawing area may be designated so that each of the plurality of vector images fits in each area alone.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
  • Stored Programmes (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

 プラグインモジュールが、共有可能なエンティティが所定のメモリ領域に登録されているか否かを判定し、共有可能なエンティティが登録されていないと判定したときには新しいエンティティを作成する作成ステップを実行し、共有可能なエンティティが登録されていると判定したときには当該エンティティを共有する共有ステップを実行する。

Description

明 細 書
プラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プ ログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能 な記録媒体
技術分野
[0001] 本発明は、プラグインモジュールが実行するプラグインモジュール実行方法、ブラウ ザが実行するブラウザ実行方法、メーラが実行するメーラ実行方法であって、特に、 エンティティを共有するための方法に関する。また、これらの方法をコンピュータに実 行させるためのプログラム、端末装置、及び、当該方法を利用するページデータが記 録されたコンピュータ読み取り可能な記録媒体に関する。
背景技術
[0002] 近年、インターネットに代表されるネットワークの急速な普及やその技術の発展に伴 つて、ユーザは、デスクトップやラップトップ等の PC (Personal Computer)のみならず 、携帯電話や、 PDA (Personal Digital Assistance)、家電、カーナビゲーシヨン装置 等を含む様々な情報端末を用いてネットワーク上の情報を閲覧することができる。こ れらの情報端末には情報閲覧ソフトウェア (以下、ブラウザと記す)が組み込まれてい る。ブラウザが、例えば HTML (Hyper Text Markup Language)で記述されたマーク アップ言語の文書を解釈し、次 、でその解釈結果に基づ 、たレイアウト処理を行うこ とにより、端末の表示部にネットワーク上の情報 (例えば Webコンテンツ)が表示 (す なわちレンダリング)される。
[0003] ここで、同一のイメージ要素が単一のページデータに複数埋め込まれて!/、る(換言 すると、表示されるべき同一のイメージがコンテンツ中の単一のページに複数含まれ ている)場合、ブラウザは、例えば特開平 6— 59664号公報に示されているように、メ モリにキャッシュされて 、るイメージファイルを利用してこれらのイメージを表示する。 なお、ここでいうイメージは静止画像を示す。また、イメージ要素は、例えばイメージフ アイルのパス (イメージファイルを格納して 、るサーバのドメイン名及びディレクトリ名) 、及び、イメージファイル名を少なくとも含んだものを示す。また、ページは、ブラウザ に一度に表示される要素のまとまりを示す。要素は、テキストデータや HTMLによる レイアウト情報、文書中に埋め込まれたイメージやサウンド、アニメーション等力ゝら構 成される。ページデータは、コンテンツ中の単一のページのデータを示す。
[0004] 図 1は、従来のブラウザが実行する処理であって、ページに含まれるイメージを取 得する処理を示したフローチャートである。ブラウザは、例えば HTML文書の解釈結 果を参照してイメージ要素を見つけたとき (ステップ 1: YES、以下の明細書及び図面 では、ステップを「S」と略記)、端末内のキャッシュメモリを検索して、上記イメージ要 素に対応するイメージファイルが格納されているカゝ否かを判定する(S2)。格納されて いないと判定したとき(S2 :NO)、上記イメージ要素に含まれるパスに基づいて、例え ばそのコンテンツを提供するサーバにアクセスする(S3)。そしてそのサーノくから GIF (Graphic Interchange Format)等の圧縮されたイメージファイルをダウンロードする(S 4)。次いで、ダウンロードされたイメージファイルをデコーダにデコードさせて(S5)、 ビットマップ ·イメージファイルを取得する(S6)。取得されたビットマップ 'イメージファ ィルをキャッシュメモリに格納する(S7)。ビットマップ 'イメージファイル格納後、 S1の 処理に復帰する。 S6の処理で取得されたビットマップ 'イメージファイルは、ブラウザ によりレンダリングされて、端末のディスプレイに表示される。
[0005] また、 S2の処理において、ブラウザは、上記イメージ要素に対応するイメージフアイ ルがキャッシュメモリに格納されていると判定したとき(S2 : YES)、そのイメージフアイ ルを取得する(S8)。ビットマップ 'イメージファイル取得後、 S1の処理に復帰する。 S 8の処理で取得されたビットマップ ·イメージファイルは、先と同様にブラウザによりレ ンダリングされて、端末のディスプレイに表示される。
[0006] すなわちブラウザは、イメージ要素を見つける度にキャッシュメモリを参照し、共有 可能なイメージファイル (すなわち同一のイメージファイル)が当該キャッシュメモリに 格納されて ヽるカゝ否かを検出する。共有可能なイメージファイルが格納されて 、るこ とを検出した場合、ネットワーク経由でイメージファイルをダウンロードすることなぐキ ャッシュメモリ内で検出された共有可能なイメージファイルを用いる。このため、レンダ リング処理が高速化する。
[0007] 近年、リッチなコンテンツが増加している。このようなコンテンツには、例えばイメージ に加えてプラグインを用い、アニメーションや音声を再生させるものがある。このような プラグインは、マウスやキーボード等の入力に応じてインタラクティブに動作し得る。 プラグインを実行するプラグインソフトウェアには、例えば SVG (Scalable Vector Grap hies)や Flash (登録商標)等が挙げられる。これらのプラグインでは、マウス等の入力 に応じて例えばアニメーションが再生されたり停止されたりし得る。
発明の開示
[0008] ここで、プラグインは、例えば処理すべきファイル及び処理内容が各プラグイン間で 同一であってもそれぞれ独立して動作することを前提として 、る。従って上記イメージ の例と同様に、例えば同一のファイルを処理するプラグインが単一のページデータに 複数埋め込まれている(換言すると、同一のファイルを用いて動作し得るプラグインが 単一のページに複数含まれて ヽる)場合であっても、これらのプラグインはそれぞれ 別個の系統として動作する。このため、各プラグインを動作させる毎に、各データゃス タリブト等を格納するためのメモリ容量や CPUによる各処理が必要となってしまう。
[0009] そこで、本発明は上記の事情に鑑みて、ページデータに埋め込まれたプラグインを 動作させる際のリソース (必要とされるメモリ容量、 CPUの処理負担、処理時間等)を 低減することができるプラグインモジュール実行方法、ブラウザ実行方法、メーラ実行 方法、プログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り 可能な記録媒体を提供することを課題として 、る。
[0010] 上記の課題を解決する本発明の一態様に係るプラグインモジュールが実行するプ ラグインモジュール実行方法は、共有可能なエンティティが所定のメモリ領域に登録 されて ヽるカゝ否かを判定する登録判定ステップを含み、共有可能なエンティティが登 録されて ヽな ヽと判定したときには新し ヽエンティティを作成する作成ステップを実行 し、共有可能なエンティティが登録されていると判定したときには当該エンティティを 共有する共有ステップを実行することを特徴とする。
[0011] また、上記の課題を解決する本発明の別の態様に係るプラグインモジュールが実 行するプラグインモジュール実行方法は、外部プログラム力もプラグイン指定ファイル を指定した処理要求があった際に、該プラグイン指定ファイルと処理アルゴリズムから なるプログラムの実体をメモリに登録し、外部プログラム力 該プラグイン指定ファイル と同一のプラグイン指定ファイルを指定した処理要求があった際に、新たにプロダラ ムの実体を作成することなぐ該メモリ内の実体を動作させて該処理要求に応じること を特徴とする。なお、上記外部プログラムはブラウザ又はメーラの何れか一方であり 得る。
[0012] 上記の課題を解決する本発明の一態様に係るブラウザが実行するブラウザ実行方 法は、共有可能なエンティティが所定のメモリ領域に登録されて 、る力否かを判定す る登録判定ステップを含み、共有可能なエンティティが登録されて ヽな ヽと判定した ときには新し 、エンティティを作成する作成ステップを実行し、共有可能なェンティテ ィが登録されていると判定したときには当該エンティティを共有する共有ステップを実 行することを特徴とする。
[0013] 上記の課題を解決する本発明の一態様に係るメーラが実行するメーラ実行方法は 、共有可能なエンティティが所定のメモリ領域に登録されて 、る力否かを判定する登 録判定ステップを含み、共有可能なエンティティが登録されて 、な 、と判定したとき には新 、エンティティを作成する作成ステップを実行し、共有可能なエンティティが 登録されていると判定したときには当該エンティティを共有する共有ステップを実行 することを特徴とする。
[0014] また、上記の課題を解決する本発明の一態様に係るプログラムは、上記方法をコン ピュータに実行させるためのものである。
[0015] また、上記の課題を解決する本発明の一態様に係るプラグインソフトウェアが実装さ れた端末装置は、プラグインソフトウェアに基づいて作成される少なくとも一つのブラ グィンモジュールと、プラグインモジュール間で共有可能なエンティティが所定のメモ リ領域に登録されて 、る力否かを判定する登録判定手段と、登録判定手段が共有可 能なエンティティが登録されて 、な ヽと判定したときには新 ヽエンティティを作成す るエンティティ作成手段と、登録判定手段が共有可能なエンティティが登録されて ヽ ると判定したときには当該エンティティを共有するエンティティ共有手段とを備えたこと を特徴とする。
[0016] また、上記の課題を解決する本発明の別の態様に係るプラグインソフトウェアが実 装された端末装置は、外部プログラム力 プラグイン指定ファイルを指定した処理要 求があった際に、該プラグイン指定ファイルと処理アルゴリズム力もなるプログラムの 実体をメモリに登録する実体登録手段と、該外部プログラム力 該プラグイン指定フ アイルと同一のプラグイン指定ファイルを指定した処理要求があった際に、新たにプ ログラムの実体を作成することなぐ該メモリ内の実体を動作させて該処理要求に応 じる実体共有手段とを備えたことを特徴とする。なお、上記外部プログラムはブラウザ 又はメーラの何れか一方であり得る。
[0017] また、上記の課題を解決する本発明の一態様に係るブラウザが実装された端末装 置は、共有可能なエンティティが所定のメモリ領域に登録されて 、る力否かを判定す る登録判定手段と、登録判定手段が共有可能なエンティティが登録されて!ヽな ヽと 判定したときには新 ヽエンティティを作成するエンティティ作成手段と、登録判定手 段が共有可能なエンティティが登録されて ヽると判定したときには当該エンティティを 共有するエンティティ共有手段とを備えたことを特徴とする。
[0018] また、上記の課題を解決する本発明の一態様に係るメーラが実装された端末装置 は、共有可能なエンティティが所定のメモリ領域に登録されて 、る力否かを判定する 登録判定手段と、登録判定手段が共有可能なエンティティが登録されて!ヽな ヽと判 定したときには新 ヽエンティティを作成するエンティティ作成手段と、登録判定手段 が共有可能なエンティティが登録されて 、ると判定したときには当該エンティティを共 有するエンティティ共有手段とを備えたことを特徴とする。なお、上記端末装置は、マ ークアップ言語の文書をレンダリング可能なブラウザ機能も備えたものであっても良 い。
[0019] また、上記の課題を解決する本発明の一態様に係る上記方法を利用するページデ ータが記録されたコンピュータ読み取り可能な記録媒体は、該ページデータに埋め 込まれたプラグイン要素が、外部プログラムに所定のプラグイン指定ファイルを取得さ せるよう記述されていることを特徴とする。なお、プラグイン指定ファイルはベクター画 像記述言語で記述されたものであっても良 、。このようなベクター画像記述言語は例 えば SVGであり得る。
図面の簡単な説明
[0020] [図 1]従来のブラウザが実行する処理であって、ページに含まれるイメージを取得す る処理を示したフローチャートである。
[図 2]本発明の実施の形態の端末装置の外観を示した図である。
[図 3]本発明の実施の形態の端末装置の構成を示したブロック図である。
[図 4]本発明の第 1の実施例において、プラグインを指定したタグがページデータに 含まれているときのブラウザの処理を示したフローチャートである。
[図 5]本発明の第 1の実施例において、通信部により受信されるページデータを示し た図である。
[図 6]本発明の第 1の実施例において、プラグインモジュールが実行する処理を示し たフローチャートである。
[図 7]本発明の第 1の実施例において、プラグインデポに登録されるエンティティの一 例を示した模式図である。
[図 8]本発明の第 2の実施例を説明するための図である。
[図 9]本発明の第 2の実施例において、ディスプレイに表示されるページを示した図 である。
[図 10]本発明の第 3の実施例を説明するための図である。
発明を実施するための最良の形態
[0021] 以下、図面を参照して、本発明の実施の形態について説明する。
[0022] 図 2は、本発明の実施の形態の端末装置 10の外観を示した図である。また、図 3は
、本発明の実施の形態の端末装置 10の構成を示したブロック図である。本実施形態 において端末装置 10は携帯電話であるものとする力 PHS (Personal Handy phone
System)等の他の小型移動端末に置き換えることもできる。
[0023] 図 2及び図 3に示されるように、端末装置 10は、 CPU (Central Processing Unit) 10
0、 ROM (Read Only Memory) 102、 RAM (Random Access Memory) 104、アンテ ナ 106、通信部 108、ディスプレイ 110、及び、入力インターフェース部 112を有して いる。
[0024] CPU100は端末装置 10全体を統括的に制御する。 ROM102には、各種プロダラ ムゃ各種データが格納されている。 ROM102に格納されているプログラムには、例 えばブラウザがある。 [0025] RAM104は、例えば ROM102に格納されている各種プログラムの展開先である。 CPU100は、 ROM102に格納されているプログラム(例えばブラウザ)を読み出して 、 RAM104の所定領域に展開して実行させる。また、 RAM104の所定の領域には 、サードパーティ力 ダウンロードした SVGや Flash等のプラグインソフトウェアが登 録されている。このため本実施形態のブラウザは、自己で解釈可能な HTMLタグ (ta g)のみカゝら成るコンテンツだけでなぐ SVGや Flash等のプラグインを含むコンテンツ もユーザに閲覧させることができる。なお、ブラウザは、上記の如きプラグインソフトゥ エアと同一の機能を果たすモジュールを元々実装しているものであっても良い(すな わちプラグインソフトウェアがブラウザの一部である)。この場合、プラグインソフトゥェ ァをダウンロードして RAM104に登録する必要がない。
[0026] 通信部 108は、例えばユーザによる入力インターフェース部 112の所定の操作に 応じて、アンテナ 106により捕捉される電波の中から必要なものを受信する。入力イン ターフェース部 112には、文字や数字、記号等を入力するための入力キーが含まれ ている。入力キーには、例えば方向指示キー 114、決定キー 116が含まれる。方向 指示キー 114は、例えば「上」、「下」、「左」、「右」の何れかに画面内の注視箇所 (例 えばカーソルやキヤレット)を移動させたり、画面をスクロールさせたりすることができる 。決定キー 116は、例えば方向指示キー 114によって選択されたオブジェクト(例え ば画像や文字列で表示されたハイパーリンク等)を実行するためのデバイスである。 以下、これらのキーを用いたユーザの入力操作をユーザ'オペレーションと記す。
[0027] ここで、マークアップ言語の文書(例えば HTML文書)力 成るページデータを受 信した場合、 CPU100は、ブラウザを起動させて以下に示されるレンダリング処理を 開始し、ディスプレイ 110にその内容(コンテンツ)を表示させる。
[0028] ブラウザのレンダリング処理について説明する。ブラウザは、その基本的な機能プロ ックとして、パーサー、ページメーカ、及び、フォーマッタを有している。これらの機能 ブロックは、マークアップ言語の文書に対して次のように処理を順次実行していく。パ ーサ一は、マークアップ言語の論理的な構造を解析し、その構造に関するドキュメン トッリ一を生成する。ページメーカは、生成されたドキュメントツリーに基づいて、各タ グで決められた表現形式の情報を含むレイアウトツリーを生成する。フォーマッタは、 生成されたレイアウトツリーに基づいて、表示画面幅などの実際の表示画面に関する 情報を用いてレイアウトを行う。
実施例 1
[0029] 図 4は、本発明の第 1の実施例(以下、本実施例 1と略記)において、プラグインを 指定したタグがページデータに埋め込まれているときのブラウザの処理を示したフロ 一チャートである。また、図 5は、本実施例 1において通信部 108により受信されるぺ ージデータを示した図である。
[0030] ブラウザ (より正確にはページメーカ)は、パーサーによる解釈結果を参照して特殊 なタグ taglを見つけると、それがプラグイン要素である力否かを判定する(S 11)。な お、プラグイン要素には、 objectタグ、プラグインで指定されたファイル (以下、プラグ イン指定ファイルと略記)のノ ス(例えばプラグイン指定ファイルを格納して 、るサ一 バのドメイン名及びディレクトリ名)、及び、プラグイン指定ファイル名(例えば foo.svg、 bar.svg等)が少なくとも含まれている。すなわちプラグイン指定ファイルのパスとプラグ イン指定ファイル名とを含んだプラグイン要素のアドレスは、 URL (Uniform Resource Locator)によって指定される。なお本明細書において「URL」と記載された箇所は全 て「URI (Uniform Resource Identifier)」と読み替えることも可能である。
[0031] タグ taglが objectタグであり、その記述内容(例えば type="image/svg +xml")から、 ページメーカは、それが SVGのプラグイン要素であると判定し(Sl l : YES)、タグ tag 1を含むプラグイン要素を参照して処理を行う。なお、図 5の PE力タグ taglを含むプ ラグイン要素である。また、 PE 、 PE 1S それぞれ、タグ tag2、 tag3を含むプラグイン
2 3
要素である。
[0032] ページメーカは、タグ taglを含むプラグイン要素の記述を参照して、 ROM102又は RAM104に登録されて!、る SVGのプラグインソフトウェアを呼び出す。それと共にそ のパス (http:〃〇〇〇/〇〇/com)を参照して例えばそのコンテンツを提供するサー バにアクセスする(S 12)。そしてプラグイン指定ファイル名(foo.svg)を参照してその サーノくからプラグイン指定ファイルをダウンロードする(S 13)。
[0033] ページメーカは、呼び出されたプラグインソフトウェアとダウンロードされたプラグイン 指定ファイルを用いて、プラグインモジュール Pを作成する(S 14)。ここで作成された プラグインモジュール は、プラグイン要素!^ェで記述されて 、るプラグイン指定ファ ィルの属性情報を管理するためのモジュールである。ページメーカは、作成されたプ ラグインモジュール Pを RAM104の所定の領域(デポ(Depot) )に登録する(S15)。 登録後、 S11の処理に復帰してパーサーによる解釈結果を再び参照する。なお、こ こで作成されるプラグインモジュールには、ダウンロードされたプラグイン指定ファイル 、プラグイン指定ファイルの属性情報 (例えばファイル名や、ファイルサイズ、作成日 時、 URL等)、ブラウザの指示に従ってプラグインを動作させる所定のアルゴリズムを 記述したプログラム (スクリプト)等が含まれる。
[0034] ページメーカは、プラグイン要素 PE及び PEについても同様の処理を行う。上記
2 3
の如き一連の処理により、プラグイン要素 PEで記述されているプラグイン指定フアイ
2
ルの属性情報を管理するためのプラグインモジュール P、及び、プラグイン要素 PE
2 3 で記述されているプラグイン指定ファイルの属性情報を管理するためのプラグインモ ジュール pを作成し、それらをデポに登録する。
3
[0035] 次に、図 6に示されたフローチャートを参照して、プラグインモジュールが実行する 処理について説明する。図 6のフローチャートは、プラグインモジュールが作成されて 起動したときに実行される処理を示して!/ヽる。
[0036] プラグインモジュールは、 RAM104の所定の領域(プラグインデポ)を参照して、共 有可能なエンティティ(実行データ)が登録されて ヽるカゝ否かを判定する(S21)。な お、エンティティとは、プラグインモジュールによって作成される一単位のデータであ り、 URL、及び、プラグインモジュールによるプラグイン指定ファイルの解釈結果を含 んだものである。ここでの URLは、プラグイン指定ファイルを格納しているサーバのド メイン名、ディレクトリ名、及び、ファイル名を含んだ情報、すなわちプラグイン指定フ アイルの格納場所を示した情報である。また、プラグイン指定ファイルの解釈結果は、 例えばアニメーションのためのベクターデータ、 SVGのスプリタト等を含んでいる。
[0037] プラグインデポに何れのエンティティも登録されていない場合、 S21の処理におい てプラグインモジュールは、エンティティ未登録と判定して(S21 :NO)、 S22の処理 に進む。これに対して一つでもエンティティが登録されている場合、それが共有可能 か否かを判定する。例えば以下に列挙されたパラメータに基づいて、エンティティが 共有可能か否かを判定する。
(1) URL
(2) URLと所定の付加情報
(3) URLとエンティティの内容
[0038] 上記パラメータに基づ 、た各判定処理の例につ!、て説明する。
< (1) URL>
この場合、プラグインモジュールは、自己の持つプラグイン指定ファイルの属性情 報 (より正確には URL)と、プラグインデポ内の各エンティティの持つ URLとを比較す る。これらのエンティティの中に同一の URLを持つものがあると判断されるとき、プラ グィンモジュールは、そのエンティティが自身の解釈すべきプラグイン指定ファイルと 同一のものを解釈して作成されたものであることから、そのエンティティを共有可能な エンティティであると判定して S23の処理に進む。また、自己の持つプラグイン指定フ アイルの URLと同一の URLを持つエンティティがプラグインデポ内にない場合、共 有可能なエンティティがないと判定して S22の処理に進む。なおこの例では、コンテ ンッ制作側は、複数のプラグインに同一のプラグイン指定ファイルが対応し得る場合 においてそれらを共有させたくないときには、名称だけが異なるプラグイン指定フアイ ルを複数作成して、その各々をそれぞれのプラグインが参照するようにプラグイン要 素を記述すれば良い。
[0039] < (2) URLと所定の付加情報 >
この場合、プラグインモジュールは、先ず、自己の持つプラグイン指定ファイルの U RLと、プラグインデポ内の各エンティティの持つ URLとを比較する。一致する URLを 持つエンティティがプラグインデポ内にな 、場合、共有可能なエンティティがな ヽと判 定して S22の処理に進む。一致する URLを持つエンティティがある場合、そのェンテ ィティが持っている付加情報を参照する。ここでいう付加情報は、例えばコンテンツ制 作側によりページデータ内に記述されたタグであり、プラグイン指定ファイルの解釈 結果としてエンティティに含まれている。このような付加情報には、例えば「interactive 」ゃ、「non- interactivej、「sharable」、「non- sharablej等がめる。
[0040] ここで、先にも記載したように、従来方式のプラグインはエンティティを共有しな 、こ とを前提としていた。その主な理由として、プラグインカ Sインタラクティブ性を有し得る ことが挙げられる。仮にインタラクティブ性を有する複数のプラグインでエンティティを 共有したとき、例えばユーザが何れかの一つのプラグインに対してマウスをクリックす ると、共有されている全てのプラグインがそのクリックに対応した動作を行ってしまう。 すなわち本来動作すべきでな 、プラグインまでもが動作してしまう。このような誤動作 を防止するため、各プラグインに対してそれぞれ別個のエンティティをプラグインデポ に登録するようにし、各プラグインは自己専用のエンティティを用いて動作していた。 しかしながらプラグインの性質によってはエンティティを共有することが可能であり得 る。本発 者 ί¾この に着目し、「interactive」や、「non— interactive」、「sharaDle」、「n on-sharablej等の付加情報を提案して 、る。
[0041] 「interactive」は、そのエンティティがインタラクティブ性を有することを示す情報であ る。エンティティ力 Sインタラクティブ性を有する場合、上述した問題 (すなわちユーザ' オペレーションにより本来動作すべきでな 、プラグインまでもが動作してしまうこと)が 起こり得る。従ってこの場合、プラグインモジュールは、そのエンティティを共有可能 なエンティティでないと判定して S22の処理に進む。
[0042] 「non- interactive」は、そのエンティティがインタラクティブ性を有さな 、ことを示す情 報である。エンティティ力 Sインタラクティブ性を有さない場合、上述した問題が起こり得 ない。従ってこの場合、プラグインモジュールは、そのエンティティを共有可能なェン ティティであると判定して S23の処理に進む。
[0043] 「sharable」は、そのエンティティがインタラクティブ性を有する力否かに拘わらず共 有可能なものであることを示す情報である。従ってこの場合、プラグインモジュールは 、そのエンティティを共有可能なエンティティであると判定して S23の処理に進む。例 えばコンテンツ制作側の意図によっては、インタラクティブ性を有するプラグインを共 有させても問題ない(すなわち何れかのプラグインが例えばクリックされて、それに共 有されて!/ヽる全てのプラグインがそのクリックに対応した動作を行っても問題な ヽ、或 いは、共有される全てのプラグインを同期して動作させたい)場合があり得る。このよう な場合、「sharable」は極めて有用である。
[0044] 「non- sharable」は、そのエンティティがインタラクティブ性を有するか否かに拘わら ず共有できないものであることを示す情報である。従ってこの場合、プラグインモジュ ールは、そのエンティティを共有可能なエンティティでな 、と判定して S22の処理に 進む。
[0045] < (3) URLとエンティティの内容 >
この場合、プラグインモジュールは、先ず、自己の持つプラグイン指定ファイルの U RLと、プラグインデポ内の各エンティティの持つ URLとを比較する。一致する URLを 持つエンティティがプラグインデポ内にな 、場合、共有可能なエンティティがな ヽと判 定して S22の処理に進む。一致する URLを持つエンティティがある場合、そのェンテ ィティの内容 (例えばプラグイン指定ファイルの解釈結果)を見て共有可能か否かを 判定する。そのエンティティ力 Sインタラクティブ性を有する内容である場合、共有可能 なエンティティでないと判定して S22の処理に進む。また、そのエンティティがインタラ クティブ性を有さない内容である場合、共有可能なエンティティであると判定して S 23 の処理に進む。
[0046] S21の処理においてプラグインモジュールは、共有可能なエンティティがプラグイン デポに登録されていないと判定したとき(S21 :NO)、プラグイン指定ファイルを解釈 して、その解釈結果及びプラグイン指定ファイルの URLを単一のエンティティとして プラグインデポに登録する(S 22)。エンティティ登録後、プラグインモジュールは当該 エンティティを実行させる。また、例えば、そのエンティティ力 Sインタラクティブ性を有 する場合、ユーザ'オペレーションに応答して当該エンティティを実行させることがで きる状態に移行する。ユーザ'オペレーションによる入力があつたとき、ブラウザはそ れに呼応して、プラグインモジュールに対してプラグインを実行するよう命令する。プ ラグインモジュールは、その命令に従ってエンティティを実行させる。
[0047] また、 S21の処理においてプラグインモジュールは、共有可能なエンティティがプラ グィンデポに登録されていると判定したとき(S21: YES)、そのエンティティを取得し て(S23)、当該エンティティを実行させる。また、そのエンティティ力 Sインタラクティブ 性を有する場合、ユーザ'オペレーションに応答して当該エンティティを実行させるこ とができる状態に移行する。
[0048] 図 7は、図 6のフローチャートでプラグインデポに登録されるエンティティの一例を示 した模式図である。図 5を参照して説明すると、先ず、プラグインモジュール 1^がブラ グィンデポを参照する。このときプラグインデポには何れのエンティティも登録されて いない。このためプラグインモジュール Pは、エンティティ Eを作成してプラグインデ ポに登録する。
[0049] 次いで、プラグインモジュール Pがプラグインデポを参照する。ここで、プラグインモ
2
ジュール Pの持つプラグイン指定ファイルの URLと、エンティティ Eの持つ URLとは
2 1 互いに同一である。例えば URLのみに基づ!/、て S 21の判定処理が行われる場合、 プラグインモジュール Pは、エンティティ Eを共有可能なエンティティであると判定す
2 1
る。このためプラグインモジュール Pと Pは、エンティティ Eを共有する。
1 2 1
[0050] 次いで、プラグインモジュール Pがプラグインデポを参照する。ここで、プラグインモ
3
ジュール Pの持つプラグイン指定ファイルの URLと、エンティティ Eの持つ URLとは
3 1 互いに異なる。このためプラグインモジュール Pは、エンティティ Eを共有することな
3 1
ぐエンティティ Eを作成してプラグインデポに登録する。
2
[0051] 図 7の例によると、ページに含まれているプラグインの数が三つであるのに対して、 プラグインデポに登録されて 、るエンティティの数は二つである。すなわちこの例で は、登録されるべきエンティティの数を、上述の共有設定の処理を実行することにより 三つから二つに削減している。本実施例 1では、プラグインモジュール Pは、プラグィ
2
ンモジュール Pにより実行されるエンティティ Eを参照するだけである。プラグインモ ジュール P 自体はエンティティを実行しないため、端末装置 10全体としてのリソース(
2
例えばプラグイン実行時に必要とされるメモリ容量、それに伴った CPUの処理負担、 処理時間等)が低減される。
[0052] また、本実施例 1では、インクルージョン(プラグインモジュールやイメージ用デコー ダ等の総称)がインクルージョンデータ(プラグイン指定ファイルやイメージファイル等 の総称)の共有設定処理を行う。別の観点では、ブラウザ力インクルージョンデータの 共有設定処理を行わない。従ってプラグイン動作時において、ブラウザの実装に依 存することなくリソースを低減させることが可能となる。なお、別の実施例ではブラウザ がプラグインモジュールの機能も包括的に果たすようにしても良 、。
実施例 2 [0053] 図 8及び図 9は、本発明の第 2の実施例(以下、本実施例 2と略記)を説明するため の図である。本実施例 2では、単一のページに複数のプラグインが含まれている。こ れらのプラグインの各々は、同一のプラグイン指定ファイルのそれぞれ異なる描画領 域を指定している。これにより、例えば各プラグインにおいてアニメーションが完全に 同期した状態で表示される。
[0054] 図 8 (a)は、あるプラグインで動作し得るアニメーションを示した模式図である。本実 施例 2のプラグインは、例えば http:〃 example.com/に格納されている MyDrawing.svg というプラグイン指定ファイルを用いて動作する。当該プラグインを動作させると、描 画領域 rの周辺部に沿ってボール Bが時計回り(図中の矢印の方向)に回転移動する アニメーションが表示される。なお、描画領域 rは、座標(0, 0)を基準として、幅 w、高 さ hを有した領域であり、例えばディスプレイ 110の表示領域と同一サイズであり得る
[0055] 図 8 (b)は、本実施例 2のプラグインと各指定領域 (領域!:〜r )との関係を示した図
1 4
である。領域 〜rの各々は描画領域 rの一部である。領域 rは、座標 (x、 y )を基 準として、幅 w、高さ hを有した領域である。領域 rは、その一部が領域 r及び rの
1 1 2 1 3 一部に隣接している。また、領域 は、その一部が領域 r及び rの一部に隣接してい
3 2 4
る。また、領域 rは、その一部が領域 r及び rの一部に隣接している。例えばページ
4 1 3
データ内に以下の記述 (プラグイン要素)があるとき、描画領域 r内の領域!:が指定さ れる。
く http:/ 1 example.com/MyDrawing.svgffsvg view(viewBox(xl ,yl ,wl ,hl))〉
なお、他の領域も上記と同様に指定される。ボール Bは、領域 r、 r、 r、 rを順に移
1 2 3 4 動するよう描画される。
[0056] 図 9は、本実施例 2においてディスプレイ 110に表示されるページを示した図である 。本実施例 2のページでは、例えば HTML形式のコンテンツ Cが四つのプラグイン S VG〜SVGによって囲まれた状態で表示される。なお、 SVG、 SVG、 SVG、 SV
1 4 1 2 3
Gは、それぞれ、領域 r、 r、 r、 rに対応したプラグインである。
4 1 2 3 4
[0057] 本実施例 2では、ページデータ内に領域 r、 r、 r、 rの各々を指定した四つのプラ
1 2 3 4
グィン要素が埋め込まれている。本実施例 2のブラウザは、本実施例 1のブラウザと同 様に、各プラグイン要素を見つけるとそれに対応したプラグインモジュールを作成す る。ここで、各プラグイン要素は、単一の描画領域内においてそれぞれ異なる領域を 指定したものであり、同一のプラグイン指定ファイル (MyDrawing.svg)を参照するもの である(換言すると、同一の URLを参照するものである)。従って、例えば URLのみ に基づいて S21と同様の判定処理が行われる場合、何れかのプラグインモジュール がエンティティを作成した後、残りの三つのプラグインモジュールがそのエンティティ を共有することになる。
[0058] 以上説明されたように本実施例 2においても本実施例 1と同様に、各プラグインにお
V、てエンティティの共有が行われ、リソースの低減が成される。
[0059] また、本実施例 2では、各プラグインで描画されるアニメーションが完全に同期する
。例えばボール Bが領域 rから領域 rに移るとき、従来の方式による各プラグインは、
1 2
それぞれ異なるプラグイン指定ファイルを参照していた。このため、互いのプラグイン でアニメーションを完全に同期させることは非常に困難であった。例えばボール Bが 二つの領域を跨って位置して 、る間、互 、のプラグインが完全には同期し得な 、こと から、当該ボール Bの形状が領域の境界でずれて表示されることがあった。
[0060] し力しながら本実施例 2では、各プラグインモジュールが同一のプラグイン指定ファ ィルを参照している。従って各プラグイン間で同期をとることなぐ各プラグインで描画 されるアニメーションが完全に同期する。従って例えばボール Bが領域を跨って位置 して 、る間であっても、当該ボール Bの形状がその境界でずれて表示されることなぐ 正確な円として表示される。このようなプラグインを例えばウィンドウや電子メールの 装飾フレームとして利用することもできる。この場合、ユーザに対してコンテンツゃメー ルを、アニメーションが正確に描画されるフレームを付加させた状態で閲覧させること ができる。
[0061] 本実施例 2の(すなわちプラグインを含む HTML形式の電子メールを処理可能な) 端末装置には、ブラウザの代替として、図 9に示されたような画像を電子メールで送 受信可能なメーラが実装されている。ここでいうメーラには、電子メールや MMS (Mul timedia Messaging Service)メッセージ等を送受信するための周知のメールクライアン ト、メッセージングクライアント等の機能、及び、本実施例 1のブラウザと同様の機能が 含まれている。なお、別の実施例では、 HTML形式に非対応で且つプラグインに対 応したメーラも想定される。このようなメーラは、 HTML文書をレンダリングするブラウ ザ機能が実装されていない一方で、それ以外に関しては本実施例 2のメーラと同様 の機能を備えている。
実施例 3
[0062] 図 10は、本発明の第 3の実施例(以下、本実施例 3と略記)を説明するための図で ある。本実施例 3でも本実施例 2と同様に、単一のページに複数のプラグインが含ま れており、これらのプラグインの各々は、同一のプラグイン指定ファイルのそれぞれ異 なる描画領域を指定している。なお、本実施例 3におけるページは例えば HTML形 式の電子メールである。各プラグインはその文章中に配列されて 、る。
[0063] 図 10 (a)に、本実施例 3の電子メールの文章を示す。図 10 (a)の文章は、テキスト と、例えばキャリアが提供している「絵文字」とによって構成されている。本実施例 3で は「絵文字」は SVG文書によって記述されている。「太陽」、「日本」、及び、「弁当箱」 の絵力 ^絵文字」のデータ力 成り、それ以外の文字がテキストデータ力 成る。すな わち上記文章は、テキストデータ中に SVGプラグインが埋め込まれたデータ力 成る
[0064] また、図 10 (b)に、本実施例 3のプラグインと各指定領域 (領域!: 〜r )との関係を
11 13
示す。領域 r 〜r の各々は、描画領域 r の一部であり、単一のプラグインにおいて
11 13 10
それぞれ異なった領域を指定したものである。領域 r 、領域 r 、領域!: には、それ
11 12 13
ぞれ、「太陽」、「日本」、「弁当箱」の「絵文字」が描画されている。これらの「絵文字」 は、本実施例 2と同様の領域指定の記述により描画領域!: カゝら抽出されて、電子メ
10
ールの文章中に表示されて ヽる。
[0065] 本実施例 3でも本実施例 2と同様に、各「絵文字」に対応したプラグインが、それぞ れ同一のプラグイン指定ファイルを参照して 、る。従って各プラグインにぉ 、てェンテ ィティの共有が行われ、リソースの低減が成される。本実施例 3では、全てのプラグィ ンが同一のプラグイン指定ファイルを参照するため、プラグイン実行時に必要とされる メモリ容量、それに伴った CPUの処理負担、処理時間等が極めて効率良く抑えられ る。 [0066] また、本実施例 3でも本実施例 2と同様に、各「絵文字」のアニメーションを完全に同 期させることができる。このため、例えば各「絵文字」を連動するようアニメーションさせ ることもできる。例えば全ての「絵文字」を同一のタイミングで動作させることや、「絵文 字」の各々をそれぞれ異なるタイミング毎に動作させることもできる。本実施例 2と同 様に、単一のプラグイン指定ファイルを元にこれらのアニメーションを行っているため 、各プラグイン間で同期をとる必要がない。本実施例 3では、ユーザは、例えば正確 に連動するようアニメーションする「絵文字」が付加されたメールを閲覧することができ る。
[0067] 以上が本発明の実施形態である。本発明はこれらの実施形態に限定されるもので はなく様々な範囲で変形が可能である。例えばコンテンツに含まれるプラグインは SV Gや Flash等に限定されず、他の様々なものも想定される。また、 W3C (登録商標)に より、 SVGや SMIL (Synchronized Multimedia Integration Language)等をコンバイン する規格が提案されている。本発明の端末装置やプログラム、方法、記録媒体を利 用して、このような規格に基づいて作成されたページデータを処理する場合であって も、エンティティの共有が可能であり、リソースの消費を効率良く抑えることができる。 なお、本発明におけるブラウザは、狭義の Webブラウザに限定されるものではなぐコ ンテンッを処理して再生させるプログラム全般を指すものである。またエンティティの 共有は単一のページ (HTML等)内に限定されず、例えば複数の異なるページ間で 実現することも可能である。
[0068] 本発明のプラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プ ログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能な 記録媒体を採用すると、例えばページデータに埋め込まれたプラグインを動作させる 際のリソース (必要とされるメモリ容量、 CPUの処理負担、処理時間等)を低減するこ とがでさる。
[0069] なお本発明の一つの実施の形態において上記登録判定ステップでは、プラグイン モジュールは、自身の解釈すべきプラグイン指定ファイルと同一のものを解釈して作 成されたエンティティが該メモリ領域に登録されているとき、当該エンティティを共有 可能と判定することができる。 [0070] また本発明の一つの実施の形態において上記登録判定ステップでは、プラグイン モジュールは、自身の解釈すべきプラグイン指定ファイルと同一のものを解釈して作 成されたエンティティが該メモリ領域に登録され、且つ、それが所定の付加情報を有 するとき、当該エンティティを共有可能と判定することができる。ここでいう所定の付カロ 情報とは、そのエンティティ力インタラクティブ性を有さないことを示す情報、又は、そ のエンティティが共有可能なものであることを示す情報の何れか一方であり得る。
[0071] また本発明の一つの実施の形態の端末装置において、登録判定手段は、プラグィ ンモジュールが解釈すべきプラグイン指定ファイルと同一のものを解釈して作成され たエンティティが該メモリ領域に登録されて ヽるとき、当該エンティティを共有可能と 半 U定することができる。
[0072] また本発明の一つの実施の形態の端末装置において、登録判定手段は、プラグィ ンモジュールが解釈すべきプラグイン指定ファイルと同一のものを解釈して作成され たエンティティが該メモリ領域に登録され、且つ、それが所定の付加情報を有すると き、当該エンティティを共有可能と判定することができる。ここでいう所定の付加情報 とは、そのエンティティ力 Sインタラクティブ性を有さないことを示す情報、又は、そのェ ンティティが共有可能なものであることを示す情報の何れか一方であり得る。
[0073] また本発明の一つの実施の形態に係るプラグインモジュール実行方法を利用する ページデータが記録されたコンピュータ読み取り可能な記録媒体にぉ 、て、該ぺー ジデータ内に、単一のプラグイン指定ファイルに対してそれぞれ異なる描画領域を指 定した複数のプラグイン要素を埋め込んでも良い。なお、単一のベクター画像が描画 されるよう単一のプラグイン指定ファイルが作成されているとき、該単一のベクター画 像が複数に分割されるよう各描画領域を指定しても良い。また、複数のベクター画像 が描画されるよう単一のプラグイン指定ファイルが作成されているとき、複数のベクタ 一画像の各々が各領域に単独で収まるよう各描画領域を指定しても良い。

Claims

請求の範囲
[1] プラグインモジュールが実行するプラグインモジュール実行方法であって、
共有可能なエンティティが所定のメモリ領域に登録されている力否かを判定する登 録判定ステップを含み、
共有可能なエンティティが登録されて ヽな ヽと判定したときには新 ヽエンティティ を作成する作成ステップを実行し、
共有可能なエンティティが登録されていると判定したときには当該エンティティを共 有する共有ステップを実行すること、を特徴とするプラグインモジュール実行方法。
[2] 前記登録判定ステップにおいて、プラグインモジュールは、自身の解釈すべきブラ グィン指定ファイルと同一のものを解釈して作成されたエンティティが該メモリ領域に 登録されているとき、当該エンティティを共有可能と判定すること、を特徴とする請求 項 1に記載のプラグインモジュール実行方法。
[3] 前記登録判定ステップにおいて、プラグインモジュールは、自身の解釈すべきブラ グィン指定ファイルと同一のものを解釈して作成されたエンティティが該メモリ領域に 登録され、且つ、それが所定の付加情報を有するとき、当該エンティティを共有可能 と判定すること、を特徴とする請求項 1に記載のプラグインモジュール実行方法。
[4] 該所定の付加情報は、そのエンティティ力インタラクティブ性を有さな 、ことを示す 情報、又は、そのエンティティが共有可能なものであることを示す情報の何れか一方 であること、を特徴とする請求項 3に記載のプラグインモジュール実行方法。
[5] プラグインモジュールが実行するプラグインモジュール実行方法であって、
外部プログラム力もプラグイン指定ファイルを指定した処理要求があった際に、該プ ラグイン指定ファイルと処理アルゴリズム力 なるプログラムの実体をメモリに登録し、 該外部プログラム力 該プラグイン指定ファイルと同一のプラグイン指定ファイルを 指定した処理要求があった際に、新たにプログラムの実体を作成することなぐ該メモ リ内の実体を動作させて該処理要求に応じること、を特徴とするプラグインモジュール 実行方法。
[6] 該外部プログラムがブラウザ又はメーラの何れか一方であること、を特徴とする請求 項 5に記載のプラグインモジュール実行方法。
[7] ブラウザが実行するブラウザ実行方法であって、
共有可能なエンティティが所定のメモリ領域に登録されている力否かを判定する登 録判定ステップを含み、
共有可能なエンティティが登録されて ヽな ヽと判定したときには新 ヽエンティティ を作成する作成ステップを実行し、
共有可能なエンティティが登録されていると判定したときには当該エンティティを共 有する共有ステップを実行すること、を特徴とするブラウザ実行方法。
[8] メーラが実行するメーラ実行方法であって、
共有可能なエンティティが所定のメモリ領域に登録されている力否かを判定する登 録判定ステップを含み、
共有可能なエンティティが登録されて ヽな ヽと判定したときには新 ヽエンティティ を作成する作成ステップを実行し、
共有可能なエンティティが登録されていると判定したときには当該エンティティを共 有する共有ステップを実行すること、を特徴とするメーラ実行方法。
[9] 請求項 1から請求項 8の何れかに記載の方法をコンピュータに実行させるためのプ ログラム。
[10] プラグインソフトウェアが実装された端末装置において、
プラグインソフトウェアに基づいて作成される少なくとも一つのプラグインモジュール と、
プラグインモジュール間で共有可能なエンティティが所定のメモリ領域に登録され て!ヽるか否かを判定する登録判定手段と、
前記登録判定手段が共有可能なエンティティが登録されていないと判定したときに は新しいエンティティを作成するエンティティ作成手段と、
前記登録判定手段が共有可能なエンティティが登録されていると判定したときには 当該エンティティを共有するエンティティ共有手段と、を備えたこと、を特徴とする端 末装置。
[11] 前記登録判定手段は、プラグインモジュールが解釈すべきプラグイン指定ファイル と同一のものを解釈して作成されたエンティティが該メモリ領域に登録されているとき 、当該エンティティを共有可能と判定すること、を特徴とする請求項 10に記載の端末 装置。
[12] 前記登録判定手段は、プラグインモジュールが解釈すべきプラグイン指定ファイル と同一のものを解釈して作成されたエンティティが該メモリ領域に登録され、且つ、そ れが所定の付加情報を有するとき、当該エンティティを共有可能と判定すること、を特 徴とする請求項 10に記載の端末装置。
[13] 該所定の付加情報は、そのエンティティ力インタラクティブ性を有さな 、ことを示す 情報、又は、そのエンティティが共有可能なものであることを示す情報の何れか一方 であること、を特徴とする請求項 12に記載の端末装置。
[14] プラグインソフトウェアが実装された端末装置において、
外部プログラム力もプラグイン指定ファイルを指定した処理要求があった際に、該プ ラグイン指定ファイルと処理アルゴリズム力 なるプログラムの実体をメモリに登録する 実体登録手段と、
該外部プログラム力 該プラグイン指定ファイルと同一のプラグイン指定ファイルを 指定した処理要求があった際に、新たにプログラムの実体を作成することなぐ該メモ リ内の実体を動作させて該処理要求に応じる実体共有手段と、を備えたこと、を特徴 とする端末装置。
[15] 該外部プログラムがブラウザ又はメーラの何れか一方であること、を特徴とする請求 項 14に記載の端末装置。
[16] ブラウザが実装された端末装置において、
共有可能なエンティティが所定のメモリ領域に登録されている力否かを判定する登 録判定手段と、
前記登録判定手段が共有可能なエンティティが登録されていないと判定したときに は新しいエンティティを作成するエンティティ作成手段と、
前記登録判定手段が共有可能なエンティティが登録されていると判定したときには 当該エンティティを共有するエンティティ共有手段と、を備えたこと、を特徴とする端 末装置。
[17] メーラが実装された端末装置において、 共有可能なエンティティが所定のメモリ領域に登録されている力否かを判定する登 録判定手段と、
前記登録判定手段が共有可能なエンティティが登録されていないと判定したときに は新しいエンティティを作成するエンティティ作成手段と、
前記登録判定手段が共有可能なエンティティが登録されていると判定したときには 当該エンティティを共有するエンティティ共有手段と、を備えたこと、を特徴とする端 末装置。
[18] マークアップ言語の文書をレンダリング可能なブラウザ機能も備えたこと、を特徴と する請求項 17に記載の端末装置。
[19] 請求項 1から請求項 8の何れかに記載の方法を利用するページデータが記録され たコンピュータ読み取り可能な記録媒体であって、
該ページデータに埋め込まれたプラグイン要素力 外部プログラムに所定のプラグ イン指定ファイルを取得させるよう記述されて 、ること、を特徴とするページデータが 記録されたコンピュータ読み取り可能な記録媒体。
[20] 該プラグイン指定ファイルがベクター画像記述言語で記述されていること、を特徴と する請求項 19に記載のページデータが記録されたコンピュータ読み取り可能な記録 媒体。
[21] 該ベクター画像記述言語が SVGであること、を特徴とする請求項 20に記載のぺー ジデータが記録されたコンピュータ読み取り可能な記録媒体。
[22] 該ページデータ内に、単一のプラグイン指定ファイルに対してそれぞれ異なる描画 領域を指定した複数のプラグイン要素を埋め込むこと、を特徴とする請求項 19から請 求項 21の何れかに記載のページデータが記録されたコンピュータ読み取り可能な記 録媒体。
[23] 単一のベクター画像が描画されるよう単一のプラグイン指定ファイルが作成されて いるとき、該単一のベクター画像が複数に分割されるよう各描画領域を指定すること 、を特徴とする請求項 22に記載のページデータが記録されたコンピュータ読み取り 可能な記録媒体。
[24] 複数のベクター画像が描画されるよう単一のプラグイン指定ファイルが作成されて いるとき、複数のベクター画像の各々が各領域に単独で収まるよう各描画領域を指 定すること、を特徴とする請求項 22に記載のページデータが記録されたコンピュータ 読み取り可能な記録媒体。
PCT/JP2006/313554 2005-07-29 2006-07-07 プラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能な記録媒体 WO2007013280A1 (ja)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2007528397A JPWO2007013280A1 (ja) 2005-07-29 2006-07-07 プラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能な記録媒体
CN2006800279564A CN101233494B (zh) 2005-07-29 2006-07-07 插件模块、浏览器、邮箱运行方法及终端装置

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2005220043 2005-07-29
JP2005-220043 2005-07-29

Publications (1)

Publication Number Publication Date
WO2007013280A1 true WO2007013280A1 (ja) 2007-02-01

Family

ID=37683181

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2006/313554 WO2007013280A1 (ja) 2005-07-29 2006-07-07 プラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能な記録媒体

Country Status (3)

Country Link
JP (1) JPWO2007013280A1 (ja)
CN (1) CN101233494B (ja)
WO (1) WO2007013280A1 (ja)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011510380A (ja) * 2008-01-15 2011-03-31 マイクロソフト コーポレーション アプリケーションにおける処理によるコンテンツの分離
US10667797B2 (en) 2013-06-05 2020-06-02 Snpshot Trustee Limited Tissue sampling
US11982775B2 (en) 2019-10-07 2024-05-14 Intrinsic Innovation Llc Systems and methods for augmentation of sensor systems and imaging systems with polarization

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111857985A (zh) * 2020-06-08 2020-10-30 远光软件股份有限公司 浏览器插件的调用方法、装置、存储介质及终端

Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08272632A (ja) * 1995-04-03 1996-10-18 Hitachi Ltd 共有資源の排他制御方法
JPH10214217A (ja) * 1997-01-29 1998-08-11 Sharp Corp ネットワークキャッシュ装置およびネットワークキャッシュ方法
JPH10312471A (ja) * 1997-05-14 1998-11-24 Hitachi Ltd 3次元立体地図データの転送にともなう描画対象外地図データの転送とその表示方法
JP2000231490A (ja) * 1999-02-09 2000-08-22 Toshiba Corp プログラム転送システム及び記録媒体
JP2000250757A (ja) * 1999-03-01 2000-09-14 Hewlett Packard Co <Hp> データマネージャ及びデータ管理方法
JP2001101076A (ja) * 1999-10-04 2001-04-13 Alps Electric Co Ltd ディスク制御装置
JP2002324069A (ja) * 2001-04-25 2002-11-08 Dream Technologies Kk データ管理装置及び地図表示システム
JP2004528626A (ja) * 2001-02-02 2004-09-16 オープンティブイ・インコーポレーテッド インタラクティブ・テレビジョンのインタープリタ言語のコンパイルの方法および装置

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1503950A (zh) * 2001-04-16 2004-06-09 �����ɷ� 用于将电子邮件以及万维网通信与用户相结合的方法

Patent Citations (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH08272632A (ja) * 1995-04-03 1996-10-18 Hitachi Ltd 共有資源の排他制御方法
JPH10214217A (ja) * 1997-01-29 1998-08-11 Sharp Corp ネットワークキャッシュ装置およびネットワークキャッシュ方法
JPH10312471A (ja) * 1997-05-14 1998-11-24 Hitachi Ltd 3次元立体地図データの転送にともなう描画対象外地図データの転送とその表示方法
JP2000231490A (ja) * 1999-02-09 2000-08-22 Toshiba Corp プログラム転送システム及び記録媒体
JP2000250757A (ja) * 1999-03-01 2000-09-14 Hewlett Packard Co <Hp> データマネージャ及びデータ管理方法
JP2001101076A (ja) * 1999-10-04 2001-04-13 Alps Electric Co Ltd ディスク制御装置
JP2004528626A (ja) * 2001-02-02 2004-09-16 オープンティブイ・インコーポレーテッド インタラクティブ・テレビジョンのインタープリタ言語のコンパイルの方法および装置
JP2002324069A (ja) * 2001-04-25 2002-11-08 Dream Technologies Kk データ管理装置及び地図表示システム

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011510380A (ja) * 2008-01-15 2011-03-31 マイクロソフト コーポレーション アプリケーションにおける処理によるコンテンツの分離
US10667797B2 (en) 2013-06-05 2020-06-02 Snpshot Trustee Limited Tissue sampling
US11982775B2 (en) 2019-10-07 2024-05-14 Intrinsic Innovation Llc Systems and methods for augmentation of sensor systems and imaging systems with polarization

Also Published As

Publication number Publication date
JPWO2007013280A1 (ja) 2009-02-05
CN101233494A (zh) 2008-07-30
CN101233494B (zh) 2012-03-21

Similar Documents

Publication Publication Date Title
JP5735667B2 (ja) 移動体端末のためのマークアップデータのインタープリテイション
US9418171B2 (en) Acceleration of rendering of web-based content
KR100330620B1 (ko) 클라이언트 컴퓨터, 클라이언트 컴퓨터용 문서 관리 시스템 및 브라우징 방법
CN102129364B (zh) 应用程序中嵌入微件工具栏的方法和快速访问微件的方法
JP5757533B2 (ja) ウェブブラウザ経由のアプリケーションに対するコンテンツ入力
US20050097458A1 (en) Document display system and method
WO2008052011A2 (en) Application modification based on feed content
JP2004510254A (ja) ネットワークサーバ
US9250765B2 (en) Changing icons for a web page
JPWO2008078684A1 (ja) ネットワークシステム
WO2022048141A9 (zh) 一种图像处理方法及装置、计算机可读存储介质
US20040122915A1 (en) Method and system for an extensible client specific calendar application in a portal server
WO2007013280A1 (ja) プラグインモジュール実行方法、ブラウザ実行方法、メーラ実行方法、プログラム、端末装置、及び、ページデータが記録されたコンピュータ読み取り可能な記録媒体
US20060075069A1 (en) Method and system to provide message communication between different application clients running on a desktop
CN117390326A (zh) 页面管理方法、装置、设备以及存储介质
US20080297521A1 (en) System and method for providing skins for a web page
CN114528510A (zh) 网页数据处理的方法、装置、电子设备及介质
Koehl et al. M. site: Efficient content adaptation for mobile devices
Mahdavi et al. Web transcoding for mobile devices using a tag-based technique
JP5237031B2 (ja) コンテンツ情報処理方法、コンテンツ情報処理プログラム、及びコンテンツ情報処理装置
Li et al. Web page layout adaptation based on webkit for e-paper device
CN114020309B (zh) 通过webpack构建多页面应用的方法、装置及存储介质
CN116932126A (zh) 一种应用嵌入方法、装置、终端、介质及程序产品
AU2009100370B4 (en) Document display (reformatting) system and method No. 2
KR20020061296A (ko) 플래시데이터를 이용하는 정보표시 애플리케이션과정보표시 방법 및 그 애플리케이션 프로그램이 기록된기록매체

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 200680027956.4

Country of ref document: CN

121 Ep: the epo has been informed by wipo that ep was designated in this application
WWE Wipo information: entry into national phase

Ref document number: 2007528397

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 06767964

Country of ref document: EP

Kind code of ref document: A1