JP2017069816A - Information processing device and control method therefor, and program - Google Patents

Information processing device and control method therefor, and program Download PDF

Info

Publication number
JP2017069816A
JP2017069816A JP2015194399A JP2015194399A JP2017069816A JP 2017069816 A JP2017069816 A JP 2017069816A JP 2015194399 A JP2015194399 A JP 2015194399A JP 2015194399 A JP2015194399 A JP 2015194399A JP 2017069816 A JP2017069816 A JP 2017069816A
Authority
JP
Japan
Prior art keywords
setting information
web content
unit
application
processing apparatus
Prior art date
Legal status (The legal status 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 status listed.)
Pending
Application number
JP2015194399A
Other languages
Japanese (ja)
Inventor
真吾 斉田
Shingo Saida
真吾 斉田
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2015194399A priority Critical patent/JP2017069816A/en
Publication of JP2017069816A publication Critical patent/JP2017069816A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To store only the necessary setting information of a Web content that matches with a condition, not storing all pieces of setting information of the Web content.SOLUTION: An information processing device provided with an application for displaying a screen on a display unit includes: drawing means that performs drawing of a Web content constituting a part of the screen of the application in response to a request of the application; storage means that stores setting information of the drawing by the drawing means; and determination means that determines setting information that is to be stored by the storage means, on the basis of a predetermined condition. The storage means stores the setting information that is determined to be stored by the determination means, in association with the predetermined condition.SELECTED DRAWING: Figure 3

Description

本発明は、情報処理装置およびその制御方法、並びにプログラムに関する。   The present invention relates to an information processing apparatus, a control method thereof, and a program.

情報処理装置において、Webコンテンツを描画することが可能なWebViewが多くのアプリケーションから利用されていることが知られている。WebViewとは、Webコンテンツの描画に関連する処理を実行することができるUIコンポーネントである。WebViewを利用するアプリケーションの中には、MFP(Multi Function Peripheral)のような多くの人間が共有して使用する情報処理装置を対象とするアプリケーションも含まれる。   In an information processing apparatus, it is known that WebView capable of rendering Web content is used by many applications. WebView is a UI component that can execute processing related to drawing of Web content. Among applications that use WebView, there are applications that target information processing apparatuses that are shared and used by many people, such as MFP (Multi Function Peripheral).

また、ズーム倍率など、コンテンツを描画するための設定情報をユーザーが変更できるアプリケーションもある。このようなアプリケーションでは、ユーザーが、自身にとって最適な設定情報に変更した後にログアウトとログインの操作を行い、アプリケーションに再度アクセスした場合、Webコンテンツは初期状態で表示される。そのため、ユーザーは再度、設定情報を変更し直さなければならない。   There are also applications that allow the user to change setting information for drawing content, such as zoom magnification. In such an application, when the user performs logout and login operations after changing the setting information to be optimal for the user and accesses the application again, the Web content is displayed in an initial state. Therefore, the user has to change the setting information again.

そこで、Webコンテンツの設定情報を情報処理装置に記憶する例がある。例えば、特許文献1では、ユーザーにより変更された情報を記録しておき、再度アクセスした際に、記憶した情報により復元して表示する。   Thus, there is an example in which Web content setting information is stored in an information processing apparatus. For example, in Patent Document 1, information changed by a user is recorded, and when accessed again, it is restored and displayed using the stored information.

特開2015−75959号公報JP2015-75959A

例えばMFPの場合、多くのユーザーが共有して使用し、アプリケーションに関連するWebコンテンツの数も多いケースがある。また、MFPにおけるハードディスクドライブなどの記憶領域の容量が多くないケースがある。   For example, in the case of an MFP, there are cases where many users share and use and there are a large number of Web contents related to the application. In some cases, the capacity of a storage area such as a hard disk drive in the MFP is not large.

前述の特許文献1によれば、ユーザーにより変更された情報は、Webコンテンツの種類や状態に関係する条件を設けずに、無条件に記憶される。そのため、全てのユーザーとWebコンテンツに関連付けられた設定情報を全て記憶した場合、記憶領域が逼迫してしまうという課題がある。   According to Patent Document 1 described above, information changed by a user is stored unconditionally without providing conditions related to the type and state of the Web content. Therefore, when all the setting information associated with all users and Web contents is stored, there is a problem that the storage area becomes tight.

上記課題を解決するために本願発明は以下の構成を有する。すなわち、表示部に画面を表示するアプリケーションを備える情報処理装置であって、前記アプリケーションの要求に応じて、当該アプリケーションの画面の一部を構成するWebコンテンツの描画を行う描画手段と、前記描画手段による描画の設定情報を記憶する記憶手段と、前記記憶手段にて記憶されるべき設定情報を、所定の条件に基づいて判定する判定手段とを有し、前記記憶手段は、前記判定手段により記憶されるべき設定情報であると判定された設定情報を、前記所定の条件に対応付けて記憶する。   In order to solve the above problems, the present invention has the following configuration. That is, an information processing apparatus including an application that displays a screen on a display unit, and in response to a request from the application, a drawing unit that draws a Web content that forms part of the screen of the application, and the drawing unit Storage means for storing the drawing setting information by means of, and determination means for determining the setting information to be stored in the storage means based on a predetermined condition, wherein the storage means is stored by the determination means The setting information determined to be the setting information to be performed is stored in association with the predetermined condition.

本発明によれば、必要なWebコンテンツの設定情報のみを記憶領域に記憶することができる。   According to the present invention, only necessary web content setting information can be stored in the storage area.

本発明に係る情報処理システムの全体構成の例の図。The figure of the example of the whole structure of the information processing system which concerns on this invention. 本発明に係るMFPのハードウェア構成の例を示す図。2 is a diagram showing an example of a hardware configuration of an MFP according to the present invention. FIG. 本発明に係るMFPのソフトウェア構成の例を示す図。2 is a diagram showing an example of the software configuration of the MFP according to the present invention. FIG. 本発明に係るアプリケーションの画面の構成例を示す図。The figure which shows the structural example of the screen of the application which concerns on this invention. 本発明に係る初期値判定をする場合の記憶処理のフローチャート。The flowchart of the memory | storage process in the case of making initial value determination based on this invention. 本発明に係る記憶条件判定をする場合の記憶処理のフローチャート。The flowchart of the memory | storage process in the case of determining the memory condition based on this invention. 本発明に係る設定情報変更時の記憶処理のフローチャート。The flowchart of the memory | storage process at the time of the setting information change which concerns on this invention. 本発明に係る設定情報を引き継ぐ場合の記憶処理のフローチャート。The flowchart of the memory | storage process in the case of taking over the setting information which concerns on this invention.

以下、本発明を実施するための形態について図面を用いて説明する。以下に示す実施形態では、本発明に係るWebコンテンツの表示設定の制御システムの一例を説明する。また、本実施形態では、Webコンテンツを表示するクライアント端末として、MFPを例に挙げて説明する。   Hereinafter, embodiments for carrying out the present invention will be described with reference to the drawings. In the embodiment described below, an example of a control system for display setting of Web contents according to the present invention will be described. In the present embodiment, an MFP will be described as an example of a client terminal that displays Web content.

