sample.forms
クラス SampleFormBean2

java.lang.Object
  拡張org.apache.struts.action.ActionForm
      拡張sample.forms.SampleFormBean2
すべての実装インタフェース:
java.io.Serializable

public class SampleFormBean2
extends org.apache.struts.action.ActionForm

関連項目:
直列化された形式

フィールドの概要
private  java.lang.String attribute1
           
 
クラス org.apache.struts.action.ActionForm から継承したフィールド
multipartRequestHandler, servlet
 
コンストラクタの概要
SampleFormBean2()
           
 
メソッドの概要
 java.lang.String getAttribute1()
           
 void setAttribute1(java.lang.String attribute1)
           
 
クラス org.apache.struts.action.ActionForm から継承したメソッド
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

attribute1

private java.lang.String attribute1
コンストラクタの詳細

SampleFormBean2

public SampleFormBean2()
メソッドの詳細

getAttribute1

public java.lang.String getAttribute1()

setAttribute1

public void setAttribute1(java.lang.String attribute1)


Copyright ? 2002