| 例文 |
managed beanの部分一致の例文一覧と使い方
該当件数 : 38件
Understanding Scope and Managed Beans 例文帳に追加
スコープと管理 Bean - NetBeans
In the Add Managed Bean dialog, type NumberBean for the Bean Name and tutorial.NumberBean for the Bean Class. 例文帳に追加
「管理対象 Bean を追加」ダイアログで「Bean 名」に「NumberBean」と入力し、「Bean クラス」に「tutorial.NumberBean」と入力します。 - NetBeans
Adding Properties to Managed Beans 例文帳に追加
管理 Bean へのプロパティーの追加 - NetBeans
Understanding Scope and Managed Beans - NetBeans IDE 6.5 Tutorial 例文帳に追加
スコープと管理 Bean - NetBeans IDE 6.5 チュートリアル - NetBeans
Understanding Scope and Managed Beans - NetBeans IDE 6.1 Tutorial 例文帳に追加
スコープと管理 Bean - NetBeans IDE 6.1 チュートリアル - NetBeans
The code clips do not appear for managed bean source files, such as the source file for an application bean or a request bean. 例文帳に追加
アプリケーション Bean や要求 Bean のソースファイルなど、管理 Bean のソースファイル用のコードクリップが表示されません。 - NetBeans
The web application instantiates a managed bean the first time within that bean's scope that a page accesses a property in the managed bean. 例文帳に追加
はじめてページが管理 Bean のプロパティーにアクセスするときに、Web アプリケーションは、管理 Bean をその Bean スコープ内でインスタンス化します。 - NetBeans
See Understanding Scope and Managed Beans 例文帳に追加
スコープと管理 Bean を参照してください。 - NetBeans
Type the File Name of the new managed bean and click Finish.The new managed bean appears in the Projects window under the Source Packages node. 例文帳に追加
新しい管理 Bean のファイル名を入力し、「完了」をクリックします。 新しい管理 Bean は、「プロジェクト」ウィンドウの「ソースパッケージ」ノードの下に表示されます。 - NetBeans
managed bean elements, converter elements and navigation rules for the class in faces-config.xml 例文帳に追加
faces-config.xml 内にクラスの管理対象 Bean 要素、コンバータ要素、およびナビゲーション規則 - NetBeans
managed bean elements, converter elements and navigation rules for the entity in faces-config.xml 例文帳に追加
faces-config.xml 内にクラスの管理対象 Bean 要素、コンバータ要素、およびナビゲーション規則 - NetBeans
Right-click in the file and choose JavaServer Faces Add Managed Bean,as shown below:例文帳に追加
ファイル内で右クリックし、次に示すように「JavaServer Faces」「管理対象 Bean を追加」を選択します。 - NetBeans
Note that once a project has been migrated, the IDE registers the managed-bean entry of new pages to faces-config.xml, not to managed-beans. xml as was done in Sun Java Studio Creator and in NetBeans 5.5.例文帳に追加
プロジェクトが移行されると、Sun Java Studio Creator および NetBeans 5.5 で行なっていたように、IDE は新しいページの管理対象 Bean を managed-beans.xml ではなく faces-config.xml に登録します。 - NetBeans
You can also bind these properties to managed bean properties and data provider fields. 例文帳に追加
これらのプロパティーを管理 Bean のプロパティーやデータプロバイダのフィールドにバインドすることもできます。 - NetBeans
The following figure shows the Navigator window with the default managed beans. 例文帳に追加
次の図に、デフォルトの管理 Bean を持つ「ナビゲータ」ウィンドウを示します。 - NetBeans
The following figure shows the Outline window with the default managed beans. 例文帳に追加
次の図に、デフォルトの管理 Bean を持つ「アウトライン」ウィンドウを示します。 - NetBeans
Use the Bind to an Object tab to bind to a page property or a managed bean property. 例文帳に追加
「オブジェクトにバインド」タブを使用すると、ページのプロパティーまたは管理 Bean のプロパティーにバインドできます。 - NetBeans
Complete the following steps to add the properties to the managed beans. 例文帳に追加
次の手順を行うことにより、管理 Bean にプロパティーを追加します。 - NetBeans
The technique for preserving user session data is to save the data in properties of the managed bean SessionBean1, which is in session scope. 例文帳に追加
ユーザーセッションデータを保存するには、セッションスコープ内にある、管理 Bean の SessionBean1 のプロパティーにデータを保存します。 - NetBeans
To add a property to one of these managed beans, you double-click the bean in the Navigator window and type the property declaration in the source code. 例文帳に追加
これらの管理 Bean のいずれかにプロパティーを追加するには、「ナビゲータ」ウィンドウで Bean をダブルクリックし、ソースコードにプロパティー宣言を入力します。 - NetBeans
To add a property to one of these managed beans, you right-click the bean in the Outline window and choose Add Property from the pop-up menu. 例文帳に追加
これらの管理 Bean のいずれかにプロパティーを追加するには、「アウトライン」ウィンドウで Bean を右クリックし、ポップアップメニューから「追加」「プロパティー」を選択します。 - NetBeans
Use the Bind to Data Provider tab to bind to any data provider that you have added to the page or a managed bean. 例文帳に追加
「データプロバイダにバインド」タブを使用すると、ページまたは管理 Bean に追加した任意のデータプロバイダにバインドできます。 - NetBeans
The Property Bindings dialog box enables you to bind any of the component's properties to a managed bean property or a data provider field. 例文帳に追加
「プロパティーのバインド」ダイアログでは、コンポーネントの任意のプロパティーを管理 Bean のプロパティーまたはデータプロバイダのフィールドにバインドできます。 - NetBeans
You can also bind the url property to a managed bean property or to a data provider field that returns the path to the URL in String format. 例文帳に追加
また、「url」プロパティーは、管理 Bean のプロパティー、または String 形式で URL のパスを返すデータプロバイダのフィールドにバインドすることもできます。 - NetBeans
To access properties of these managed beans, you use code similar to the statements in the following code snippet. 例文帳に追加
これらの管理 Bean のプロパティーにアクセスするには、次のようなコードを使用します。 - NetBeans
A managed bean is a JavaBeans object that a JavaServer Faces web application instantiates and stores in either request scope, session scope, or application scope. 例文帳に追加
管理 Bean は、JavaServer Faces Web アプリケーションがインスタンス化し、要求スコープ、セッションスコープ、あるいはアプリケーションスコープのいずれかに保存する JavaBeans オブジェクトです。 - NetBeans
Create an UploadedFile property in a managed bean and set it to the component's value before you exit the page (as in the button's action method). 例文帳に追加
管理対象 Bean に「UploadedFile」プロパティーを作成し、ページを終了する前にコンポーネントの値に設定します (ボタンのアクションメソッドと同様)。 - NetBeans
To provide bean curd capable of being produced with no need of expertness, and enabling customers to taste just-made bean curd at the table while enjoying a stage-managed performance of the production process of bean curd itself in front of the customers.例文帳に追加
客の前で豆腐の製造すること自体を演出しつつ、卓上で出来たての豆腐を食するための熟練を要さずに作ることのできる豆腐を得る。 - 特許庁
When you create a project from the IDE, the IDE creates three managed beans for storing values: 例文帳に追加
IDE からプロジェクトを作成するとき、IDE は値を保存するために、次の 3 つの管理 Beanを作成します。 - NetBeans
The Bind to Data dialog box is a shortcut for binding the component's value-holding property to a managed bean property or a data provider field. 例文帳に追加
「データにバインド」ダイアログは、コンポーネントの値を保持するプロパティーを管理 Bean のプロパティーまたはデータプロバイダのフィールドにバインドするためのショートカットになっています。 - NetBeans
It provides the ability to browse existing managed beans (MBeans), update configurations, monitor operation and execute tasks. 例文帳に追加
既存の管理対象 Bean (MBean) の参照、構成の更新、操作の監視、およびタスクの実行を行うことができます。 - NetBeans
Tip: To add additional managed beans, expand the Source Packages node in the Projects window, right-click the package node, choose New File/Folder, select the Managed Beans category, select the scope under File Types, and complete the remaining wizard steps. 例文帳に追加
ヒント: その他の管理 Bean を追加するには、「プロジェクト」ウィンドウで「ソースパッケージ」ノードを展開し、そのパッケージノードを右クリックして、「新規」「ファイル/フォルダ」を選択し、「管理 Bean」カテゴリを選択し、「ファイルの種類」でスコープを選択して、残りのウィザードの手順を行います。 - NetBeans
Click XML in the editing toolbar to see the code that was generated during the last two steps.The navigation-rule in bold below is added below the managed bean code, represented by an ellipsis (...). 例文帳に追加
編集用ツールバーの「XML」をクリックして、最後の 2 つの手順で生成されたコードを確認します。 次に太字で示されたナビゲーション規則が、管理対象 Bean コードの下に追加され、省略符号 (...) で表示されます。 - NetBeans
If you expand the Configuration Files node and open faces-config.xml in the XML editor,you can see that the IDE inserted the managed-bean and converter elements for each of the controller and converter classes. The IDE also inserted a navigation-rule element for each JSP, indicating the logical outcome that causes the application to navigate to that JSP.例文帳に追加
「構成ファイル」ノードを展開し、faces-config.xml を XML エディタで開くと、コントローラおよびコンバータクラスごとに管理対象 Bean とコンバータ要素が挿入されたことがわかります。 また、アプリケーションを JSP にナビゲートさせる論理的な結果を示すナビゲーション規則要素も JSP ごとに挿入されています。 - NetBeans
| 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| © 2010, Oracle Corporation and/or its affiliates. Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|