org.apache.struts.tiles.taglib
Interface PutListTagParent

All Known Implementing Classes:
DefinitionTag, ELDefinitionTag, ELGetTag, ELInsertTag, ELPutListTag, GetTag, InsertTag, PutListTag

public interface PutListTagParent

Tag classes implementing this interface can contains nested PutTag. This interface defines a method called by nested tags.


Method Summary
 void processNestedTag(PutListTag nestedTag)
          Add an attribute to container.
 

Method Detail

processNestedTag

void processNestedTag(PutListTag nestedTag)
                      throws JspException
Add an attribute to container.

Parameters:
nestedTag - Nested PutTag defining the attribute.
Throws:
JspException


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