📄 view.java
字号:
package com.mycompany.jsf.pl;
import javax.faces.component.UIViewRoot;
import javax.faces.context.FacesContext;
/**
* This interface must be implemented by classes representing a
* view for the ClassViewHandler.
*
* @author Hans Bergsten, Gefion Software <hans@gefionsoftware.com>
* @version 1.0
*/
public interface View {
public UIViewRoot createView(FacesContext context);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -