public interface ArgumentAware
spring:argument
tags.ArgumentTag
Modifier and Type | Method and Description |
---|---|
void |
addArgument(java.lang.Object argument)
Callback hook for nested spring:argument tags to pass their value
to the parent tag.
|
void addArgument(@Nullable java.lang.Object argument) throws JspTagException
argument
- the result of the nested spring:argument
tagJspTagException