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

org.apache.tiles.jsp.taglib
Interface PutAttributeTagParent

Package class diagram package PutAttributeTagParent
All Known Implementing Classes:
DefinitionTag, GetAsStringTag, InitContainerTag, InsertAttributeTag, InsertDefinitionTag, InsertTemplateTag, RenderTag, RenderTagSupport

public interface PutAttributeTagParent

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

Version:
$Rev: 637434 $ $Date: 2008-03-15 16:48:38 +0100 (sab, 15 mar 2008) $

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

Method Detail

processNestedTag

void processNestedTag(PutAttributeTag nestedTag)
                      throws TilesJspException
Process the nested tag.

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


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