org.apache.struts.taglib.nested
インタフェース NestedParentSupport

すべてのスーパーインタフェース:
NestedNameSupport, NestedPropertySupport, NestedTagSupport

public interface NestedParentSupport
extends NestedNameSupport

This interface is so managing classes of the nested tag can identify a tag as a parent tag that other tags retrieve nested properties from.

導入されたバージョン:
Struts 1.1
バージョン:
$Revision: 1.1 $ $Date: 2004/10/20 03:26:43 $
関連項目:
NestedPropertyTag, NestedIterateTag

メソッドの概要
 java.lang.String getNestedProperty()
          This is required by all parent tags so that the child tags can get a hold of their nested property.
 
インタフェース org.apache.struts.taglib.nested.NestedNameSupport から継承したメソッド
getName, setName
 
インタフェース org.apache.struts.taglib.nested.NestedPropertySupport から継承したメソッド
getProperty, setProperty
 

メソッドの詳細

getNestedProperty

public java.lang.String getNestedProperty()
This is required by all parent tags so that the child tags can get a hold of their nested property.

戻り値:
String of the qaulified nested property to this implementing tag


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