[システム構成]
図1は、本発明を適用可能なシステムの全体構成の例を示す。図1に示すように、MFP110は、イーサネット(登録商標)などからなるLAN100に接続されている。LAN100は、有線/無線は問わず、どのような接続形態であってもよい。また、LAN100、およびWebアプリケーションサーバー120は、外部ネットワークであるインターネット130に接続されている。
[System configuration]
FIG. 1 shows an example of the overall configuration of a system to which the present invention can be applied. As shown in FIG. 1, the MFP 110 is connected to a LAN 100 made of Ethernet (registered trademark) or the like. The LAN 100 may be in any connection form regardless of wired / wireless. The LAN 100 and the Web application server 120 are connected to the Internet 130 that is an external network.

MFP110は、操作部111、スキャナー部112、およびプリンター部113を有する複合機である。本実施形態に係るシステムでは、Webブラウザーを利用してWebアプリケーションの操作画面を表示、操作するクライアント端末としてMFP110を利用する。また、MFP110では、Webアプリケーションからの指示で、プリンター部113を利用してWebアプリケーションから取得した画像を印刷したり、スキャナー部112を利用してスキャンした画像をWebアプリケーションに送信したりできる。なお、本実施形態において、MFP110にはデバイスIDという識別子が割り当てられており、一意に個体を識別できるものとする。   The MFP 110 is a multifunction machine that includes an operation unit 111, a scanner unit 112, and a printer unit 113. In the system according to the present embodiment, the MFP 110 is used as a client terminal that displays and operates an operation screen of a Web application using a Web browser. Further, the MFP 110 can print an image acquired from the Web application using the printer unit 113 or send an image scanned using the scanner unit 112 to the Web application according to an instruction from the Web application. In the present embodiment, an identifier called a device ID is assigned to the MFP 110, and an individual can be uniquely identified.

Webアプリケーションサーバー120は、Webアプリケーションを実行するサーバーである。なお、これらの構成機器の数は一例であり、他の装置が含まれていてもよいし、もしくは、複数台の装置から構成されていてもよい。   The web application server 120 is a server that executes a web application. Note that the number of these component devices is an example, and other devices may be included, or a plurality of devices may be included.

[ハードウェア構成]
図2は、図1に示すMFP110のハードウェア構成の例を示す。操作部111は、タッチパネルディスプレイなどからなり、ユーザーに対して情報の表示や、ユーザーからの入力を受け付ける機能を備える。スキャナー部112は、所定の位置に置かれた原稿上の画像の読み取り動作を行い、画像データを作成する。プリンター部113は、コントローラー部200から受け取った画像データを紙などの記録媒体上に印刷画像として形成する。
[Hardware configuration]
FIG. 2 shows an example of the hardware configuration of the MFP 110 shown in FIG. The operation unit 111 includes a touch panel display and the like, and has a function of displaying information to the user and receiving input from the user. The scanner unit 112 performs an operation of reading an image on a document placed at a predetermined position, and creates image data. The printer unit 113 forms the image data received from the controller unit 200 as a print image on a recording medium such as paper.

コントローラー部200は、操作部111、スキャナー部112、およびプリンター部113と電気的に接続されている一方、LAN100にもネットワークI/F206を介して接続される。これにより、MFP110は、TCP/IP等の通信プロトコルによる通信が可能となっている。コントローラー部200は、CPU201、ROM202、RAM203、HDD204、および操作部I/F205を備える。更にコントローラー部200は、ネットワークI/F206、スキャナーI/F207、画像処理部208、およびプリンターI/F209を備える。コントローラー部200を構成する各部位は、システムバス211を介してそれぞれが通信可能に接続されている。   The controller unit 200 is electrically connected to the operation unit 111, the scanner unit 112, and the printer unit 113, and is also connected to the LAN 100 via the network I / F 206. As a result, the MFP 110 can communicate using a communication protocol such as TCP / IP. The controller unit 200 includes a CPU 201, a ROM 202, a RAM 203, an HDD 204, and an operation unit I / F 205. Further, the controller unit 200 includes a network I / F 206, a scanner I / F 207, an image processing unit 208, and a printer I / F 209. Each part constituting the controller unit 200 is connected to be communicable via a system bus 211.

CPU201は、ROM202に記憶された制御プログラム等に基づいて他の装置からのアクセスを統括的に制御する。また、CPU201は、コントローラー部200内部で行われる各種処理についても統括的に制御する。この制御には、後述のフローチャートを実現するための各種プログラムの実行も含む。ROM202には、自装置のブートプログラムが格納されている。RAM203は、揮発性の記憶部であり、CPU201が動作するためのシステムワークメモリとしてや、画像データを一時記憶するためのメモリとして用いられる。HDD204は、不揮発性の記憶部であり、システムソフトウェアや画像データを格納することが可能である。なお、上述したように、MFPなどの情報処理装置においては、HDDなどの記憶部の容量が少なく、記憶できるデータ(ここでは、設定情報)が制限される構成が想定される。操作部I/F205は、システムバス211と操作部111とを接続するためのインターフェース部である。   The CPU 201 comprehensively controls access from other devices based on a control program stored in the ROM 202. In addition, the CPU 201 comprehensively controls various processes performed in the controller unit 200. This control includes execution of various programs for realizing a flowchart described later. The ROM 202 stores a boot program for its own device. A RAM 203 is a volatile storage unit, and is used as a system work memory for the operation of the CPU 201 and a memory for temporarily storing image data. The HDD 204 is a nonvolatile storage unit and can store system software and image data. As described above, an information processing apparatus such as an MFP is assumed to have a configuration in which the capacity of a storage unit such as an HDD is small, and data (here, setting information) that can be stored is limited. The operation unit I / F 205 is an interface unit for connecting the system bus 211 and the operation unit 111.

ネットワークI/F206は、LAN100及びシステムバス211に接続し、情報の入出力を行う。スキャナーI/F207は、スキャナー部112から受け取った画像データに対して、補正、加工、及び編集を行う。画像処理部208は、画像データの方向変換、画像圧縮、画像伸張などの処理を行う。プリンターI/F209は、画像処理部208から送られた画像データを受け取り、この画像データに付随させられている属性データを参照しながら画像データに画像処理を施し、プリンター部113に出力する。   A network I / F 206 is connected to the LAN 100 and the system bus 211 to input / output information. A scanner I / F 207 corrects, processes, and edits image data received from the scanner unit 112. The image processing unit 208 performs processing such as image data direction conversion, image compression, and image expansion. The printer I / F 209 receives the image data sent from the image processing unit 208, performs image processing on the image data while referring to attribute data attached to the image data, and outputs the image data to the printer unit 113.

