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

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

public interface PutTagParent

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


メソッドの概要
 void processNestedTag(PutTag nestedTag)
          Process the nested tag.
 

メソッドの詳細

processNestedTag

public void processNestedTag(PutTag nestedTag)
                      throws javax.servlet.jsp.JspException
Process the nested tag.

パラメータ:
nestedTag - Nested tag to process.
例外:
javax.servlet.jsp.JspException


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