sample.actions
クラス SampleAction3

java.lang.Object
  拡張org.apache.struts.action.Action
      拡張sample.actions.SampleAction3
直系の既知のサブクラス:
SampleAction4, SampleAction5, SampleAction6

public class SampleAction3
extends org.apache.struts.action.Action

ユーザの入力をContextに保存するアクション


フィールドの概要
 
クラス org.apache.struts.action.Action から継承したフィールド
defaultLocale, servlet
 
コンストラクタの概要
SampleAction3()
           
 
メソッドの概要
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Strutsより呼ばれるリクエストの処理部
 
クラス org.apache.struts.action.Action から継承したメソッド
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SampleAction3

public SampleAction3()
メソッドの詳細

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws java.lang.Exception
Strutsより呼ばれるリクエストの処理部

例外:
java.lang.Exception


Copyright ? 2002