org.apache.tiles.jsp.taglib
Interface AddAttributeTagParent
- All Known Implementing Classes:
- AddListAttributeTag, PutListAttributeTag
public interface AddAttributeTagParent
Tag classes implementing this interface can contain nested AddAttributeTag
.
This interface defines a method called by nested tags.
- Version:
- $Rev: 527536 $ $Date: 2007-04-11 17:44:51 +0200(mer, 11 apr 2007) $
processNestedTag
void processNestedTag(AddAttributeTag nestedTag)
throws javax.servlet.jsp.JspException
- Process the nested tag.
- Parameters:
nestedTag
- Nested tag to process.
- Throws:
javax.servlet.jsp.JspException
- If something goes wrong during processing.
Copyright © 2001-2011 Apache Software Foundation. All Rights Reserved.