[ソフトウェア構成]
図3は、本実施形態に係るMFP110のアプリケーションの構成例を示す。これらのアプリケーションおよびソフトウェアモジュールは、MFP110のHDD204に格納され、CPU201が読み出して実行する。
Software configuration
FIG. 3 shows a configuration example of an application of the MFP 110 according to the present embodiment. These applications and software modules are stored in the HDD 204 of the MFP 110, and read and executed by the CPU 201.

GUIアプリケーション301は、ユーザーにWebコンテンツを含むGUI(Graphical User Interface)を提供するアプリケーションである。   The GUI application 301 is an application that provides a user with a GUI (Graphical User Interface) including Web content.

Webコンテンツ描画アプリケーション302は、Webコンテンツの描画や、設定情報の制御を担うアプリケーションである。Webコンテンツ描画アプリケーション302は、Webコンテンツを描画するためにGUIアプリケーション301から呼び出される。設定情報の具体例としては、表示の拡大/縮小によるズーム倍率や表示の座標位置などが挙げられる。設定情報の詳細については後述する。Webコンテンツ描画アプリケーション302は、以下に示す各処理部を備える。   The web content drawing application 302 is an application responsible for drawing web content and controlling setting information. The web content drawing application 302 is called from the GUI application 301 to draw the web content. Specific examples of the setting information include zoom magnification by display enlargement / reduction, display coordinate position, and the like. Details of the setting information will be described later. The Web content drawing application 302 includes the following processing units.

Webコンテンツ描画部303は、Webコンテンツの描画の処理をするソフトウェアモジュールである。Webコンテンツ描画部303は、必要に応じて、WebView304を呼び出し、Webコンテンツの描画処理を実行させる。WebView304は、Webコンテンツを表示するUIコンポーネントである。WebView304は、Webアプリケーションサーバー120にHTTP(HyperText Transfer Protocol)を用いて要求を送信する。そして、WebView304は、その応答として受信したHTML(Hyper Text Markup Language)文書をレンダリングして操作部111に表示する。WebView304は、Webコンテンツの設定情報が変更された場合に、変更後の設定情報を含むイベント情報を送信する。   The Web content drawing unit 303 is a software module that performs Web content drawing processing. The Web content drawing unit 303 calls the WebView 304 as necessary, and executes Web content drawing processing. A WebView 304 is a UI component that displays Web content. The WebView 304 transmits a request to the Web application server 120 using HTTP (HyperText Transfer Protocol). Then, the WebView 304 renders an HTML (Hyper Text Markup Language) document received as the response and displays it on the operation unit 111. When the Web content setting information is changed, the WebView 304 transmits event information including the changed setting information.

初期値判定部305は、Webコンテンツの設定情報が初期表示時と異なるか否かを判定するソフトウェアモジュールである。設定情報イベント受信部306は、WebView304から送信されるイベント情報を受信するソフトウェアモジュールである。Webコンテンツ存在判定部307は、GUIアプリケーション301がWebコンテンツを表示しているか否かを判定するソフトウェアモジュールである。設定情報変更部308は、ユーザーに設定情報の変更手段を提供するソフトウェアモジュールである。設定情報制御部309は、設定情報の記憶と更新をするソフトウェアモジュールである。条件判定部310は、記憶情報を記憶するか否かを判定するソフトウェアモジュールである。   The initial value determination unit 305 is a software module that determines whether or not Web content setting information is different from that at the time of initial display. The setting information event receiving unit 306 is a software module that receives event information transmitted from the WebView 304. The Web content presence determination unit 307 is a software module that determines whether the GUI application 301 displays Web content. The setting information changing unit 308 is a software module that provides setting information changing means to the user. The setting information control unit 309 is a software module that stores and updates setting information. The condition determination unit 310 is a software module that determines whether to store stored information.

また、MFP110は、Webコンテンツ描画アプリケーション302から利用される、設定情報管理テーブル311、および記憶条件テーブル312を備える。これらのテーブルは、例えば、HDD204に保持される。   The MFP 110 also includes a setting information management table 311 and a storage condition table 312 that are used by the Web content drawing application 302. These tables are held in the HDD 204, for example.

設定情報管理テーブル311は、ユーザー、GUIアプリケーション301、およびWebコンテンツ毎に、Webコンテンツの設定情報を記憶するためのデータベースのテーブルである。表1にデータベースの設定情報管理テーブル311に記録されている情報の構成例を示す。   The setting information management table 311 is a database table for storing Web content setting information for each user, GUI application 301, and Web content. Table 1 shows a configuration example of information recorded in the setting information management table 311 of the database.

Figure 2017069816
Figure 2017069816

ユーザーIDは、Webコンテンツを操作するユーザーを一意に識別するためのID(識別子)を示す。アプリケーションIDは、Webコンテンツを表示するGUIアプリケーション301を一意に識別するためのID(識別子)を示す。WebコンテンツURLは、表示するWebコンテンツのURL(Uniform Resource Locator)を示す。設定情報は、記憶する対象のWebコンテンツの設定情報のバイナリデータを示す。なお、設定情報については、Webコンテンツの内容に応じて、含まれる情報が異なってもよい。   The user ID indicates an ID (identifier) for uniquely identifying the user who operates the Web content. The application ID indicates an ID (identifier) for uniquely identifying the GUI application 301 that displays Web content. The Web content URL indicates the URL (Uniform Resource Locator) of the Web content to be displayed. The setting information indicates binary data of setting information of the Web content to be stored. In addition, about setting information, the information contained may differ according to the content of Web content.

記憶条件テーブル312は、Webコンテンツの設定情報を記憶する条件を記録したデータベースのテーブルである。表2にデータベースの記憶条件テーブル312に記録されている情報の構成例を示す。   The storage condition table 312 is a database table in which conditions for storing Web content setting information are recorded. Table 2 shows a configuration example of information recorded in the storage condition table 312 of the database.

Figure 2017069816
Figure 2017069816

ユーザーIDは、Webコンテンツの設定情報を記憶する条件としての、操作するユーザーを一意に識別するためのIDを示す。アプリケーションIDは、Webコンテンツの設定情報を記憶する条件としての、Webコンテンツを表示しているGUIアプリケーション301を一意に識別するためのIDを示す。WebコンテンツURLは、設定情報を記憶する対象であるWebコンテンツのURLを示し、このURLにより、Webコンテンツが特定される。   The user ID indicates an ID for uniquely identifying an operating user as a condition for storing Web content setting information. The application ID indicates an ID for uniquely identifying the GUI application 301 displaying the Web content as a condition for storing the Web content setting information. The web content URL indicates the URL of the web content for which setting information is stored, and the web content is specified by this URL.

本実施形態において、MFP110の管理者が、予め記憶条件テーブル312に各レコード(条件)を登録しておく。なお、本実施形態では、ユーザーID、アプリケーションID、およびWebコンテンツのURLの全てが一致する場合を記録する条件として設定しているが、これに限定するものでは無い。例えば、ユーザーIDとアプリケーションIDの組み合わせが一致する場合に、設定情報を記憶するようにしてもよい。   In the present embodiment, the administrator of the MFP 110 registers each record (condition) in the storage condition table 312 in advance. In the present embodiment, the case where the user ID, the application ID, and the URL of the Web content all match is set as a recording condition. However, the present invention is not limited to this. For example, the setting information may be stored when the combination of the user ID and the application ID matches.

