CONTROLLER ACTIONS Meaning in Japanese - translations and usage examples

[kən'trəʊlər 'ækʃnz]
[kən'trəʊlər 'ækʃnz]
コントローラアクション
コントローラーアクションから

Examples of using Controller actions in English and their translations into Japanese

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
URLs For Controller Actions.
コントローラアクションのURL。
Most MVC components that invoke controller actions:.
コントローラアクションを起動する大半のMVC。
URLs To Controller Actions.
コントローラーアクションへのURL。
You may also specify route names for controller actions:.
コントローラアクションに対してもルート名を指定できます。
Some controller actions have been renamed:.
いくつかのコントローラーアクションはリネームされました。
Redirecting To Controller Actions.
コントローラアクションへのリダイレクト。
Controller actions that only return JSON should require that the request accepts JSON.
JSONだけを返すコントローラーアクションでは、リクエストでJSONを受け入れる必要があります。
Redirecting To Controller Actions.
コントローラーアクションへのリダイレクト。
Note that the controller actions are responsible for implementing the contract defined in the.
コントローラアクションは、デザインで定義された約定を実装する責任があることに注意してください。
This ID is used by the logger andcan be used by controller actions as well.
このIDはロガーで利用され、コントローラーアクションでも利用できます。
Controller actions may subscribe to the context channel to get notified when the timeout expires.
コントローラのアクションは、時間切れのときの通知を受け取るコンテキストチャネルを受信することができるようになるでしょう。
You may alsoopen forms that point to named routes or controller actions:.
名前付きルートやコントローラーアクションを指定してフォームを開くこともできます。
Controller actions that should complete the request must return either a string(HTML) or a Response object.
リクエストを完了するコントローラーアクションでは、文字列(HTML)、または、Responseオブジェクトのいずれかを返す必要があります。
In addition he shows three different options of inserting links to controller actions and how to create and use MVC User Controls.
さらに、コントローラアクションにリンクを挿入する3つの選択肢と、MVCUserControlの作成・使用方法も示している。
Similarly to generating RedirectResponse instances to named routes,you may also generate redirects to controller actions:.
名前付きルートへのRedirectResponseインスタンスの生成と同様に、コントローラーアクションリダイレクトも生成可能です。
However, for most routes and controller actions, you will be returning a full Illuminate\Http\Response instance or a view.
しかし、ほとんどのルートとコントローラーアクションから、Illuminate\Http\Responseインスタンスか、ビューを返します。
The base class provides a few convenience methods such as the middleware method,which may be used to attach middleware to controller actions:.
コントローラアクションにミドルウェアを追加するために使うmiddlewareメソッドのように、便利なメソッドをベースクラスは提供しています。
However, for most routes and controller actions, you will be returning a full Illuminate\Http\Response instance or a view.
しかし通常、ほとんどのルートとコントローラーアクションからは、Illuminate\Http\Responseインスタンスか、ビューを返します。
Instead of only accepting strings, Laravel's URL generator nowaccepts"callable" syntax when generating URLs to controller actions:.
コントローラアクションに対するURLを生成する場合、LaravelのURLジェネレータは文字列を受け取るだけでなく、"callable"記法も受け付けるようになりました。
You may assign middleware to a subset of controller actions; however, it may indicate your controller is growing too large.
コントローラアクションの一部へミドルウェアを適用することはできますが、しかしながら、これはコントローラが大きくなりすぎたことを示しています。
If you want to give your element type a full-sized edit page, it's up to you to set all of that up- the templates,the routes, and the controller actions.
エレメントタイプにフルサイズの編集ページを与えたい場合、テンプレート、ルート、コントローラーアクションのすべてをセットする必要があります。
Response Objects However, for most routes and controller actions, you will be returning a full Illuminate\Http\Response instance or a view.
レスポンスオブジェクトしかし通常、ほとんどのルートとコントローラーアクションからは、Illuminate\Http\Responseインスタンスか、ビューを返します。
Controller actions that have the option of returning JSON should do so if the request explicitly accepts a JSON response; not if it's an Ajax request.
JSONを返すオプションを持つコントローラーアクションでは、Ajaxリクエストの場合ではなく、リクエストが明示的にJSONレスポンスを受け入れる場合に、JSONを返す必要があります。
Laravel automatically resolves Eloquent models defined in routes or controller actions whose variable names match a route segment name. For example:.
Laravelは変数名とルートセグメント名が一致する場合、LaravelはルートかコントローラアクションでEloquentモデルが定義されていると、自動的に依存解決します。
Controller: The client-side controller actions in JavaScript Helper: The helper functions in JavaScript Style: The CSS declarations Documentation: The description and sample code Renderer: The custom renderer that overrides the default rendering implementation When working with Apex classes with Lightning components in the Developer Console, it's useful to refer to the Logs tab to evaluate your Apex code.
コントローラ:JavaScriptのクライアント側のコントローラアクションヘルパー:JavaScriptのヘルパー関数スタイル: CSSの宣言ドキュメント:説明およびサンプルコードレンダラ:デフォルトの表示を上書きするカスタムレンダラ開発者コンソールでLightningコンポーネントを使用してApexクラスを操作する場合、[Logs(ログ)]タブを参照してApexコードを評価すると役立ちます。
Laravel will automatically resolvetype-hinted Eloquent models defined in routes or controller actions whose variable names match a route segment name. For example:.
Laravelは変数名とルートセグメント名が一致する場合、LaravelはルートかコントローラアクションでEloquentモデルが定義されていると、自動的に依存解決します。
Given an Entity Framework(EF) Code First object,this command generates a controller, controller actions and views corresponding to the basic Create, Read, Update and Delete(CRUD) operations for the EF object, as seen in Figure 5.
EntityFramework(EF)のCodeFirstオブジェクトがある場合にこのコマンドを実行すると、コントローラーに加えて、EFオブジェクトの基本的な作成、読み取り、更新、および削除(CRUD)操作に対応するコントローラーのアクションとビューが生成されます(図5参照)。
Laravel automatically resolves Eloquent models defined in routes or controller actions whose type-hinted variable names match a route segment name. For example:.
Laravelはタイプヒントされた変数名とルートセグメント名が一致する場合、Laravelはルートかコントローラアクション中にEloquentモデルが定義されていると、自動的に依存解決します。
You can define a route to this controller action like so:.
コントローラアクションへルート付けるには、次のようにします。
Results: 29, Time: 0.0298

Word-for-word translation

Top dictionary queries

English - Japanese