public interface

ParamAware

org.springframework.web.servlet.tags.ParamAware
Known Indirect Subclasses

Class Overview

Allows implementing tag to utilize nested spring:param tags.

See Also

Summary

Public Methods
abstract void addParam(Param param)
Callback hook for nested spring:param tags to pass their value to the parent tag.

Public Methods

public abstract void addParam (Param param)

Callback hook for nested spring:param tags to pass their value to the parent tag.

Parameters
param the result of the nested spring:param tag