org.apache.struts.action
クラス RequestActionMapping

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

public class RequestActionMapping
extends ActionMapping

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

バージョン:
$Revision: 1.2 $ $Date: 2003/03/22 07:55:10 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式
翻訳者:
田中 良浩 [日本語訳のコメントは、report@jajakarta.orgに送ってください。]

フィールドの概要
 
クラス org.apache.struts.action.ActionMapping から継承したフィールド
attribute, forward, forwards, include, input, instance, mappings, multipartClass, name, parameter, path, prefix, scope, suffix, type, unknown, validate
 
コンストラクタの概要
RequestActionMapping()
          期待されるデフォルトのフォームbeanのスコープ(訳者注:request)でインスタンスを生成します。
 
クラス org.apache.struts.action.ActionMapping から継承したメソッド
addForward, createFormInstance, findForward, findForwards, getActionClass, getAttribute, getFormAttribute, getFormClass, getFormPrefix, getFormScope, getFormSuffix, getForward, getInclude, getInput, getInputForm, getMappings, getMultipartClass, getName, getParameter, getPath, getPrefix, getScope, getSuffix, getType, getUnknown, getValidate, removeForward, setActionClass, setAttribute, setFormAttribute, setFormClass, setFormPrefix, setFormScope, setFormSuffix, setForward, setInclude, setInput, setInputForm, setMappings, setMultipartClass, setName, setParameter, setPath, setPrefix, setScope, setSuffix, setType, setUnknown, setValidate, toString
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

RequestActionMapping

public RequestActionMapping()
期待されるデフォルトのフォームbeanのスコープ(訳者注:request)でインスタンスを生成します。



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