[GUIアプリケーションの画面構成]
図4は、操作部111に表示されるGUIアプリケーション301の画面構成の例を示す。表示領域401は、GUIアプリケーション301の表示部である。表示領域402は、Webコンテンツ描画アプリケーション302が描画するWebコンテンツの表示部である。つまり、GUIアプリケーション301の画面の一部が、Webコンテンツの表示部として構成されている。
[Screen configuration of GUI application]
FIG. 4 shows an example of the screen configuration of the GUI application 301 displayed on the operation unit 111. A display area 401 is a display unit of the GUI application 301. A display area 402 is a display unit for Web content drawn by the Web content drawing application 302. That is, a part of the screen of the GUI application 301 is configured as a Web content display unit.

部位403は、ユーザーが、Webコンテンツの表示領域402を除く、GUIアプリケーション301の表示領域401の設定情報を変更するためのGUI部品である。部位404は、ユーザーが、Webコンテンツの表示領域402の設定情報を変更するためのGUI部品である。なお、本明細書では、便宜上、部位404を第一の受け付け手段、部位403を第二の受け付け手段とも称する。   A part 403 is a GUI component for the user to change setting information in the display area 401 of the GUI application 301 excluding the display area 402 of the Web content. A part 404 is a GUI component for the user to change the setting information of the display area 402 of the Web content. In the present specification, for convenience, the part 404 is also referred to as a first receiving unit, and the part 403 is also referred to as a second receiving unit.

[処理フロー]
以下に本実施形態に係る表示に係る設定情報の記憶処理について説明する。なお、以下では、4つの処理の例を示すが、これらはそれぞれ排他的なものでは無く、必要に応じてその特徴を組み合わせて処理することが可能であるとする。
[Processing flow]
The setting information storage process related to the display according to the present embodiment will be described below. In addition, although the example of four processes is shown below, these are not exclusive, respectively, and suppose that it can process combining the characteristic as needed.

(初期値判定をする場合の設定情報の記憶処理)
本実施形態に係る、初期値判定をする場合のWebコンテンツの設定情報の記憶処理について説明する。図5は、初期値判定をする場合のWebコンテンツの設定情報の記憶処理を示すフローチャートである。本処理フローは、MFP110のCPU201が、HDD204等に格納された各種プログラムを読み出して実行することにより実現される。
(Setting information storage processing when initial value judgment is performed)
A process for storing Web content setting information in the case where initial value determination is performed according to the present embodiment will be described. FIG. 5 is a flowchart showing a storage process of Web content setting information when initial value determination is performed. This processing flow is realized by the CPU 201 of the MFP 110 reading and executing various programs stored in the HDD 204 or the like.

S501にて、MFP110は、ユーザーのログイン操作によりログイン状態に遷移する。ここでのログイン操作は、例えば、ユーザーIDとパスワードを用いるような一般的な認証処理を行うことで実行されるが、特に限定するものでは無い。   In S501, the MFP 110 transitions to a login state by a user login operation. The login operation here is executed by performing a general authentication process using, for example, a user ID and a password, but is not particularly limited.

S502にて、GUIアプリケーション301は、Webコンテンツ描画アプリケーション302を呼び出し、更に、Webコンテンツ描画アプリケーション302がWebコンテンツ描画部303を呼び出す。更に、Webコンテンツ描画部303は、WebView304を呼び出し、Webコンテンツの設定情報の初期値を取得する。   In step S <b> 502, the GUI application 301 calls the web content drawing application 302, and the web content drawing application 302 calls the web content drawing unit 303. Further, the web content drawing unit 303 calls the web view 304 and acquires the initial value of the web content setting information.

S503にて、Webコンテンツ描画アプリケーション302は、設定情報制御部309を呼び出し、設定情報管理テーブル311に対して検索を行う。設定情報制御部309は、設定情報管理テーブル311の中から、ログインしている操作ユーザーのユーザーID、GUIアプリケーション301のアプリケーションID、およびWebコンテンツのURLと一致するレコードを検索する。検索の結果、一致するレコードが存在するとして検出された場合は(S503にてYES)、S504に遷移する。一致するレコードが存在しない場合は(S503にてNO)、S505に遷移する。   In step S <b> 503, the Web content drawing application 302 calls the setting information control unit 309 and searches the setting information management table 311. The setting information control unit 309 searches the setting information management table 311 for a record that matches the user ID of the logged-in operating user, the application ID of the GUI application 301, and the URL of the Web content. As a result of the search, if it is detected that a matching record exists (YES in S503), the process proceeds to S504. If there is no matching record (NO in S503), the process proceeds to S505.

S504にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出す。WebView304は、設定情報管理テーブル311に存在していたレコードから取得された設定情報を使用して、Webコンテンツを描画する。その後、S506へ遷移する。   In step S504, the Web content drawing application 302 calls the Web content drawing unit 303, and the Web content drawing unit 303 calls the WebView 304. The WebView 304 uses the setting information acquired from the records that existed in the setting information management table 311 to render Web content. Thereafter, the process proceeds to S506.

S505にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出す。WebView304は、Webコンテンツを描画する。このとき、S504の処理とは異なり、WebView304は、S502にて取得した設定情報の初期値にてWebコンテンツを描画する。   In step S <b> 505, the web content drawing application 302 calls the web content drawing unit 303, and further the web content drawing unit 303 calls WebView 304. WebView 304 renders Web content. At this time, unlike the processing in S504, the WebView 304 renders the Web content with the initial value of the setting information acquired in S502.

S506にて、設定情報変更部308は、ユーザーからの設定情報の変更を受け付ける。なお、ここでの設定情報の変更は必ずしも行われるものではなく、ユーザー操作があった場合にのみ受け付けが行われる。   In step S506, the setting information change unit 308 receives a change in setting information from the user. Note that the setting information here is not necessarily changed, and is accepted only when there is a user operation.

S507にて、MFP110は、ユーザーのログアウト操作により、ログアウト状態に遷移する。ログアウト操作は、例えば、画面上でユーザーによりログアウトボタン(不図示)を押下されることによってなされ、これによりログアウト処理が実行されるが、特に限定するものでは無い。   In S507, the MFP 110 transitions to a logout state by a user logout operation. The logout operation is performed, for example, when the user presses a logout button (not shown) on the screen, thereby executing logout processing, but is not particularly limited.

