CONTROLLER ACTION Meaning in Japanese - translations and usage examples

[kən'trəʊlər 'ækʃn]
[kən'trəʊlər 'ækʃn]
コントローラーアクション
controller action
コントローラアクションを

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
  • Programming category close
Controller Action Templates.
コントローラーアクションのテンプレート。
SetErrorHandlerAction() sets the controller action to use.
使用するコントローラアクションを設定します。
And the controller action can then use ruby only, like:.
そして、以下のようにRubyだけでコントローラーのアクションを構成することができます。
You can define a route to this controller action like so:.
コントローラアクションへルート付けるには、次のようにします。
When a controller action is called, the dom will be rendered after that action..
コントローラーのアクションが呼び出されたとき、DOMはそのアクションの後でレンダリングされます。
We can route to the controller action like so:.
コントローラーアクションルートは、次のように書きます。
Once the class has been defined,we can type-hint it on our controller action:.
クラスが定義できれば、コントローラーアクションでタイプヒントを指定できます。
You may access the name of the controller action being run using the currentRouteAction method:.
実行中のコントローラーアクション名を取得するには、currentRouteActionメソッドが使えます。
You may also convert a paginatorinstance to JSON by simply returning it from a route or controller action:.
またルートやコントローラーアクションからシンプルにペジネーターインスタンスを返せば、JSONへ変換されます。
If your controller action contains multiple words, you may access the action using"dash" syntax in the URI.
もしコントローラアクションを複数の単語で命名するのでしたら、「ダッシュ」で分離したURIでアクセスできます。
You can define a route to this controller action like so:.
コントローラーアクションへルート付けるには、次のようにします。
If your controller action contains multiple words, you may access the action using"dash" syntax in the URI.
コントローラーアクションに複数の単語を含める場合は、URIに「ダッシュ」記法を使用し、そのアクションへアクセスできます。
SetErrorHandlerAction() sets the controller action to use.
SetErrorHandlerAction()は、使用するコントローラアクションを設定します。
To generate a URL to a controller action, you may use the URL::action method or the action helper method:.
コントローラーアクションに対するURLを生成するには、URL::actionメソッドか、actionヘルパメソッドを使用してください。
Mounting a controller onto a service registers all the controller action endpoints with the router.
コントローラをサービスにマウントすると、すべてのコントローラアクションのエンドポイントがルータに登録されます。
Controller action routes should be defined as a string('action/path') rather than an array with an action key(['action'=gt;'action/path']).
コントローラーアクションのルーティングは、actionキーを持つ配列(['action'=gt;'action/path'])ではなく、文字列('action/path')として定義する必要があります。
Your front-end<form>s and JS scripts that submit to a controller action will need to be updated with the following changes.
コントローラーアクションに送信するフロントエンドの<form>やJavaScriptは、次の変更を加えてアップデートする必要があります。
This means that if your controller action is called, you can safely assume the HTTP request input has been validated according to the rules you specified in your form request class.
つまり、コントローラーのアクションが呼び出された時には、そのフォームリクエストクラスに指定したルールに従い、HTTPリクエストは入力のバリデーションに通され確認済みであると、安心して想定できます。
Just note that whatever it returns needs to make sense as something a controller action would return, because that's exactly what's happening.
そこで返るものは、そこで正に起きている何かであるため、コントローラーアクションが返す何かとして筋が通っている必要があることに注意してください。
If we don't define any gon variables in a controller action and we try to call gon in the JavaScript we will get an error as the gon object won't have been set.
コントローラアクションでgon変数を定義せずにJavaScriptからgonを呼び出そうとすると、gonオブジェクトが設定されていないためにエラーが発生します。
Results: 20, Time: 0.0322

Word-for-word translation

Top dictionary queries

English - Japanese