org.apache.struts.action
クラス RequestActionMapping

java.lang.Object
  拡張org.apache.struts.config.ActionConfig
      拡張org.apache.struts.action.ActionMapping
          拡張org.apache.struts.action.RequestActionMapping
すべての実装インタフェース:
java.io.Serializable

public class RequestActionMapping
extends ActionMapping

フォームBeanのデフォルトスコープをrequestに設定する、 ActionMappingのサブクラスです。

Subclass of ActionMapping that defaults the form bean scope to request.

バージョン:
$Revision: 1.4 $ $Date: 2005/05/09 13:23:57 $
関連項目:
直列化された形式
翻訳者:
田中 良浩, 横田 健彦, 棚澤 昌幸
校正者:
翻訳状況:
初稿(校正者募集中)

フィールドの概要
 
クラス org.apache.struts.config.ActionConfig から継承したフィールド
attribute, configured, exceptions, forward, forwards, include, input, moduleConfig, multipartClass, name, parameter, path, prefix, roleNames, roles, scope, suffix, type, unknown, validate
 
コンストラクタの概要
RequestActionMapping()
          期待されるデフォルトのフォームBeanのスコープで、 このクラスの新たなインスタンスをコンストラクトします。
 
クラス org.apache.struts.action.ActionMapping から継承したメソッド
findForward, findForwards, getInputForward
 
クラス org.apache.struts.config.ActionConfig から継承したメソッド
addExceptionConfig, addForwardConfig, findException, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setAttribute, setForward, setInclude, setInput, setModuleConfig, setMultipartClass, setName, setParameter, setPath, setPrefix, setRoles, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

RequestActionMapping

public RequestActionMapping()

期待されるデフォルトのフォームBeanのスコープで、 このクラスの新たなインスタンスをコンストラクトします。

Construct a new instance of this class with the desired default form bean scope.



このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation