org.apache.struts.tiles.taglib
Interface PutTagParent

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

public interface PutTagParent

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


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

Method Detail

processNestedTag

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

Parameters:
nestedTag - Nested tag to process.
Throws:
JspException


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