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

すべてのスーパーインタフェース:
NestedPropertySupport, NestedTagSupport
既知のサブインタフェースの一覧:
NestedParentSupport
既知の実装クラスの一覧:
NestedCheckboxTag, NestedDefineTag, NestedEmptyTag, NestedEqualTag, NestedFileTag, NestedFormTag, NestedGreaterEqualTag, NestedGreaterThanTag, NestedHiddenTag, NestedImgTag, NestedIterateTag, NestedLessEqualTag, NestedLessThanTag, NestedLinkTag, NestedMatchTag, NestedMessageTag, NestedMultiboxTag, NestedNotEmptyTag, NestedNotEqualTag, NestedNotMatchTag, NestedNotPresentTag, NestedOptionsCollectionTag, NestedOptionsTag, NestedPasswordTag, NestedPresentTag, NestedPropertyTag, NestedRadioTag, NestedRootTag, NestedSelectTag, NestedSizeTag, NestedTextareaTag, NestedTextTag, NestedWriteTag

public interface NestedNameSupport
extends NestedPropertySupport

This is so that managing classes can tell if a nested tag needs to have its name property set. From what I know, these tags use the property property, and the name is an addition.

導入されたバージョン:
Struts 1.1
バージョン:
$Revision: 1.1 $ $Date: 2004/10/20 03:26:43 $

メソッドの概要
 java.lang.String getName()
          The getters and setters required to set a tags name property.
 void setName(java.lang.String newNamed)
          The setter for the name property
 
インタフェース org.apache.struts.taglib.nested.NestedPropertySupport から継承したメソッド
getProperty, setProperty
 

メソッドの詳細

getName

public java.lang.String getName()
The getters and setters required to set a tags name property.

戻り値:
String value of the tags' name property

setName

public void setName(java.lang.String newNamed)
The setter for the name property

パラメータ:
newNamed - new String value to set the name property to


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