This project has retired. For details please refer to its Attic page.
AddAttributeTagParent (Tiles 2 2.0.7 API)

org.apache.tiles.jsp.taglib
Interface AddAttributeTagParent

Package class diagram package AddAttributeTagParent
All Known Implementing Classes:
AddListAttributeTag, PutListAttributeTag

public interface AddAttributeTagParent

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

Version:
$Rev: 527536 $ $Date: 2007-04-11 17:44:51 +0200 (Wed, 11 Apr 2007) $

Method Summary
 void processNestedTag(AddAttributeTag nestedTag)
          Process the nested tag.
 

Method Detail

processNestedTag

void processNestedTag(AddAttributeTag nestedTag)
                      throws JspException
Process the nested tag.

Parameters:
nestedTag - Nested tag to process.
Throws:
JspException - If something goes wrong during processing.


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.