org.apache.struts.taglib.nested
クラス NestedReference

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

public class NestedReference
extends java.lang.Object
implements java.io.Serializable

So that a nested hierarchy can penetrate a dynamic JSP include, this class will hold the details of a bean name and nested property.

導入されたバージョン:
Struts 1.1
バージョン:
$Revision: 1.1 $
関連項目:
直列化された形式

フィールドの概要
private  java.lang.String beanName
           
private  java.lang.String property
           
 
コンストラクタの概要
NestedReference()
          Empty constructor.
NestedReference(java.lang.String name, java.lang.String property)
          Constructor takes the all the relevant details to init the object.
 
メソッドの概要
 java.lang.String getBeanName()
          Getter for the bean name
 java.lang.String getNestedProperty()
          Getter for the nested property
 void setBeanName(java.lang.String newName)
          Setter for the bean name
 void setNestedProperty(java.lang.String newProperty)
          Setter for the nested property
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

beanName

private java.lang.String beanName

property

private java.lang.String property
コンストラクタの詳細

NestedReference

public NestedReference()
Empty constructor.


NestedReference

public NestedReference(java.lang.String name,
                       java.lang.String property)
Constructor takes the all the relevant details to init the object.

パラメータ:
name - String name of the bean that the include is to reference
property - String nested property value that the include will be continuing on with.
メソッドの詳細

getBeanName

public java.lang.String getBeanName()
Getter for the bean name

戻り値:
String value that will be the bean's reference

setBeanName

public void setBeanName(java.lang.String newName)
Setter for the bean name

パラメータ:
newName - String value to set the bean reference.

getNestedProperty

public java.lang.String getNestedProperty()
Getter for the nested property

戻り値:
String value that is the nested property for the current nesting

setNestedProperty

public void setNestedProperty(java.lang.String newProperty)
Setter for the nested property

パラメータ:
newProperty - String value of the new current nesting level


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