S508にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出し、最新のWebコンテンツの設定情報を取得する。ここでの最新のWebコンテンツの設定情報とは、S506にてユーザーにより変更がなされた設定情報が該当する。Webコンテンツ描画アプリケーション302は、初期値判定部305を呼び出し、S502で取得したWebコンテンツの設定情報の初期値と、最新のWebコンテンツの設定情報を比較する。比較した結果、設定情報が異なる場合は(S508にてYES)、S508に遷移する。設定情報が同一である場合は(S508にてNO)、本処理フローを終了する。   In step S <b> 508, the web content drawing application 302 calls the web content drawing unit 303, and the web content drawing unit 303 calls the web view 304 to obtain the latest web content setting information. The latest Web content setting information here corresponds to the setting information changed by the user in S506. The Web content drawing application 302 calls the initial value determination unit 305 and compares the initial value of the Web content setting information acquired in S502 with the latest Web content setting information. If the setting information is different as a result of the comparison (YES in S508), the process proceeds to S508. If the setting information is the same (NO in S508), the process flow ends.

S509にて、Webコンテンツ描画アプリケーション302は、設定情報制御部309を呼び出す。設定情報制御部309は、ユーザーID、GUIアプリケーション301のアプリケーションID、およびWebコンテンツのURLをキーにして、これらに最新のWebコンテンツの設定情報を対応付けて設定情報管理テーブル311に登録する。すでに同じキーのレコードが設定情報管理テーブル311内に存在する場合は、設定情報制御部309は、該当レコードの設定情報を上書きして更新する。その後、本処理フローを終了する。   In step S509, the Web content drawing application 302 calls the setting information control unit 309. The setting information control unit 309 registers the latest Web content setting information in the setting information management table 311 with the user ID, the application ID of the GUI application 301, and the Web content URL as keys. If a record with the same key already exists in the setting information management table 311, the setting information control unit 309 updates the setting information of the corresponding record by overwriting. Thereafter, this processing flow ends.

(記憶条件判定をする場合の設定情報の記憶処理)
本実施形態に係る、記憶条件判定をする場合のWebコンテンツの設定情報の記憶処理について説明する。図6は、記憶条件判定をする場合のWebコンテンツの設定情報の記憶処理を示すフローチャートである。本処理フローは、MFP110のCPU201が、HDD204等に格納された各種プログラムを読み出して実行することにより実現される。
(Storage processing of setting information when determining storage conditions)
A storage process of Web content setting information when determining storage conditions according to the present embodiment will be described. FIG. 6 is a flowchart showing a storage process of Web content setting information when the storage condition is determined. This processing flow is realized by the CPU 201 of the MFP 110 reading and executing various programs stored in the HDD 204 or the like.

S601にて、MFP110は、ユーザーのログイン操作により、ログイン状態に遷移する。ログイン操作については、図5のS501と同様であるとする。   In step S601, the MFP 110 transitions to a login state by a user login operation. The login operation is assumed to be the same as S501 in FIG.

S602にて、GUIアプリケーション301は、Webコンテンツ描画アプリケーション302を呼び出し、更に、Webコンテンツ描画アプリケーション302は、設定情報制御部309を呼び出す。設定情報制御部309は、設定情報管理テーブル311に対して検索を行う。設定情報制御部309は、設定情報管理テーブル311の中から、ログインしている操作ユーザーのユーザーID、GUIアプリケーション301のアプリケーションID、およびWebコンテンツのURLと一致するレコードを検索する。一致するレコードが存在する場合は(S602にてYES)、S603に遷移する。一致するレコードが存在しない場合は(S602にてNO)、S604に遷移する。   In step S <b> 602, the GUI application 301 calls the web content drawing application 302, and the web content drawing application 302 calls the setting information control unit 309. The setting information control unit 309 searches the setting information management table 311. The setting information control unit 309 searches the setting information management table 311 for a record that matches the user ID of the logged-in operating user, the application ID of the GUI application 301, and the URL of the Web content. If there is a matching record (YES in S602), the process proceeds to S603. If there is no matching record (NO in S602), the process proceeds to S604.

S603にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出す。WebView304は、設定情報管理テーブル311に存在していたレコードから取得された設定情報を使用して、Webコンテンツを描画する。その後、S605へ遷移する。   In step S <b> 603, the web content drawing application 302 calls the web content drawing unit 303, and the web content drawing unit 303 calls the WebView 304. The WebView 304 uses the setting information acquired from the records that existed in the setting information management table 311 to render Web content. Thereafter, the process proceeds to S605.

S604にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出す。WebView304は、Webコンテンツを描画する。このとき、S603の処理とは異なり、WebView304は、Webコンテンツの初期値にてWebコンテンツを描画する。   In step S <b> 604, the web content drawing application 302 calls the web content drawing unit 303, and the web content drawing unit 303 calls the WebView 304. WebView 304 renders Web content. At this time, unlike the processing of S603, the WebView 304 renders the Web content with the initial value of the Web content.

S605にて、設定情報変更部308は、ユーザーからの設定情報の変更を受け付ける。なお、ここでの設定情報の変更は必ずしも行われるものではなく、ユーザー操作があった場合に受け付けが行われる。   In step S605, the setting information change unit 308 receives a change in setting information from the user. Here, the setting information is not necessarily changed, but is accepted when a user operation is performed.

S606にて、MFP110は、ユーザーのログアウト操作により、ログアウト状態に遷移する。ログアウト操作については、図5のS507と同様であるとする。   In S606, MFP 110 transitions to a logout state by a user logout operation. The logout operation is the same as S507 in FIG.

S607にて、Webコンテンツ描画アプリケーション302は、条件判定部310を呼び出す。条件判定部310は、記憶条件テーブル312に対して、S606にてログアウト操作を行った操作ユーザーのユーザーID、GUIアプリケーション301のアプリケーションID、およびWebコンテンツのURLと一致するレコードを検索する。一致するレコードが存在する場合は(S607にてYES)、S607に遷移する。一致するレコードが存在しない場合は(S607にてNO)、本処理フローを終了する。   In step S <b> 607, the web content drawing application 302 calls the condition determination unit 310. The condition determination unit 310 searches the storage condition table 312 for a record that matches the user ID of the operating user who performed the logout operation in S606, the application ID of the GUI application 301, and the URL of the Web content. If there is a matching record (YES in S607), the process proceeds to S607. If there is no matching record (NO in S607), the process flow ends.

S608にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出す。WebView304は、最新のWebコンテンツの設定情報を取得する。ここでの最新のWebコンテンツの設定情報とは、S605にてユーザーにより変更がなされた設定情報が該当する。更に、Webコンテンツ描画アプリケーション302は、設定情報制御部309を呼び出す。設定情報制御部309は、ユーザーID、GUIアプリケーション301のアプリケーションID、およびWebコンテンツのURLをキーにして、最新のWebコンテンツの設定情報を設定情報管理テーブル311に登録する。すでに同じキーのレコードが存在する場合は、設定情報制御部309は、該当レコードの設定情報を上書きして更新する。その後、本処理フローを終了する。   In step S <b> 608, the web content drawing application 302 calls the web content drawing unit 303, and the web content drawing unit 303 calls the WebView 304. The WebView 304 acquires the latest Web content setting information. The latest Web content setting information here corresponds to the setting information changed by the user in S605. Further, the Web content drawing application 302 calls the setting information control unit 309. The setting information control unit 309 registers the latest Web content setting information in the setting information management table 311 using the user ID, the application ID of the GUI application 301, and the URL of the Web content as keys. If a record with the same key already exists, the setting information control unit 309 overwrites and updates the setting information of the corresponding record. Thereafter, this processing flow ends.

