99re热这里只有精品视频,7777色鬼xxxx欧美色妇,国产成人精品一区二三区在线观看,内射爽无广熟女亚洲,精品人妻av一区二区三区

3.2 Action

2021-05-27 14:26 更新

Controller 以及在其中定義的 public 無參方法稱為一個 Action。Action 是請求的最小單位。

Action 方法必須在 Controller 中聲明,該方法必須是 public 可見性且沒有形參。

public class HelloController extends Controller {
public void index() { renderText("此方法是一個action");
}
public void test() { renderText("此方法是一個action");
}
}

以上代碼中定義了兩個 Action:HelloController.index()、HelloController.test()。在 Controller

中提供了 getPara、getModel 系列方法 setAttr 方法以及 render 系列方法供 Action 使用。

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號