?? viewmapping.java
字號:
/* * WebWork, Web Application Framework * * Distributable under Apache license. * See terms of license at opensource.org */package webwork.dispatcher;/** * Implementations of this interface provide a mapping from action+result * to a particular view that should be used to present the results to the * end user. * * @author Rickard 謆erg (rickard@middleware-company.com) * @version $Revision: 1.9 $ */public interface ViewMapping{ // Public --------------------------------------------------------- /** * Get view corresponding to given action and view names. */ public Object getView(String anActionName, String aViewName);}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -