org.apache.struts.taglib.tiles
インタフェース PutListTagParent

既知の実装クラスの一覧:
DefinitionTag, InsertTag, PutListTag

public interface PutListTagParent

Tag classes implementing this interface can contains nested PutTag. This interface defines a method called by nested tags.


メソッドの概要
 void processNestedTag(PutListTag nestedTag)
          Add an attribute to container.
 

メソッドの詳細

processNestedTag

public void processNestedTag(PutListTag nestedTag)
                      throws javax.servlet.jsp.JspException
Add an attribute to container.

パラメータ:
nestedTag - Nested PutTag defining the attribute.
例外:
javax.servlet.jsp.JspException


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