org.apache.tiles.jsp.taglib.definition
Interface 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
processNestedDefinitionName
void processNestedDefinitionName(java.lang.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