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

org.apache.tiles.jsp.taglib
Interface PutListAttributeTagParent

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

public interface PutListAttributeTagParent

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

Since:
2.1.0
Version:
$Rev: 673767 $ $Date: 2008-07-03 21:10:56 +0200 (gio, 03 lug 2008) $

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

Method Detail

processNestedTag

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

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


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