org.seasar.tuigwaa.util.ajax
クラス AbstractRowSetAction

java.lang.Object
  拡張org.apache.struts.action.Action
      拡張org.apache.struts.actions.DispatchAction
          拡張org.apache.struts.actions.MappingDispatchAction
              拡張org.seasar.tuigwaa.util.ajax.AbstractRowSetAction
直系の既知のサブクラス:
AggregationAction, DataFilterAction, EntityAction

public abstract class AbstractRowSetAction
extends org.apache.struts.actions.MappingDispatchAction


フィールドの概要
 
クラス org.apache.struts.actions.DispatchAction から継承したフィールド
clazz, messages, methods, types
 
クラス org.apache.struts.action.Action から継承したフィールド
defaultLocale, servlet
 
コンストラクタの概要
AbstractRowSetAction()
           
 
メソッドの概要
 org.apache.struts.action.ActionForward createNewRowSet(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
abstract  org.apache.struts.action.ActionForward doSave(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 editRowSet(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 getBaseForward()
           
abstract  String getBasePath()
           
 org.apache.struts.action.ActionForward getEditForward()
           
abstract  String getEditPath()
           
abstract  String getFormName()
           
abstract  RowSetForm getNewRowSet(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
abstract  RowSetForm getRowSet(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 saveRowSet(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
 

コンストラクタの詳細

AbstractRowSetAction

public AbstractRowSetAction()
メソッドの詳細

getFormName

public abstract String getFormName()

getEditPath

public abstract String getEditPath()

getBasePath

public abstract String getBasePath()

getNewRowSet

public abstract RowSetForm getNewRowSet(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

getRowSet

public abstract RowSetForm getRowSet(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

doSave

public abstract org.apache.struts.action.ActionForward doSave(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

createNewRowSet

public org.apache.struts.action.ActionForward createNewRowSet(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

editRowSet

public org.apache.struts.action.ActionForward editRowSet(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

saveRowSet

public org.apache.struts.action.ActionForward saveRowSet(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

getEditForward

public org.apache.struts.action.ActionForward getEditForward()

getBaseForward

public org.apache.struts.action.ActionForward getBaseForward()


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