org.apache.struts.taglib.tiles

Interface AddTagParent

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

processNestedTag

public void processNestedTag(AddTag nestedTag)
            throws JspException
Process the nested tag.
Parameters:
nestedTag - Nested to process.

Copyright B) 2000-2007 - The Apache Software Foundation