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