(設定情報変更時に記憶する場合の設定情報の記憶処理)
本実施形態に係る、設定情報変更時に記憶する場合のWebコンテンツの設定情報の記憶処理について説明する。図7は、設定情報変更時に記憶する場合のWebコンテンツの設定情報の記憶処理を示すフローチャートである。本処理フローは、MFP110のCPU201が、HDD204等に格納された各種プログラムを読み出して実行することにより実現される。
(Storing processing of setting information when storing when changing setting information)
A process for storing Web content setting information when storing the setting information when the setting information is changed will be described. FIG. 7 is a flowchart showing the storage processing of the Web content setting information when it is stored when the setting information is changed. This processing flow is realized by the CPU 201 of the MFP 110 reading and executing various programs stored in the HDD 204 or the like.

S701にて、Webコンテンツ描画アプリケーション302は、WebView304から送信されるイベント情報を、設定情報イベント受信部306が受信するように設定する。ここでの設定処理については、例えば、イベント発生を受信するためのリスナを登録しておくことで可能となる。S702〜S705はそれぞれ、S601〜S604と同様の処理であるため、ここでの説明は省略する。S704もしくはS705の処理の後、S706へ進む。   In step S <b> 701, the web content drawing application 302 sets the event information transmitted from the web view 304 so that the setting information event reception unit 306 receives the event information. The setting process here can be performed, for example, by registering a listener for receiving event occurrence. Since S702 to S705 are the same processes as S601 to S604, respectively, description thereof will be omitted. After the process of S704 or S705, the process proceeds to S706.

S706にて、設定情報変更部308は、操作ユーザーからWebコンテンツの設定情報の変更を受け付けたか否かを判定する。設定情報が変更された場合(S706にてYES)、WebView304は、設定情報イベント受信部306に、Webコンテンツの設定情報が変更されたことを示すイベント情報を送信する。そして、設定情報イベント受信部306は、WebView304から送信されたイベント情報を受信する。また、Webコンテンツの設定情報が変更された場合(S706にてYES)、S707に遷移する。Webコンテンツの設定情報が変更されていない場合(S706にてNO)、本処理フローを終了する。   In step S <b> 706, the setting information change unit 308 determines whether a change in Web content setting information has been received from the operation user. If the setting information has been changed (YES in S706), WebView 304 transmits event information indicating that the setting information of the Web content has been changed to setting information event reception unit 306. The setting information event receiving unit 306 receives event information transmitted from the WebView 304. If the Web content setting information has been changed (YES in S706), the process proceeds to S707. If the Web content setting information has not been changed (NO in S706), the process flow ends.

S707にて、設定情報イベント受信部306は、設定情報制御部309を呼び出す。設定情報制御部309は、ログインしている操作ユーザーのユーザーID、GUIアプリケーション301のアプリケーションID、およびWebコンテンツのURLをキーにして、WebView304から送信されたイベント情報に含まれる、変更後のWebコンテンツの設定情報を設定情報管理テーブル311に登録する。すでに同じキーのレコードが存在する場合は、設定情報制御部309は、該当レコードの設定情報を更新する。その後、本処理フローを終了する。   In S707, the setting information event reception unit 306 calls the setting information control unit 309. The setting information control unit 309 uses the user ID of the logged-in operation user, the application ID of the GUI application 301, and the URL of the Web content as keys, and the changed Web content included in the event information transmitted from the WebView 304 Are registered in the setting information management table 311. If a record with the same key already exists, the setting information control unit 309 updates the setting information of the corresponding record. Thereafter, this processing flow ends.

(設定情報の引き継ぎを行う場合の設定情報の記憶処理)
本実施形態に係る、GUIアプリケーション301(親)からWebコンテンツ(子)に設定情報を引き継ぐ場合のWebコンテンツの設定情報の記憶処理について説明する。前提として、GUIアプリケーション301を親と定義し、GUIアプリケーション301の表示領域(具体的には、図4の表示領域401)の中に描画するWebコンテンツを子と定義する。
(Setting information storage processing when setting information is inherited)
A process for storing setting information of Web content when the setting information is transferred from the GUI application 301 (parent) to the Web content (child) according to the present embodiment will be described. As a premise, the GUI application 301 is defined as a parent, and Web content to be rendered in the display area (specifically, the display area 401 in FIG. 4) of the GUI application 301 is defined as a child.

図8は、GUIアプリケーション301からWebコンテンツに設定情報を引き継ぐ場合のWebコンテンツの設定情報の記憶処理を示したフローチャートである。本処理フローは、MFP110のCPU201が、HDD204等に格納された各種プログラムを読み出して実行することにより実現される。   FIG. 8 is a flowchart showing the storage processing of the web content setting information when the GUI application 301 takes over the setting information from the GUI content. This processing flow is realized by the CPU 201 of the MFP 110 reading and executing various programs stored in the HDD 204 or the like.

S801にて、MFP110は、ユーザーのログイン操作により、ログイン状態に遷移する。ログイン操作については、図5のS501と同様であるとする。   In step S801, the MFP 110 transitions to a login state by a user login operation. The login operation is assumed to be the same as S501 in FIG.

S802にて、GUIアプリケーション301は、Webコンテンツ描画アプリケーション302を呼び出す。呼び出す際に、Webコンテンツ描画アプリケーション302にGUIアプリケーション301の設定情報が渡される。Webコンテンツ描画アプリケーション302は、Webコンテンツ存在判定部307を呼び出し、Webコンテンツ存在判定部307は、GUIアプリケーション301の表示領域にてWebコンテンツを表示しているか否かを判定する。Webコンテンツを表示している場合(S802にてYES)、S803に遷移する。Webコンテンツを表示していない場合(S802にてNO)、S804に遷移する。   In step S <b> 802, the GUI application 301 calls the web content drawing application 302. When calling, setting information of the GUI application 301 is passed to the Web content drawing application 302. The web content drawing application 302 calls the web content presence determination unit 307, and the web content presence determination unit 307 determines whether the web content is displayed in the display area of the GUI application 301. If Web content is being displayed (YES in S802), the process proceeds to S803. If the Web content is not displayed (NO in S802), the process proceeds to S804.

S803にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出す。WebView304は、S802にてWebコンテンツ描画アプリケーション302が取得したGUIアプリケーション301の設定情報を使用して、Webコンテンツを描画する。その後、S804に遷移する。このとき、GUIアプリケーション301の設定情報にて指定されていない設定については、Webコンテンツの初期値を用いて表示を行うようにしてもよい。   In step S803, the web content drawing application 302 calls the web content drawing unit 303, and the web content drawing unit 303 calls the web view 304. The WebView 304 renders the Web content using the setting information of the GUI application 301 acquired by the Web content rendering application 302 in S802. Then, the process proceeds to S804. At this time, settings that are not specified in the setting information of the GUI application 301 may be displayed using the initial value of the Web content.

