org.apache.struts.taglib.tiles

Interface PutListTagParent

Known Implementing Classes:
DefinitionTag, 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 Details

processNestedTag

public void processNestedTag(PutListTag nestedTag)
            throws JspException
Add an attribute to container.
Parameters:
nestedTag - Nested PutTag defining the attribute.

Copyright B) 2000-2007 - The Apache Software Foundation