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

org.apache.tiles.jsp.taglib.definition
Interface DefinitionTagParent

Package class diagram package DefinitionTagParent
All Known Implementing Classes:
AddAttributeTag, AddListAttributeTag, PutAttributeTag, PutListAttributeTag

public interface DefinitionTagParent

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

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

Method Summary
 void processNestedDefinitionName(String definitionName)
          Process the nested <tiles:definition> tag.
 

Method Detail

processNestedDefinitionName

void processNestedDefinitionName(String definitionName)
                                 throws TilesJspException
Process the nested <tiles:definition> tag.

Parameters:
definitionName - Nested definition name.
Throws:
TilesJspException - If something goes wrong during the processing.
Since:
2.1.0


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