Package com.aspectran.web.support.tags
Interface ArgumentAware
-
- All Known Implementing Classes:
MessageTag
public interface ArgumentAwareAllows implementing tag to utilize nestedspring:argumenttags.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddArgument(java.lang.Object argument)Callback hook for nested spring:argument tags to pass their value to the parent tag.
-
-
-
Method Detail
-
addArgument
void addArgument(@Nullable java.lang.Object argument) throws javax.servlet.jsp.JspTagException
Callback hook for nested spring:argument tags to pass their value to the parent tag.- Parameters:
argument- the result of the nestedspring:argumenttag- Throws:
javax.servlet.jsp.JspTagException
-
-