|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.apache.struts.taglib.nested.NestedReference
So that a nested hierarchy can penetrate a dynamic JSP include, this class will hold the details of a bean name and nested property.
| フィールドの概要 | |
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 |
| フィールドの詳細 |
private java.lang.String beanName
private java.lang.String property
| コンストラクタの詳細 |
public NestedReference()
public NestedReference(java.lang.String name,
java.lang.String property)
name - String name of the bean that the include is to referenceproperty - String nested property value that the include will be
continuing on with.| メソッドの詳細 |
public java.lang.String getBeanName()
public void setBeanName(java.lang.String newName)
newName - String value to set the bean reference.public java.lang.String getNestedProperty()
public void setNestedProperty(java.lang.String newProperty)
newProperty - String value of the new current nesting level
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||