sample.actions
クラス SampleAction

java.lang.Object
  上位を拡張 org.apache.struts.action.Action
      上位を拡張 sample.actions.SampleAction

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

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


フィールドの概要
 
クラス org.apache.struts.action.Action から継承されたフィールド
defaultLocale, servlet
 
コンストラクタの概要
SampleAction()
           
 
メソッドの概要
 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
 

コンストラクタの詳細

SampleAction

public SampleAction()
メソッドの詳細

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)
Strutsより呼ばれるリクエストの処理部

オーバーライド:
クラス org.apache.struts.action.Action 内の execute


Copyright ? 2002