ex6_24.txt

来自「j2ee core design patterns」· 文本 代码 · 共 23 行

TXT
23
字号
Example 6.24 		Xdoclet Output
/**
 * Generated by XDoclet/ejbdoclet/strutsform. 
 * This class can be further processed with
 * XDoclet/webdoclet/strutsconfigxml.
 *
 * @struts.form name="corej2eepatterns.ejb.Employee.Context"
 */
public class EmployeeContextForm extends
    org.apache.struts.action.ActionForm implements java.io.Serializable{

  protected java.lang.String id;
  protected java.lang.String lastName;
  protected java.lang.String firstName;
  protected java.lang.String phone;
  protected java.lang.String fax;
  protected java.util.Date creationDate;

  /** Default empty constructor. */
  public EmployeeContextForm() { }

  . . .
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?