org.apache.struts.taglib.tiles
インタフェース AddTagParent
- 既知の実装クラスの一覧:
- PutListTag
- public interface AddTagParent
Tag classes implementing this interface can contain nested PutTags.
This interface defines a method called by the nested tag.
processNestedTag
public void processNestedTag(AddTag nestedTag)
throws javax.servlet.jsp.JspException
- Process the nested tag.
- パラメータ:
nestedTag - Nested to process.
- 例外:
javax.servlet.jsp.JspException
このドキュメントは、Ja-Jakartaにより訳されました。コメントがある場合は、report@jajakarta.orgまでお願いします。
Copyright (C) 2000-2004 - Apache Software Foundation