jp.sourceforge.sqs_xml.receiver.struts
クラス OpenAction

java.lang.Object
  拡張org.apache.struts.action.Action
      拡張jp.sourceforge.sqs_xml.receiver.struts.OpenAction

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

作成者:
hiroya

フィールドの概要
 
クラス org.apache.struts.action.Action から継承したフィールド
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
コンストラクタの概要
OpenAction()
           
 
メソッドの概要
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          リクエスト・パラメータを受け取り処理をします。
 
クラス org.apache.struts.action.Action から継承したメソッド
execute, generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OpenAction

public OpenAction()
メソッドの詳細

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest req,
                                                      javax.servlet.http.HttpServletResponse res)
                                               throws java.lang.Exception
リクエスト・パラメータを受け取り処理をします。

例外:
java.lang.Exception