org.apache.struts.action
クラス ActionMappingBase

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

推奨されていません。 現在、ActionMappingはクラスです。そちらを使うようにして下さい。

public class ActionMappingBase
extends ActionMapping

必須のプロパティだけを含む、ActionMappingの最低限の実装です。 追加プロパティは、このクラスを拡張し、ゲッター、セッターメソッドを定義することにより提供することができます。

バージョン:
$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
 
コンストラクタの概要
ActionMappingBase()
          推奨されていません。  
 
クラス 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
 

コンストラクタの詳細

ActionMappingBase

public ActionMappingBase()
推奨されていません。 


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