org.apache.tiles.jsp.taglib
Interface PutAttributeTagParent

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

public interface PutAttributeTagParent

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


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

Method Detail

processNestedTag

void processNestedTag(PutAttributeTag nestedTag)
                      throws javax.servlet.jsp.JspException
Process the nested tag.

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