S804にて、設定情報変更部308は、ユーザーから設定情報の変更を受け付ける。なお、ここでの設定情報の変更は必ずしも行われるものではなく、ユーザー操作があった場合に受け付けが行われる。また、ここでの設定変更は、図4に示したWebコンテンツを表示する表示領域402に対する、部位404を用いた設定変更に限定するものではない。つまり、ここでの設定情報の変更は、GUIアプリケーション301の画面の表示領域401に対する、部位403を用いた設定変更を反映するようにしてもよい。   In step S804, the setting information changing unit 308 receives a setting information change from the user. Here, the setting information is not necessarily changed, but is accepted when a user operation is performed. The setting change here is not limited to the setting change using the part 404 for the display area 402 for displaying the Web content shown in FIG. That is, the change of the setting information here may reflect the setting change using the part 403 for the display area 401 of the screen of the GUI application 301.

S805にて、MFP110は、ユーザーのログアウト操作により、ログアウト状態に遷移する。ログアウト操作については、図5のS507と同様であるとする。   In step S805, the MFP 110 transitions to a logout state by a user logout operation. The logout operation is the same as S507 in FIG.

S806にて、Webコンテンツ描画アプリケーション302は、Webコンテンツ描画部303を呼び出し、更に、Webコンテンツ描画部303は、WebView304を呼び出し、最新のWebコンテンツの設定情報を取得する。ここでの最新のWebコンテンツの設定情報とは、S804にてユーザーにより変更がなされた設定情報が該当する。また、Webコンテンツ描画アプリケーション302は、設定情報制御部309を呼び出す。設定情報制御部309は、S805にてログアウト操作を行ったユーザーID、GUIアプリケーション301のアプリケーションID、およびWebコンテンツのURLをキーにして、最新のWebコンテンツの設定情報を設定情報管理テーブル311に登録する。すでに同じキーのレコードが存在する場合は、設定情報制御部309は、該当レコードの設定情報を更新する。その後、本処理フローを終了する。   In step S806, the web content drawing application 302 calls the web content drawing unit 303, and the web content drawing unit 303 calls the web view 304 to acquire the latest web content setting information. Here, the latest Web content setting information corresponds to the setting information changed by the user in S804. Further, the Web content drawing application 302 calls the setting information control unit 309. The setting information control unit 309 registers the latest Web content setting information in the setting information management table 311 using the user ID that performed the logout operation in S805, the application ID of the GUI application 301, and the URL of the Web content as keys. To do. If a record with the same key already exists, the setting information control unit 309 updates the setting information of the corresponding record. Thereafter, this processing flow ends.

なお、図8に示す処理フローでは、GUIアプリケーション301の画面の一部に表示されたWebコンテンツに対して、一律に設定情報を引き継ぐ構成としたが、これに限定するものではない。例えば、MFPが備えるGUIアプリケーションと所定のWebコンテンツとを親子関係として対応付けて定義しておく。そして、Webコンテンツの描画の際に、定義された親子関係が成り立つ場合にのみ、親であるGUIアプリケーションの画面の表示の設定情報を、子であるWebコンテンツの描画の設定情報として引き継ぐようにしてもよい。   In the processing flow shown in FIG. 8, the configuration information is uniformly inherited for the Web content displayed on a part of the screen of the GUI application 301. However, the present invention is not limited to this. For example, a GUI application provided in the MFP and a predetermined Web content are defined in association with each other as a parent-child relationship. Then, only when the defined parent-child relationship is established at the time of rendering the Web content, the setting information for displaying the screen of the parent GUI application is inherited as the setting information for rendering the Web content that is the child. Also good.

本実施形態によれば、Webコンテンツの種類や状態に関する条件を設けることで、条件に一致する、必要なWebコンテンツの設定情報のみを記憶することが可能となる。その結果、記憶領域の容量が少なく制限があることが想定されるMFPなどの情報処理装置であっても、その記憶領域の消費を抑えることができる。   According to the present embodiment, by providing conditions regarding the type and state of the Web content, it is possible to store only necessary Web content setting information that matches the conditions. As a result, even in an information processing apparatus such as an MFP that is assumed to have a limited storage area capacity, consumption of the storage area can be suppressed.

<その他の実施形態>
本発明は、上述の実施形態の1以上の機能を実現するプログラムを、ネットワーク又は記憶媒体を介してシステム又は装置に供給し、そのシステム又は装置のコンピュータにおける1つ以上のプロセッサーがプログラムを読出し実行する処理でも実現可能である。また、1以上の機能を実現する回路(例えば、ASIC)によっても実現可能である。
<Other embodiments>
The present invention supplies a program that realizes one or more functions of the above-described embodiments to a system or apparatus via a network or a storage medium, and one or more processors in a computer of the system or apparatus read and execute the program This process can be realized. It can also be realized by a circuit (for example, ASIC) that realizes one or more functions.

110:MFP、301:GUIアプリケーション、302:Webコンテンツ描画アプリケーション、303:Webコンテンツ描画部、304:WebView、308:設定情報変更部、309:設定情報制御部、310:条件判定部、311:設定情報管理テーブル、312:記憶条件テーブル 110: MFP, 301: GUI application, 302: Web content drawing application, 303: Web content drawing unit, 304: WebView, 308: Setting information changing unit, 309: Setting information control unit, 310: Condition determining unit, 311: Setting Information management table, 312: Storage condition table

Claims (12)

