org.apache.tiles.jsp.taglib
Interface AddAttributeTagParent

Package class diagram package AddAttributeTagParent
All Known Implementing Classes:
AddListAttributeTag, PutListAttributeTag

public interface AddAttributeTagParent

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


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

Method Detail

processNestedTag

void processNestedTag(AddAttributeTag 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.