Interface ArgumentAware
- All Known Implementing Classes:
MessageTag,ThemeTag
public interface ArgumentAware
Allows implementing tag to utilize nested
spring:argument tags.- Since:
- 4.0
- Author:
- Nicholas Williams
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddArgument(Object argument) Callback hook for nested spring:argument tags to pass their value to the parent tag.
-
Method Details
-
addArgument
Callback hook for nested spring:argument tags to pass their value to the parent tag.- Parameters:
argument- the result of the nestedspring:argumenttag- Throws:
JspTagException
-