org.apache.struts.taglib.tiles
Interface PutTagParent
- All Known Implementing Classes:
- DefinitionTag, GetTag, InsertTag
public interface PutTagParent
Tag classes implementing this interface can contain nested PutTag.
This interface defines a method called by nested tags.
processNestedTag
void processNestedTag(PutTag nestedTag)
throws javax.servlet.jsp.JspException
- Process the nested tag.
- Parameters:
nestedTag
- Nested tag to process.
- Throws:
javax.servlet.jsp.JspException
Copyright ? 2000-2007 - The Apache Software Foundation