org.apache.struts.tiles.taglib
Interface PutListTagParent
- All Known Implementing Classes:
- DefinitionTag, ELDefinitionTag, ELGetTag, ELInsertTag, ELPutListTag, GetTag, InsertTag, PutListTag
public interface PutListTagParent
Tag classes implementing this interface can contains nested PutTag.
This interface defines a method called by nested tags.
processNestedTag
void processNestedTag(PutListTag nestedTag)
throws javax.servlet.jsp.JspException
- Add an attribute to container.
- Parameters:
nestedTag
- Nested PutTag defining the attribute.
- Throws:
javax.servlet.jsp.JspException
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.