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

ActionMappingのサブクラスです。

フォームbeanのスコープをrequestにデフォルト設定します。 Subclass of ActionMapping that defaults the form bean scope to request.

バージョン:
$Revision: 1.4 $ $Date: 2003/12/16 16:46:16 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式
翻訳者:
田中 良浩, 横田 健彦
翻訳状況:
初稿(校正者募集中)
翻訳更新日:
2003/12/16

フィールドの概要
 
クラス 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のスコープ
[訳注: request]
でインスタンスを生成します。
 
クラス org.apache.struts.action.ActionMapping から継承したメソッド
findException, findForward, findForwards, getInputForward
 
クラス org.apache.struts.config.ActionConfig から継承したメソッド
addExceptionConfig, addForwardConfig, findExceptionConfig, findExceptionConfigs, findForwardConfig, findForwardConfigs, freeze, getApplicationConfig, getAttribute, getForward, getInclude, getInput, getModuleConfig, getMultipartClass, getName, getParameter, getPath, getPrefix, getRoleNames, getRoles, getScope, getSuffix, getType, getUnknown, getValidate, removeExceptionConfig, removeForwardConfig, setApplicationConfig, 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のスコープ
[訳注: request]
でインスタンスを生成します。
Construct a new instance of this class with the desired default form bean scope.



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