Interface ArgumentAware
- All Known Implementing Classes:
MessageTag
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(@Nullable Object argument) Callback hook for nested spring:argument tags to pass their value to the parent tag.
-
Method Details
-
addArgument
-