表示部に画面を表示するアプリケーションを備える情報処理装置であって、
前記アプリケーションの要求に応じて、当該アプリケーションの画面の一部を構成するWebコンテンツの描画を行う描画手段と、
前記描画手段による描画の設定情報を記憶する記憶手段と、
前記記憶手段にて記憶されるべき設定情報を、所定の条件に基づいて判定する判定手段と
を有し、
前記記憶手段は、前記判定手段により記憶されるべき設定情報であると判定された設定情報を、前記所定の条件に対応付けて記憶することを特徴とする情報処理装置。
An information processing apparatus including an application for displaying a screen on a display unit,
In response to a request from the application, a drawing unit that draws a Web content constituting a part of the screen of the application;
Storage means for storing setting information of drawing by the drawing means;
Determination means for determining setting information to be stored in the storage means based on a predetermined condition;
The information processing apparatus, wherein the storage unit stores setting information determined to be setting information to be stored by the determination unit in association with the predetermined condition.
前記所定の条件を定義した情報を保持する保持手段を更に有することを特徴とする請求項1に記載の情報処理装置。   The information processing apparatus according to claim 1, further comprising a holding unit that holds information defining the predetermined condition. 前記所定の条件として、前記アプリケーションにログインしているユーザー、前記アプリケーション、および、前記描画手段が描画するWebコンテンツの少なくとも一つが指定されていることを特徴とする請求項2に記載の情報処理装置。   The information processing apparatus according to claim 2, wherein at least one of a user who is logged in to the application, the application, and Web content to be drawn by the drawing unit is specified as the predetermined condition. . Webコンテンツの描画の設定情報の変更をユーザーから受け付ける第一の受け付け手段を更に有することを特徴とする請求項1乃至3のいずれか一項に記載の情報処理装置。   The information processing apparatus according to any one of claims 1 to 3, further comprising a first receiving unit that receives a change in setting information for drawing of Web content from a user. 前記判定手段は、前記描画手段によるWebコンテンツの描画の設定情報が、前記第一の受け付け手段を介して当該Webコンテンツの描画の初期値から変更された場合に、当該変更された設定情報を前記記憶手段にて記憶されるべき設定情報であると判定することを特徴とする請求項4に記載の情報処理装置。   When the setting information for rendering the Web content by the rendering unit is changed from the initial value for rendering the Web content via the first receiving unit, the determination unit displays the changed setting information. The information processing apparatus according to claim 4, wherein the information processing apparatus determines that the setting information is to be stored in a storage unit. 前記判定手段および前記記憶手段は、前記描画手段によるWebコンテンツの描画の設定情報が、前記第一の受け付け手段を介して変更された際に、処理を行うことを特徴とする請求項4に記載の情報処理装置。   The said determination means and the said memory | storage means perform a process, when the setting information of drawing of the web content by the said drawing means is changed via said 1st reception means. Information processing device. 前記判定手段および前記記憶手段は、ユーザーが前記アプリケーションに対してログアウト処理を行った際に、処理を行うことを特徴とする請求項1乃至5のいずれか一項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the determination unit and the storage unit perform processing when a user performs logout processing on the application. 前記所定の条件を満たす設定情報を前記記憶手段から検索する検索手段を更に有し、
前記描画手段は、前記検索手段にて検出された設定情報を用いて前記Webコンテンツの描画を行うことを特徴とする請求項1乃至7のいずれか一項に記載の情報処理装置。
A search unit that searches the storage unit for setting information that satisfies the predetermined condition;
The information processing apparatus according to claim 1, wherein the drawing unit draws the Web content using setting information detected by the search unit.
前記描画手段は、前記アプリケーションの画面の表示の設定情報を用いて、前記Webコンテンツの描画を行うことを特徴とする請求項1乃至7のいずれか一項に記載の情報処理装置。   The information processing apparatus according to claim 1, wherein the drawing unit performs drawing of the Web content using setting information of display of the application screen. 前記アプリケーションの画面の表示の設定情報の変更をユーザーから受け付ける第二の受け付け手段を更に有することを特徴とする請求項9に記載の情報処理装置。   The information processing apparatus according to claim 9, further comprising second receiving means for receiving a change in display setting information of the application screen from a user. 表示部に画面を表示するアプリケーションを備える情報処理装置の制御方法であって、
前記アプリケーションの要求に応じて、当該アプリケーションの画面の一部を構成するWebコンテンツの描画を行う描画工程と、
前記描画工程による描画の設定情報を記憶部に記憶する記憶工程と、
前記記憶工程にて記憶されるべき設定情報を、所定の条件に基づいて判定する判定工程と
を有し、
前記記憶工程において、前記判定工程にて記憶されるべき設定情報であると判定された設定情報を、前記所定の条件に対応付けて前記記憶部に記憶することを特徴とする制御方法。
A method for controlling an information processing apparatus including an application for displaying a screen on a display unit,
A drawing step of drawing a Web content constituting a part of the screen of the application in response to a request of the application;
A storage step of storing, in a storage unit, drawing setting information by the drawing step;
A determination step of determining setting information to be stored in the storage step based on a predetermined condition;
In the storage step, the setting information determined to be the setting information to be stored in the determination step is stored in the storage unit in association with the predetermined condition.
コンピュータを、
アプリケーションの要求に応じて、当該アプリケーションの画面の一部を構成するWebコンテンツの描画を行う描画手段、
前記描画手段による描画の設定情報を記憶する記憶手段、
前記記憶手段にて記憶されるべき設定情報を、所定の条件に基づいて判定する判定手段
として機能させ、
前記記憶手段は、前記判定手段により記憶されるべき設定情報であると判定された設定情報を、前記所定の条件に対応付けて記憶することを特徴とするプログラム。
Computer
A drawing means for drawing a Web content constituting a part of the screen of the application in response to a request of the application;
Storage means for storing setting information of drawing by the drawing means;
The setting information to be stored in the storage unit is caused to function as a determination unit that determines based on a predetermined condition,
The storage unit stores setting information determined to be setting information to be stored by the determination unit in association with the predetermined condition.
JP2015194399A 2015-09-30 2015-09-30 Information processing device and control method therefor, and program Pending JP2017069816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2015194399A JP2017069816A (en) 2015-09-30 2015-09-30 Information processing device and control method therefor, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2015194399A JP2017069816A (en) 2015-09-30 2015-09-30 Information processing device and control method therefor, and program

Publications (1)

Publication Number Publication Date
JP2017069816A true JP2017069816A (en) 2017-04-06

Family

ID=58495520

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2015194399A Pending JP2017069816A (en) 2015-09-30 2015-09-30 Information processing device and control method therefor, and program

Country Status (1)

Country Link
JP (1) JP2017069816A (en)

Similar Documents

Publication Publication Date Title
US9819751B2 (en) Information processing system, method of processing information, information processing apparatus, and program
US10681232B2 (en) Image processing apparatus, method for controlling the same, and storage medium
JP2015022651A (en) Document management system and program
JP2014102816A (en) Setting support device, setting support system, and setting support method
US10469709B2 (en) Devices, systems, and methods for controlling a link with a storage server
US11036819B2 (en) Information processing apparatus, method for controlling the same, and storage medium
US10552094B2 (en) Printing apparatus and method of connecting to remote print service
JP2012173801A (en) Communication apparatus, control method thereof, and program
JP2015156209A (en) information processing system
JP2014002619A (en) Information processing device, and control method and program thereof
US10686893B2 (en) Mediation server registering identification information for first communication apparatus and performing mediation communication between service provider server and second communication apparatus
US20150278448A1 (en) Method And Apparatus For Synchronizing A Clinical Context Across Applications
US10044814B2 (en) Information processing terminal and control method for processing both service searched on network and service provided via site
JP2018077598A (en) Electronic device, program and information processing system
JP2017069816A (en) Information processing device and control method therefor, and program
JP2021018805A (en) Cloud system, information processing system, and user registration method
JP2016143370A (en) Information processing device, information processing system, and program
JP6759791B2 (en) Information processing equipment, programs, information processing systems and display control methods
JP2015090551A (en) Information processing system, proxy device, information processing method, and program
JP2015114941A (en) Output control server and output system
JP5619245B2 (en) Information processing apparatus, information processing apparatus control method, and program
US11909926B2 (en) Information processing apparatus using cloud, control method therefor, storage medium storing control program therefor, and information processing system, that obtain and store additional print setting information not included in a tenant server that stores print setting information
JP2019071508A5 (en)
JP2019006087A (en) Image processing apparatus, control method thereof, and program
JP2017175414A (en) Image processing server, data transmission program and sorting device