org.apache.struts.action
クラス SessionActionMapping

java.lang.Object
  |
  +--org.apache.struts.action.ActionMapping
        |
        +--org.apache.struts.action.SessionActionMapping
すべての実装インタフェース:
java.io.Serializable

public class SessionActionMapping
extends ActionMapping

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

バージョン:
$Revision: 1.3 $ $Date: 2001/02/21 00:35:46 $
作成者:
Craig R. McClanahan
関連項目:
直列化された形式

フィールドの概要
 
クラス org.apache.struts.action.ActionMapping から継承したフィールド
attribute, forward, forwards, include, input, instance, mappings, multipartClass, name, parameter, path, prefix, scope, suffix, type, unknown, validate
 
コンストラクタの概要
SessionActionMapping()
          期待されるデフォルトのフォームbeanのスコープ(訳者注:session)でインスタンスを生成します。
 
クラス 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
 

コンストラクタの詳細

SessionActionMapping

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



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