org.seasar.tuigwaa.controller
クラス JsAction

java.lang.Object
  拡張org.apache.struts.action.Action
      拡張org.apache.struts.actions.DispatchAction
          拡張org.apache.struts.actions.MappingDispatchAction
              拡張org.seasar.tuigwaa.controller.JsAction

public class JsAction
extends org.apache.struts.actions.MappingDispatchAction

まだ未完成


フィールドの概要
 
クラス org.apache.struts.actions.DispatchAction から継承したフィールド
clazz, messages, methods, types
 
クラス org.apache.struts.action.Action から継承したフィールド
defaultLocale, servlet
 
コンストラクタの概要
JsAction(ModelService model, ControllerService controller, HtmlService htmlService, DataService dataService)
          推奨されていません。  
 
メソッドの概要
 org.apache.struts.action.ActionForward readData(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          推奨されていません。  
 org.apache.struts.action.ActionForward readForm(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          推奨されていません。  
 org.apache.struts.action.ActionForward readTable(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          推奨されていません。  
 
クラス org.apache.struts.actions.MappingDispatchAction から継承したメソッド
execute, getMethodName, unspecified
 
クラス org.apache.struts.actions.DispatchAction から継承したメソッド
cancelled, dispatchMethod, getMethod, getParameter
 
クラス 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
 

コンストラクタの詳細

JsAction

public JsAction(ModelService model,
                ControllerService controller,
                HtmlService htmlService,
                DataService dataService)
推奨されていません。 
メソッドの詳細

readTable

public org.apache.struts.action.ActionForward readTable(org.apache.struts.action.ActionMapping mapping,
                                                        org.apache.struts.action.ActionForm form,
                                                        javax.servlet.http.HttpServletRequest request,
                                                        javax.servlet.http.HttpServletResponse response)
                                                 throws Exception
推奨されていません。 
例外:
Exception

readData

public org.apache.struts.action.ActionForward readData(org.apache.struts.action.ActionMapping mapping,
                                                       org.apache.struts.action.ActionForm form,
                                                       javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response)
                                                throws Exception
推奨されていません。 
例外:
Exception

readForm

public org.apache.struts.action.ActionForward readForm(org.apache.struts.action.ActionMapping mapping,
                                                       org.apache.struts.action.ActionForm form,
                                                       javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response)
                                                throws Exception
推奨されていません。 
例外:
Exception


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.