org.apache.struts.tiles.taglib
Interface AddTagParent

All Known Implementing Classes:
ELPutListTag, PutListTag

public interface AddTagParent

Tag classes implementing this interface can contain nested PutTags. This interface defines a method called by the nested tag.


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

Method Detail

processNestedTag

void processNestedTag(AddTag nestedTag)
                      throws JspException
Process the nested tag.

Parameters:
nestedTag - Nested to process.
Throws:
JspException


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.