org.apache.struts.taglib.nested
インタフェース NestedPropertySupport
- すべてのスーパーインタフェース:
- NestedTagSupport
- 既知のサブインタフェースの一覧:
- NestedNameSupport, NestedParentSupport
- 既知の実装クラスの一覧:
- NestedCheckboxTag, NestedDefineTag, NestedEmptyTag, NestedEqualTag, NestedErrorsTag, NestedFileTag, NestedFormTag, NestedGreaterEqualTag, NestedGreaterThanTag, NestedHiddenTag, NestedImageTag, NestedImgTag, NestedIterateTag, NestedLessEqualTag, NestedLessThanTag, NestedLinkTag, NestedMatchTag, NestedMessagesNotPresentTag, NestedMessagesPresentTag, NestedMessagesTag, NestedMessageTag, NestedMultiboxTag, NestedNotEmptyTag, NestedNotEqualTag, NestedNotMatchTag, NestedNotPresentTag, NestedOptionsCollectionTag, NestedOptionsTag, NestedPasswordTag, NestedPresentTag, NestedPropertyTag, NestedRadioTag, NestedRootTag, NestedSelectTag, NestedSizeTag, NestedSubmitTag, NestedTextareaTag, NestedTextTag, NestedWriteTag
- public interface NestedPropertySupport
- extends NestedTagSupport
This interface is for managing classes of the nested extension, so they can
know to set the tag's property property.
- 導入されたバージョン:
- Struts 1.1
- バージョン:
- $Revision: 1.1 $ $Date: 2004/10/20 03:26:43 $
|
メソッドの概要 |
java.lang.String |
getProperty()
The getters and setters required to set a tags property property. |
void |
setProperty(java.lang.String newProperty)
The setter for the poroperty property |
getProperty
public java.lang.String getProperty()
- The getters and setters required to set a tags property property.
- 戻り値:
- String value of the tags' property property
setProperty
public void setProperty(java.lang.String newProperty)
- The setter for the poroperty property
- パラメータ:
newProperty - new String value to set the property property to
このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation