org.apache.struts.taglib.tiles
Interface PutTagParent
public
interface
PutTagParent
Tag classes implementing this interface can contain nested PutTag.
This interface defines a method called by nested tags.
public void processNestedTag(
PutTag nestedTag)
Process the nested tag.
Parameters: nestedTag Nested tag to process.
Copyright B) 2000-2009 - The Apache Software Foundation