com.mockrunner.tag
Interface DynamicChild
- All Known Implementing Classes:
- AbstractDynamicChild
- public interface DynamicChild
Implementations of this interface can be used to simulate
scriptlets and EL expressions as tag childs. When the childs
of a tag are evaluated, the evaluate
method is
called and the result will become part of the text body of a
tag (in fact the toString
method is called on the
returned object).
Method Summary |
java.lang.Object |
evaluate()
|
evaluate
public java.lang.Object evaluate()